From 8754a985ab56f59cd2cb61a0c304a023b3e90963 Mon Sep 17 00:00:00 2001 From: Jeena Date: Fri, 12 Sep 2025 21:43:42 +0900 Subject: [PATCH] Add helix configuration --- README.md | 1 + helix/config.toml | 2 ++ helix/themes/jeenas.toml | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 helix/config.toml create mode 100644 helix/themes/jeenas.toml 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" }