allow stylix to manage nixvim colors, add bold colors as bright in gnome-terminal
This commit is contained in:
parent
5c9a98be85
commit
6766007382
2 changed files with 1 additions and 5 deletions
|
@ -25,6 +25,7 @@
|
||||||
visibleName = "nezia";
|
visibleName = "nezia";
|
||||||
default = true;
|
default = true;
|
||||||
audibleBell = false;
|
audibleBell = false;
|
||||||
|
boldIsBright = true;
|
||||||
font = "MonaspiceNe Nerd Font 14";
|
font = "MonaspiceNe Nerd Font 14";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,11 +7,6 @@
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
||||||
colorschemes.catppuccin = {
|
|
||||||
enable = true;
|
|
||||||
settings = { flavour = "frappe"; };
|
|
||||||
};
|
|
||||||
|
|
||||||
performance.byteCompileLua.enable = true;
|
performance.byteCompileLua.enable = true;
|
||||||
|
|
||||||
clipboard.providers.wl-copy.enable = true;
|
clipboard.providers.wl-copy.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue