diff --git a/README.md b/README.md index f403587..fda6063 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ ln -s ~/Projects/hypr-dotfiles/waybar waybar ln -s ~/Projects/hypr-dotfiles/tofi tofi ln -s ~/Projects/hypr-dotfiles/wlogout wlogout ln -s ~/Projects/hypr-dotfiles/kitty kitty +ln -s ~/Projects/hypr-dotfiles/helix helix ``` You also need to install all the dependencies: diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..ea65420 --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,2 @@ +theme = "jeenas" +editor.rulers = [80] diff --git a/helix/themes/jeenas.toml b/helix/themes/jeenas.toml new file mode 100644 index 0000000..5dc6393 --- /dev/null +++ b/helix/themes/jeenas.toml @@ -0,0 +1,3 @@ +inherits = "dracula" +"ui.background" = {} +"ui.virtual.ruler" = { bg = "#281427" }