dotfiles.git

commit 65ef06d092a99cb0caec00d5815eb95cc929731f

Author: Adam <git@apiote.xyz>

helix

 .config/helix/config.toml | 2 +-
 .config/helix/themes/mine.toml | 8 ++++++++


diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index 13afcdd640b945e685935034bd8beb709eb4e1e5..d263c743a7463d6c174506cca6b23b302420cbc1 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -1,4 +1,4 @@
-theme = "ayu_dark"
+theme = "mine"
 
 [editor]
 rulers = [80, 120]




diff --git a/.config/helix/themes/mine.toml b/.config/helix/themes/mine.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0d1c41fcb7a9ee9b8b72718ca736abe22610efb4
--- /dev/null
+++ b/.config/helix/themes/mine.toml
@@ -0,0 +1,8 @@
+inherits = "ayu_dark"
+
+"ui.linenr" = { fg = "gray"}
+"ui.linenr.selected" = { fg = "foreground" }
+
+[palette]
+foreground = "#c9ad53"
+background = "#292929"