helix: Created custom jaaj
theme
This commit is contained in:
parent
2030cc68cf
commit
897479cf7d
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
theme="sonokai"
|
theme="jaaj"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
|
|
@ -28,7 +28,7 @@ formatter = {command = 'black', args = ["--quiet", "-"]}
|
||||||
[language-server.astro-ls]
|
[language-server.astro-ls]
|
||||||
command = "astro-ls"
|
command = "astro-ls"
|
||||||
args = ["--stdio"]
|
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
|
timeout = 2
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|
2
editor/helix/themes/jaaj.toml
Normal file
2
editor/helix/themes/jaaj.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
inherits = "sonokai"
|
||||||
|
"ui.background" = {}
|
Loading…
Reference in a new issue