mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Change group border color
This commit is contained in:
parent
945e7dcce6
commit
84bfe7e967
|
@ -36,6 +36,9 @@ general {
|
||||||
# col.inactive_border = 0xFF000000 # black
|
# col.inactive_border = 0xFF000000 # black
|
||||||
col.inactive_border = 0xAA444444 # gray
|
col.inactive_border = 0xAA444444 # gray
|
||||||
|
|
||||||
|
col.group_border=0xAA5AA500
|
||||||
|
col.group_border_active=0xFF00A500
|
||||||
|
|
||||||
# cursor_inactive_timeout = 10
|
# cursor_inactive_timeout = 10
|
||||||
# no_cursor_warps = true
|
# no_cursor_warps = true
|
||||||
|
|
||||||
|
@ -100,9 +103,7 @@ dwindle {
|
||||||
pseudotile = false
|
pseudotile = false
|
||||||
preserve_split = true
|
preserve_split = true
|
||||||
no_gaps_when_only = false
|
no_gaps_when_only = false
|
||||||
|
#smart_split = true
|
||||||
col.group_border_active = 0xFF8ec07c
|
|
||||||
col.group_border = 0xFF665c54
|
|
||||||
}
|
}
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|
Loading…
Reference in a new issue