all: batman colors
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user