all: batman colors

This commit is contained in:
2020-05-03 22:39:43 +02:00
parent b7b9cc0c46
commit 8022ce5b23
5 changed files with 76 additions and 16 deletions

View File

@@ -11,9 +11,9 @@
set $mod Mod4
#set $main_color #11ea11
set $main_color #ff0000
set $bg_color #000000
set $main_color #fdff00
set $secondary_color #98d1ce
set $bg_color #0c1014
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
@@ -222,11 +222,11 @@ bar {
colors {
separator #268bd2
background $bg_color
statusline $main_color
statusline $secondary_color
# <colorclass> <border> <background> <text>
focused_workspace $main_color $main_color $bg_color
inactive_workspace $main_color $bg_color $main_color
active_workspace $main_color $bg_color $main_color
inactive_workspace $secondary_color $bg_color $secondary_color
active_workspace $main_color $bg_color $secondary_color
}
}