helix: light/dark mode
This commit is contained in:
parent
98a5eb772f
commit
60f8f83839
5 changed files with 7 additions and 2 deletions
1
helix/.gitignore
vendored
Normal file
1
helix/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
config.toml
|
||||
1
helix/dark.toml
Normal file
1
helix/dark.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
theme = "onedark"
|
||||
1
helix/light.toml
Normal file
1
helix/light.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
theme = "onelight"
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
theme = "onedark"
|
||||
|
||||
[editor]
|
||||
scrolloff = 1
|
||||
cursorline = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue