trying to make config work

This commit is contained in:
maxstrb 2026-02-27 17:20:33 +01:00
parent 2abbacf66e
commit 670f7a5c70
7 changed files with 187 additions and 58 deletions

19
config.toml Normal file
View file

@ -0,0 +1,19 @@
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"