diff options
author | listout <listout@protonmail.com> | 2022-08-14 11:43:29 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:41 +0530 |
commit | c76fa174bb7a15655716fddf3469433950bbc340 (patch) | |
tree | 63c7cc2078a3c1e1526623cce2b0312a3e3a1236 | |
parent | 8bb775a579757a6a0bda8e3bc4f5c2f25793d237 (diff) |
bspwm: border colors for tokyonight
Signed-off-by: listout <listout@protonmail.com>
-rwxr-xr-x | .config/bspwm/bspwmrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7883b0f..7ba50bb 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -36,8 +36,9 @@ bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#4C566A' -bspc config focused_border_color '#D8DEE9' +bspc config normal_border_color '#c0caf5' +bspc config active_border_color '#c0caf5' +bspc config focused_border_color '#bb9af7' # focus on hover bspc config focus_follows_pointer true |