mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
fish 4.0; use comic code; add swhkd
This commit is contained in:
parent
03adcc38d4
commit
5e51149369
14 changed files with 125 additions and 8 deletions
|
|
@ -30,11 +30,17 @@
|
|||
maplocalleader = " ";
|
||||
have_nerd_font = true;
|
||||
};
|
||||
highlightOverride = {
|
||||
highlightOverride = with config.lib.stylix.colors.withHashtag; {
|
||||
CursorLineNr = {
|
||||
bg = "#${config.lib.stylix.colors.base01}";
|
||||
fg = "#${config.lib.stylix.colors.base06}";
|
||||
bg = base01;
|
||||
fg = base06;
|
||||
};
|
||||
Comment.italic = true;
|
||||
Comment.fg = base03;
|
||||
Boolean.italic = true;
|
||||
Boolean.fg = base0E;
|
||||
String.italic = true;
|
||||
String.fg = base0B;
|
||||
# LineNrAbove = {
|
||||
# bg = "#${config.lib.stylix.colors.base00}";
|
||||
# fg = "#${config.lib.stylix.colors.base06}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue