From 3f0096d370f58c42531441f7d4184fbf807e3af8 Mon Sep 17 00:00:00 2001 From: Huerta Saavedra Date: Thu, 15 Dec 2022 13:47:42 -0600 Subject: [PATCH] Storm theme :Heavy Check Mark: --- color.ini | 73 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 66 insertions(+), 7 deletions(-) diff --git a/color.ini b/color.ini index ca97047..e042212 100644 --- a/color.ini +++ b/color.ini @@ -13,21 +13,24 @@ nav-active-text = 2ac3de ; CONTAINERS ; Main window background color -main = 1a1b26 +main = 24283b ; Left and right sidebar color -sidebar = 16161e +sidebar = 1f2335 ; Bottom player color -player = 16161e +player = 1f2335 ; Contextual menu color -card = 16161e +card = 1f2335 ; Left and right sidebar shadow ; (Same color as 'sidebar' for no shadow) -shadow = 16161e +shadow = 1f2335 ; Albums, songs containers in main container -main-secondary = 16161e +main-secondary = 1f2335 ; Volume slidebar color ; Heart icon color ; Playback color + +; BUTTONS + button = 2ac3de ; Heart icon at playlist or album top ; Download icon @@ -55,7 +58,63 @@ playback-bar = 2ac3de misc = FFFFFF [Storm] -; TODO +; TEXT +; Main window text color +text = a9b1d6 +; Sidebars text color +; Name of songs +subtext = c0caf5 +; Text color of the selected nav at the left container +nav-active-text = 2ac3de +; FIXME: This has no effect +;tab-active-text = 2ac3de + +; CONTAINERS + +; Main window background color +main = 24283b +; Left and right sidebar color +sidebar = 1f2335 +; Bottom player color +player = 1f2335 +; Contextual menu color +card = 1f2335 +; Left and right sidebar shadow +; (Same color as 'sidebar' for no shadow) +shadow = 1f2335 +; Albums, songs containers in main container +main-secondary = 1f2335 +; Volume slidebar color +; Heart icon color +; Playback color + +; BUTTONS + +button = 2ac3de +; Heart icon at playlist or album top +; Download icon +; Contextual menu icon +button-secondary = a9b1d6 +; Play icon at playlist or album top +button-active = 2ac3de +; Scroll bar +; Right side of music playback bar +button-disabled = a9b1d6 +; Left sidebar selected nav color +nav-active = 27384e +; I don't know what this does +play-button = a9b1d6 +; Library top tabs active color +tab-active = 27384e +; Friends activity's active friend mark color +; Added/Removed to library notification color +notification = 414868 +; No idea where this is used +notification-error = ff0000 +; Playback bar left side +playback-bar = 2ac3de +; No idea +misc = FFFFFF [Light] ; TODO