helix: fix theme

This commit is contained in:
Daniella / Tove 2024-11-15 22:06:54 +01:00
parent 711995a929
commit b74ca5c8e7
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -236,6 +236,7 @@ in
}; };
programs.helix.themes.tudbut = { programs.helix.themes.tudbut = {
inherits = "monokai_pro_ristretto"; inherits = "monokai_pro_ristretto";
"string.special.symbol" = { fg = "#5cdaa7"; };
}; };
}; };
} }