From 897479cf7d7a448c48a989543898d54714bcbdbc Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 29 Feb 2024 21:43:09 +0100 Subject: [PATCH] helix: Created custom `jaaj` theme --- editor/helix/config.toml | 2 +- editor/helix/languages.toml | 2 +- editor/helix/themes/jaaj.toml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 editor/helix/themes/jaaj.toml 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" = {}