Add helix configuration

This commit is contained in:
Jeena 2025-09-12 21:43:42 +09:00
parent 1b9fff48b1
commit 8754a985ab
3 changed files with 6 additions and 0 deletions

View file

@ -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:

2
helix/config.toml Normal file
View file

@ -0,0 +1,2 @@
theme = "jeenas"
editor.rulers = [80]

3
helix/themes/jeenas.toml Normal file
View file

@ -0,0 +1,3 @@
inherits = "dracula"
"ui.background" = {}
"ui.virtual.ruler" = { bg = "#281427" }