From 595a19a9245b741ebc536315ea7c8d63a887c670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9zar=20Augusto?= Date: Thu, 13 Aug 2020 13:42:06 -0300 Subject: [PATCH] Update theme 010 - Update dunst color for better readability - Update the $PS1 variable color --- themes/010 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/010 b/themes/010 index 56a01231..371fe1ec 100644 --- a/themes/010 +++ b/themes/010 @@ -15,9 +15,9 @@ xresources['color4']='#5f819d' xresources['color5']='#85678f' xresources['color6']='#5e8d87' xresources['color7']='#707880' -xresources['color8']='#373b41' +xresources['color8']='#393b41' xresources['color9']='#cc6666' -xresources['color10']='#707880' +xresources['color10']='#f0c674' xresources['color11']='#f0c674' xresources['color12']='#5f819d' xresources['color13']='#b294bb' @@ -59,7 +59,7 @@ polybar['format-connected-prefix-foreground']='#c5c8c6' polybar['ramp-signal-foreground']='#c5c8c6' dunstrc['background']=${polybar['background']} -dunstrc['foreground']=${polybar['format-background']} -dunstrc['frame_color']=${polybar['format-background']} +dunstrc['foreground']=${polybar['foreground']} +dunstrc['frame_color']=${polybar['foreground']} wallpaper='010.png'