From: Armaan Bhojwani Date: Tue, 30 Mar 2021 18:22:25 +0000 (-0400) Subject: Increase border consistency between programs X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=3c2723dcd5da2623a2ad24b0cc9b6013b0266244 Increase border consistency between programs --- diff --git a/config.org b/config.org index 2e0cdeb..4904583 100644 --- a/config.org +++ b/config.org @@ -801,9 +801,9 @@ No more clogging up init.el. border_width = 4 autorun = ws[1]:/home/armaa/Code/scripts/autostart #+end_src -*** Apprearance +*** Appearance #+begin_src conf :tangle ~/.spectrwm.conf - color_focus = rgb:00/d3/d0 + color_focus = rgb:ff/ff/ff color_focus_maximized = rgb:ee/cc/00 color_unfocus = rgb:55/55/55 #+end_src @@ -1243,7 +1243,7 @@ colors: cursor: text: '#000000' - background: '#777777' + background: '#ffffff' # Normal colors (except green it is from intense colors) normal: @@ -1395,14 +1395,14 @@ Lightweight notification daemon. padding = 8 horizontal_padding = 8 max_icon_size = 32 - separator_color = "#777777" + separator_color = "#ffffff" startup_notification = false #+end_src *** Modes #+begin_src conf :tangle ~/.config/dunst/dunstrc [frame] width = 3 - color = "#777777" + color = "#ffffff" [shortcuts] close = mod4+c @@ -1412,19 +1412,19 @@ Lightweight notification daemon. [urgency_low] background = "#222222" foreground = "#ffffff" - highlight = "#777777" + highlight = "#ffffff" timeout = 5 [urgency_normal] background = "#222222" foreground = "#ffffff" - highlight = "#777777" + highlight = "#ffffff" timeout = 15 [urgency_critical] background = "#222222" foreground = "#a60000" - highlight = "#777777" + highlight = "#ffffff" timeout = 0 #+end_src ** Rofi @@ -1438,4 +1438,8 @@ Modus vivendi theme that extends DarkBlue. separatorcolor: @white; background: rgba ( 34, 34, 34, 100 % ); } + +window { + border: 3; +} #+end_src