diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/multimedia/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix index d6da4fd..2195afa 100644 --- a/home/profiles/multimedia/default.nix +++ b/home/profiles/multimedia/default.nix @@ -33,8 +33,17 @@ in settings = { theme = { - active = "Cyan"; - banner = "LightCyan"; + active = "Blue"; + banner = "LightBlue"; + hovered = "LightBlue"; + inactive = "Blue"; + playbar_background = "Blue"; + playbar_progress = "LightBlue"; + playbar_progress_text = "Black"; + playbar_text = "Blue"; + selected = "LightBlue"; + text = "White"; + header = "White"; }; behavior = { |