Switch to dracula based colorscheme in alacritty and polybar
This commit is contained in:
parent
70cb8ef3cb
commit
cbc8b9aa22
2 changed files with 13 additions and 22 deletions
|
@ -281,7 +281,7 @@ colors:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.5
|
background_opacity: 1
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
|
@ -1,24 +1,15 @@
|
||||||
[colors]
|
[colors]
|
||||||
background = #000000
|
background = #282a36
|
||||||
background-alt = #000000
|
background-alt = #44475a
|
||||||
foreground = #ffffff
|
foreground = #f8f8f2
|
||||||
foreground-alt = #ffffff
|
foreground-alt = #c8c8d2
|
||||||
primary = #a6f6c6
|
primary = #f8f8f2
|
||||||
secondary = #a6f6c6
|
secondary = #c8c8d2
|
||||||
alert = #a17c38
|
alert = #f1fa8c
|
||||||
active = {active}
|
active = {active}
|
||||||
inactive = {inactive}
|
inactive = {inactive}
|
||||||
highlight = #a6f6c6
|
highlight = #8be9fd
|
||||||
error = #a64848
|
error = #ff5555
|
||||||
|
|
||||||
bspwmborder = #a6f6c6
|
|
||||||
pulse = #41434f
|
|
||||||
xkb = #844d2c
|
|
||||||
memory = #57553a
|
|
||||||
eth = #a17c38
|
|
||||||
pc = #41434f
|
|
||||||
xwindow = #a17c38
|
|
||||||
mus = #57553a
|
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
|
@ -57,7 +48,7 @@ modules-right = date sep xkeyboard sep cpu space temperature sep memory sep file
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
tray-maxsize = 14
|
tray-maxsize = 14
|
||||||
tray-background = #000000
|
tray-background = ${colors.background}
|
||||||
|
|
||||||
wm-restack = bspwm
|
wm-restack = bspwm
|
||||||
|
|
||||||
|
@ -123,7 +114,7 @@ label-volume-foreground = ${colors.foreground}
|
||||||
|
|
||||||
label-muted = "muted"
|
label-muted = "muted"
|
||||||
label-muted-padding = 1
|
label-muted-padding = 1
|
||||||
label-muted-foreground = #333333
|
label-muted-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/xkeyboard]
|
[module/xkeyboard]
|
||||||
type = internal/xkeyboard
|
type = internal/xkeyboard
|
||||||
|
@ -135,7 +126,7 @@ label-layout-padding = 1
|
||||||
|
|
||||||
label-indicator-on = %name%
|
label-indicator-on = %name%
|
||||||
label-indicator-on-padding-right = 1
|
label-indicator-on-padding-right = 1
|
||||||
label-indicator-on-foreground = #333333
|
label-indicator-on-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
|
|
Loading…
Reference in a new issue