trying to make config work
This commit is contained in:
parent
2abbacf66e
commit
670f7a5c70
7 changed files with 187 additions and 58 deletions
19
config.toml
Normal file
19
config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue