Add initial light/dark themes and profiles

This commit is contained in:
2022-10-14 15:47:41 -05:00
parent b7c3e030ad
commit c600da05fc
12 changed files with 193 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
theme = "bogster"
theme = "{{helix_theme}}"
[editor]
color-modes = true
@@ -10,3 +10,9 @@ true-color = true
insert = "bar"
normal = "block"
select = "underline"
[editor.search]
smart-case = false
[keys.normal]
C-r = ":config-reload"