add gutter theme to helix

This commit is contained in:
Schrottkatze 2026-01-01 18:23:17 +01:00
commit 73a428be90
No known key found for this signature in database

View file

@ -1,7 +1,11 @@
{ ... }:
{
programs.helix.themes.gruvmeow = {
inherits = "gruvbox_dark_hard";
"ui.gutter".bg = "#282828";
};
programs.helix.settings = {
theme = "gruvbox_dark_hard";
theme = "gruvmeow";
editor = {
line-number = "relative";
bufferline = "multiple";