From 8e1854b7abf9227292f86c3b1f7cffdf1faed5a1 Mon Sep 17 00:00:00 2001 From: Huerta Saavedra Date: Thu, 15 Dec 2022 13:45:55 -0600 Subject: [PATCH] Night theme :Heavy Check Mark: --- color.ini | 62 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 14 deletions(-) diff --git a/color.ini b/color.ini index 1ac8fab..ca97047 100644 --- a/color.ini +++ b/color.ini @@ -1,23 +1,57 @@ [Night] +; TEXT +; Main window text color text = a9b1d6 -subtext = 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 = 1a1b26 -sidebar = 1a1b26 -player = 1f1f29 -card = 1a1b26 -shadow = 000000 -main-secondary = 1a1b26 -button = 27384e -button-secondary = 27384e -button-active = 27384e -button-disabled = 27384e +; Left and right sidebar color +sidebar = 16161e +; Bottom player color +player = 16161e +; Contextual menu color +card = 16161e +; Left and right sidebar shadow +; (Same color as 'sidebar' for no shadow) +shadow = 16161e +; Albums, songs containers in main container +main-secondary = 16161e +; Volume slidebar color +; Heart icon color +; Playback color +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 -play-button = 2ac3de +; I don't know what this does +play-button = a9b1d6 +; Library top tabs active color tab-active = 27384e -notification = 1a1b26 -notification-error = 1a1b26 -playback-bar = 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 [Storm]