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 = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
theme = "monokai_pro_octagon";
|
||||||
editor.line-number = "relative";
|
editor.line-number = "relative";
|
||||||
editor.shell = ["zsh" "-c"];
|
editor.shell = ["zsh" "-c"];
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
monokai_pro_octagon.toml = let
|
monokai_pro_octagon = let
|
||||||
red = "#ff657a";
|
red = "#ff657a";
|
||||||
orange = "#ff9b5e";
|
orange = "#ff9b5e";
|
||||||
yellow = "#ffd76d";
|
yellow = "#ffd76d";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue