update helix config
This commit is contained in:
@@ -6,3 +6,6 @@ theme = "myonedark"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
|
||||
@@ -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]]
|
||||
name = "go"
|
||||
|
||||
@@ -58,9 +58,12 @@ diagnostic = { modifiers = ["underlined"] }
|
||||
"ui.selection" = { bg = "light-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.virtual.indent-guide" = { fg = "gray" }
|
||||
|
||||
"ui.statusline" = { fg = "white", bg = "light-black" }
|
||||
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
||||
|
||||
@@ -86,4 +89,4 @@ black = "#1d212a"
|
||||
light-black = "#333740"
|
||||
gray = "#333740"
|
||||
light-gray = "#5C6370"
|
||||
linenr = "#333740"
|
||||
linenr = "#7a7a7a"
|
||||
|
||||
Reference in New Issue
Block a user