diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index 4aec902..86f8f7a 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,16 +1,16 @@ [theme] -background = "#000000" +background = "#0d0d0d" primary = "#aaaaaa" secondary = "#444444" title = "#aaaaaa" playing = "#ffffff" -playing_bg = "#000000" +playing_bg = "#0d0d0d" highlight = "#ffffff" highlight_bg = "#444444" error = "#ffffff" error_bg = "red" -statusbar = "#000000" +statusbar = "#0d0d0d" statusbar_progress = "green" statusbar_bg = "green" cmdline = "#ffffff" -cmdline_bg = "#000000" +cmdline_bg = "#0d0d0d"