Adapt colors and themes
This commit is contained in:
parent
e292b57148
commit
b134a511c0
2 changed files with 10 additions and 10 deletions
|
@ -24,10 +24,10 @@ bspc config pointer_action1 move
|
|||
bspc config pointer_action2 resize_side
|
||||
bspc config pointer_action3 resize_corner
|
||||
|
||||
bspc config normal_border_color "#4c566a"
|
||||
bspc config normal_border_color "#4c6a6a"
|
||||
bspc config active_border_color "#1e1e1e"
|
||||
bspc config focused_border_color "#5e81cc"
|
||||
bspc config presel_feedback_color "#5e81ac"
|
||||
bspc config focused_border_color "#a6f6c6"
|
||||
bspc config presel_feedback_color "#a6c6c6"
|
||||
# bspc config urgent_border_color "#dd2727"
|
||||
|
||||
#polybar hidden when fullscreen for vlc, youtube, mpv ...
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
[colors]
|
||||
background = #000000
|
||||
background-alt = #000000
|
||||
foreground = #cccccc
|
||||
foreground-alt = #cccccc
|
||||
primary = #526274
|
||||
secondary = #57553a
|
||||
foreground = #ffffff
|
||||
foreground-alt = #ffffff
|
||||
primary = #a6f6c6
|
||||
secondary = #a6f6c6
|
||||
alert = #a17c38
|
||||
active = {active}
|
||||
inactive = {inactive}
|
||||
highlight = #57553a
|
||||
highlight = #a6f6c6
|
||||
error = #a64848
|
||||
|
||||
bspwmborder = #57553a
|
||||
bspwmborder = #a6f6c6
|
||||
pulse = #41434f
|
||||
xkb = #844d2c
|
||||
memory = #57553a
|
||||
|
@ -36,7 +36,7 @@ background = ${colors.background}
|
|||
foreground = ${colors.foreground}
|
||||
|
||||
radius = 3
|
||||
line-size = 2
|
||||
line-size = 3
|
||||
line-color = #000000
|
||||
|
||||
border-size = 0
|
||||
|
|
Loading…
Reference in a new issue