fix syntax
This commit is contained in:
parent
bc3d990481
commit
d498021fd4
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
import = ["colors.toml"]
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 16.0
|
size = 16.0
|
||||||
|
@ -8,3 +7,6 @@ family = "JetBrainsMono Nerd Font"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.8
|
opacity = 0.8
|
||||||
|
|
||||||
|
[general]
|
||||||
|
import = ["colors.toml"]
|
||||||
|
|
Loading…
Reference in a new issue