1
0
Fork 0

helix: light/dark mode

This commit is contained in:
Jeremy Kaplan 2025-09-02 21:49:16 -04:00
commit 60f8f83839
5 changed files with 7 additions and 2 deletions

1
helix/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config.toml

1
helix/dark.toml Normal file
View file

@ -0,0 +1 @@
theme = "onedark"

1
helix/light.toml Normal file
View file

@ -0,0 +1 @@
theme = "onelight"

View file

@ -1,5 +1,3 @@
theme = "onedark"
[editor]
scrolloff = 1
cursorline = true