fix(ghostty): unset selection colors
This commit is contained in:
parent
75d60c16dc
commit
1f24ba2e74
1 changed files with 1 additions and 4 deletions
|
@ -7,14 +7,11 @@
|
||||||
packages = [ghostty.packages.${pkgs.system}.default];
|
packages = [ghostty.packages.${pkgs.system}.default];
|
||||||
|
|
||||||
file.".config/ghostty/config".text = ''
|
file.".config/ghostty/config".text = ''
|
||||||
theme = light:catppuccin-latte,dark:rose-pine
|
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
||||||
font-family = Iosevka Nerd Font
|
font-family = Iosevka Nerd Font
|
||||||
font-size = 12
|
font-size = 12
|
||||||
font-feature = -calt
|
font-feature = -calt
|
||||||
font-feature = -dlig
|
font-feature = -dlig
|
||||||
|
|
||||||
selection-foreground = #908caa
|
|
||||||
selection-background = #26233a
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue