51 lines
846 B
TOML
51 lines
846 B
TOML
# phbar theme file ~ Voltage
|
|
#
|
|
# Place at ~/.config/phbar/themes/voltage.toml
|
|
|
|
[[window]]
|
|
name = "default"
|
|
anchor = "top"
|
|
height = 30
|
|
width = "100%"
|
|
shadow = false
|
|
blur = 0.0
|
|
|
|
[[window]]
|
|
name = "bottom"
|
|
anchor = "bottom"
|
|
height = 30
|
|
width = "100%"
|
|
shadow = false
|
|
blur = 0.0
|
|
|
|
[[text]]
|
|
name = "default"
|
|
font = "Comic Code"
|
|
size = 14
|
|
weight = "regular"
|
|
style = "normal"
|
|
offset = -0.5
|
|
|
|
[[text]]
|
|
name = "italic"
|
|
font = "Comic Code"
|
|
size = 14
|
|
weight = "regular"
|
|
style = "italic"
|
|
offset = -0.5
|
|
|
|
[[style]]
|
|
name = "default"
|
|
foreground = { color = "#aed3f3" }
|
|
background = { color = "#010408", alpha = 0.825 }
|
|
|
|
[[style]]
|
|
name = "floating"
|
|
foreground = { color = "#aed3f3" }
|
|
|
|
[[style]]
|
|
name = "tinted"
|
|
foreground = { color = "#aed3f3" }
|
|
background = { color = "#0f304a" }
|
|
padding = { left = 12.0, right = 12.0 }
|