helix: better theme
This commit is contained in:
parent
560fa7ddc4
commit
711995a929
1 changed files with 5 additions and 2 deletions
7
home.nix
7
home.nix
|
@ -189,7 +189,7 @@ in
|
||||||
services.picom.enable = true;
|
services.picom.enable = true;
|
||||||
programs.alacritty.settings.window.opacity = 0.7;
|
programs.alacritty.settings.window.opacity = 0.7;
|
||||||
programs.alacritty.settings.font.normal.family = "Monocraft";
|
programs.alacritty.settings.font.normal.family = "Monocraft";
|
||||||
programs.alacritty.settings.font.size = 12;
|
programs.alacritty.settings.font.size = 10;
|
||||||
#services.dunst.enable = true;
|
#services.dunst.enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
gtk.theme = {
|
gtk.theme = {
|
||||||
|
@ -213,7 +213,7 @@ in
|
||||||
programs.helix.enable = true;
|
programs.helix.enable = true;
|
||||||
programs.helix.defaultEditor = true;
|
programs.helix.defaultEditor = true;
|
||||||
programs.helix.settings = {
|
programs.helix.settings = {
|
||||||
theme = "base16_transparent";
|
theme = "tudbut";
|
||||||
editor = {
|
editor = {
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
|
@ -234,5 +234,8 @@ in
|
||||||
};
|
};
|
||||||
keys.normal.g.f = "code_action";
|
keys.normal.g.f = "code_action";
|
||||||
};
|
};
|
||||||
|
programs.helix.themes.tudbut = {
|
||||||
|
inherits = "monokai_pro_ristretto";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue