From e0f195e0eeafab07067adb98062dc926907c38c0 Mon Sep 17 00:00:00 2001
From: sudacode <suda@sudacode.com>
Date: Thu, 3 Apr 2025 21:31:29 -0700
Subject: [PATCH] update colors

---
 script-opts/modernz.conf | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/script-opts/modernz.conf b/script-opts/modernz.conf
index da8f025..d6f2fce 100644
--- a/script-opts/modernz.conf
+++ b/script-opts/modernz.conf
@@ -175,47 +175,47 @@ zoom_out_min=-1
 
 # Colors and style
 # accent color of the OSC and title bar
-osc_color=#000000
+osc_color=#181926
 # color of the title in borderless/fullscreen mode
-window_title_color=#FFFFFF
+window_title_color=#A5ADCB
 # color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
-window_controls_color=#FFFFFF
+window_controls_color=#A5ADCB
 # color of close window control on hover
-windowcontrols_close_hover=#F45C5B
+windowcontrols_close_hover=#ED8796
 # color of maximize window controls on hover
-windowcontrols_max_hover=#F8BC3A
+windowcontrols_max_hover=#EED49F
 # color of minimize window controls on hover
-windowcontrols_min_hover=#43CB44
+windowcontrols_min_hover=#A6DA95
 # color of the title (above seekbar)
-title_color=#FFFFFF
+title_color=#CAD3F5
 # color of the cache information
-cache_info_color=#FFFFFF
+cache_info_color=#CAD3F5
 # color of the seekbar progress and handle
-seekbarfg_color=#FB8C00
+seekbarfg_color=#C6A0F6
 # color of the remaining seekbar
-seekbarbg_color=#94754F
+seekbarbg_color=#B7BDF8
 # color of the cache ranges on the seekbar
-seekbar_cache_color=#918F8E
+seekbar_cache_color=#A5ADCB
 # match volume bar color with seekbar color (ignores side_buttons_color)
 volumebar_match_seek_color=no
 # color of the timestamps (below seekbar)
-time_color=#FFFFFF
+time_color=#CAD3F5
 # color of the chapter title next to timestamp (below seekbar)
-chapter_title_color=#FFFFFF
+chapter_title_color=#A5ADCB
 # color of the side buttons (audio, subtitles, playlist, etc.)
-side_buttons_color=#FFFFFF
+side_buttons_color=#A5ADCB
 # color of the middle buttons (skip, jump, chapter, etc.)
-middle_buttons_color=#FFFFFF
+middle_buttons_color=#A5ADCB
 # color of the play/pause button
-playpause_color=#FFFFFF
+playpause_color=#A5ADCB
 # color of the element when held down (pressed)
 held_element_color=#999999
 # color of a hovered button when hover_effect includes "color"
-hover_effect_color=#FB8C00
+hover_effect_color=#C6A0F6
 # color of the border for thumbnails (with thumbfast)
-thumbnail_border_color=#111111
+thumbnail_border_color=#181926
 # color of the border outline for thumbnails
-thumbnail_border_outline=#404040
+thumbnail_border_outline=#363A4F
 
 # alpha of the OSC background box
 fade_alpha=130