Adjust color scheme

master
Hektor Misplon 2020-05-08 14:16:11 +00:00
parent 99fbf9413d
commit 16fd8d7a05
1 changed files with 4 additions and 4 deletions

View File

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