i3: Darken selection indicator, use thinner borders

This commit is contained in:
Salt 2018-11-05 16:45:28 -06:00
parent 2f887c0e8d
commit 0f9bca6979

View File

@ -56,9 +56,9 @@ font pango:Roboto 10
# Titlebar and borders
hide_edge_borders smart
new_window pixel 2
for_window [class=".*"] border pixel 2
for_window [class="konsole"] border normal 2
new_window pixel 1
for_window [class=".*"] border pixel 1
for_window [class="konsole"] border normal 1
for_window [class=".*"] title_format "%title"
# Miscellaneous window rules
@ -80,7 +80,7 @@ focus_on_window_activation none
# Apply colors to i3
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
client.focused $blue2 $blue2 $bg $bgm $blue2
client.focused $blue $blue $bg $bgm $blue
client.focused_inactive $bgm $bgm $blue $bgm $bgm
client.unfocused $bgm $bgm $fg $bgm $bgm
client.urgent $yellow2 $bgm $yellow2 $yellow $bgm