19 lines
273 B
TOML
19 lines
273 B
TOML
enable = true
|
|
transparency = 0.75
|
|
|
|
[window_size]
|
|
width = 800
|
|
height = 400
|
|
|
|
[border]
|
|
radius = 15.0
|
|
width = 2.0
|
|
padding = 3.0
|
|
|
|
[pallete]
|
|
background = "#1a1d23"
|
|
text = "#e8e8f4"
|
|
primary = "#7c85f0"
|
|
success = "#4ecb8f"
|
|
warning = "#f0c060"
|
|
danger = "#f05a6e"
|