added helix theme: working

This commit is contained in:
specCon18 2023-04-15 03:01:58 -04:00
parent 846b7482a9
commit 237a44e74a

View file

@ -204,11 +204,12 @@
helix = {
enable = true;
settings = {
theme = "monokai_pro_octagon";
editor.line-number = "relative";
editor.shell = ["zsh" "-c"];
};
themes = {
monokai_pro_octagon.toml = let
monokai_pro_octagon = let
red = "#ff657a";
orange = "#ff9b5e";
yellow = "#ffd76d";