mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-15 16:43:06 +01:00
add gutter theme to helix
This commit is contained in:
parent
3cacac4e6a
commit
73a428be90
1 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue