]> git.armaanb.net Git - config.org.git/commitdiff
Increase border consistency between programs
authorArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:22:25 +0000 (14:22 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:25:47 +0000 (14:25 -0400)
config.org

index 2e0cdeb80ddea5db5f65139eb96828d58898832a..49045833c2171f34c7c7e09484004a6ef3f0a30a 100644 (file)
@@ -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