1
0

update helix config

This commit is contained in:
2024-05-15 09:32:40 +02:00
parent 96b9aaa51a
commit 15914c17d1
3 changed files with 10 additions and 4 deletions

View File

@@ -6,3 +6,6 @@ theme = "myonedark"
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
[editor.indent-guides]
render = true

View File

@@ -1,4 +1,4 @@
use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "vue", "wren", "xml", "yaml" ] } use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "typst", "vue", "wren", "xml", "yaml" ] }
[[language]] [[language]]
name = "go" name = "go"

View File

@@ -58,9 +58,12 @@ diagnostic = { modifiers = ["underlined"] }
"ui.selection" = { bg = "light-gray" } "ui.selection" = { bg = "light-gray" }
"ui.selection.primary" = { bg = "gray" } "ui.selection.primary" = { bg = "gray" }
"ui.linenr" = { fg = "linenr", modifiers = ["dim"] } # "ui.linenr" = { fg = "linenr", modifiers = ["dim"] }
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" } "ui.linenr.selected" = { fg = "white" }
"ui.virtual.indent-guide" = { fg = "gray" }
"ui.statusline" = { fg = "white", bg = "light-black" } "ui.statusline" = { fg = "white", bg = "light-black" }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" } "ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
@@ -86,4 +89,4 @@ black = "#1d212a"
light-black = "#333740" light-black = "#333740"
gray = "#333740" gray = "#333740"
light-gray = "#5C6370" light-gray = "#5C6370"
linenr = "#333740" linenr = "#7a7a7a"