diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 7ab491b..a798bc4 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -1,4 +1,4 @@ -theme="sonokai" +theme="jaaj" [editor] line-number = "relative" diff --git a/editor/helix/languages.toml b/editor/helix/languages.toml index 478f555..e32c411 100644 --- a/editor/helix/languages.toml +++ b/editor/helix/languages.toml @@ -28,7 +28,7 @@ formatter = {command = 'black', args = ["--quiet", "-"]} [language-server.astro-ls] command = "astro-ls" args = ["--stdio"] -config = {typescript = {tsdk = "/home/gaspard/.local/share/fnm/node-versions/v18.18.2/installation/lib/node_modules/typescript/lib"}, environment = "node"} +config = {typescript = {tsdk = "/home/gaspard/.local/share/fnm/node-versions/v20.11.1/installation/lib/node_modules/typescript/lib"}, environment = "node"} timeout = 2 [[language]] diff --git a/editor/helix/themes/jaaj.toml b/editor/helix/themes/jaaj.toml new file mode 100644 index 0000000..be80c8e --- /dev/null +++ b/editor/helix/themes/jaaj.toml @@ -0,0 +1,2 @@ +inherits = "sonokai" +"ui.background" = {}