HLWM: new window_border_active_color
This commit is contained in:
parent
e3655c2e55
commit
fff2be6a89
1 changed files with 1 additions and 3 deletions
|
@ -40,14 +40,12 @@
|
|||
(hc (string-append "set_layout " layout)))
|
||||
|
||||
;; colors
|
||||
(set "frame_border_active_color" "\\#2e3436")
|
||||
(set "frame_border_normal_color" "\\#0c191c")
|
||||
(set "frame_bg_normal_color" "\\#2e3436")
|
||||
(set "frame_bg_active_color" "\\#0c191c")
|
||||
(set "frame_border_width" "0")
|
||||
(set "window_border_width" "2")
|
||||
(set "window_border_normal_color" "\\#0c191c")
|
||||
(set "window_border_active_color" "\\#800000")
|
||||
(set "window_border_active_color" "\\#4E9A06")
|
||||
|
||||
;; other settings
|
||||
(set "default_frame_layout" "2")
|
||||
|
|
Loading…
Reference in a new issue