diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 11f7c20..cf811ab 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#E95420" + frame_color = "#000000" # Define a color for the separator. # possible values are: @@ -261,23 +261,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" + background = "#ffffff" + foreground = "#000000" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#2C001E" - foreground = "#ffffff" + background = "#ffffff" + foreground = "#000000" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" + background = "#ffffff" + foreground = "#000000" + frame_color = "#000000" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/config/terminator/config b/config/terminator/config index 5a4c958..6e09df3 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -11,6 +11,6 @@ [plugins] [profiles] [[default]] - background_darkness = 0.87 - background_type = transparent + background_color = "#ffffff" + foreground_color = "#000000" cursor_color = "#aaaaaa"