mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 12:44:35 +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 = 0xAA444444 # gray
|
||||
|
||||
col.group_border=0xAA5AA500
|
||||
col.group_border_active=0xFF00A500
|
||||
|
||||
# cursor_inactive_timeout = 10
|
||||
# no_cursor_warps = true
|
||||
|
||||
|
@ -100,9 +103,7 @@ dwindle {
|
|||
pseudotile = false
|
||||
preserve_split = true
|
||||
no_gaps_when_only = false
|
||||
|
||||
col.group_border_active = 0xFF8ec07c
|
||||
col.group_border = 0xFF665c54
|
||||
#smart_split = true
|
||||
}
|
||||
|
||||
####################
|
||||
|
|
Loading…
Reference in a new issue