Update color scheme

master
Hektor Misplon 2020-10-06 18:02:03 +02:00
parent b378919b1b
commit 14804af5dc
1 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,17 @@
[theme]
background = "#0d0d0d"
primary = "#aaaaaa"
secondary = "#444444"
title = "#aaaaaa"
playing = "#ffffff"
playing_bg = "#0d0d0d"
highlight = "#ffffff"
highlight_bg = "#444444"
error = "#ffffff"
error_bg = "red"
statusbar = "#0d0d0d"
statusbar_progress = "green"
statusbar_bg = "green"
cmdline = "#ffffff"
cmdline_bg = "#0d0d0d"
background = "#1C1C1C"
primary = "#CCCCCC"
secondary = "#AAAAAA"
title = "#CCCCCC"
playing = "#FFFFFF"
playing_selected = "#FFFFFF"
playing_bg = "#1C1C1C"
highlight = "#CCCCCC"
highlight_bg = "#333333"
error = "#FFFFFF"
error_bg = "#1C1C1C"
statusbar = "#CCCCCC"
statusbar_progress = "#CCCCCC"
statusbar_bg = "#1C1C1C"
cmdline = "#CCCCCC"
cmdline_bg = "#1C1C1C"