Files
phbar/Sources/phbar/config/themes/default.toml
T

37 lines
615 B
TOML

# phbar theme file
#
# Place at ~/.config/phbar/themes/default.toml
[[window]]
name = "default"
anchor = "top"
height = 30
width = "100%"
[[text]]
name = "default"
font = "monospace"
size = 14
weight = "regular"
style = "normal"
offset = -1
[[text]]
name = "italic"
font = "monospace"
size = 14
weight = "regular"
style = "italic"
offset = -1
[[style]]
name = "default"
foreground = { color = "#aed3f3" }
background = { color = "#010408" }
[[style]]
name = "elevated"
foreground = { color = "#aed3f3" }
background = { color = "#0f304a" }
padding = { left = 12.0, right = 12.0 }