diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/conky.conf | 18 | ||||
| -rw-r--r-- | templates/dunstrc | 16 |
2 files changed, 17 insertions, 17 deletions
diff --git a/templates/conky.conf b/templates/conky.conf index 2eaf800..a87b088 100644 --- a/templates/conky.conf +++ b/templates/conky.conf @@ -5,17 +5,17 @@ conky.config={ mpd_host = '172.16.34.5', mpd_port = 6600, background=true, - color1='#b7bdf8', - color2='#a5adcb', - color3='#494d64', - color4='#8bd5ca', - color5='#c6a0f6', - color6='#a6da95', + color1='#7aa2f7', + color2='#a9b1d6', + color3='#3b4261', + color4='#7dcfff', + color5='#bb9af7', + color6='#9ece6a', pad_percents=0, cpu_avg_samples=4, - default_color='#cad3f5', - default_outline_color='#494d64', - default_shade_color='#1e2030', + default_color='#c0caf5', + default_outline_color='#3b4261', + default_shade_color='#16161e', default_bar_height=10, default_bar_width=500, double_buffer=true, diff --git a/templates/dunstrc b/templates/dunstrc index 44ed700..aa6536f 100644 --- a/templates/dunstrc +++ b/templates/dunstrc @@ -59,17 +59,17 @@ [experimental] per_monitor_dpi = false [urgency_low] - background = "#1e2030" - foreground = "#a5adcb" - frame_color = "#494d64" + background = "#16161e" + foreground = "#a9b1d6" + frame_color = "#3b4261" timeout = 10 [urgency_normal] - background = "#24273a" - foreground = "#cad3f5" + background = "#1a1b26" + foreground = "#c0caf5" frame_color = "@ACCENT@" timeout = 10 [urgency_critical] - background = "#24273a" - foreground = "#cad3f5" - frame_color = "#ed8796" + background = "#1a1b26" + foreground = "#c0caf5" + frame_color = "#f7768e" timeout = 0 |
