added helix theme: working
This commit is contained in:
parent
846b7482a9
commit
237a44e74a
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue