chore(ghostty): change theme

This commit is contained in:
uku 2024-11-25 09:16:35 +01:00
parent e7fa72e2c5
commit 792cb67dd2
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -7,14 +7,11 @@
packages = [ghostty.packages.${pkgs.system}.default];
file.".config/ghostty/config".text = ''
theme = Ubuntu
theme = rose-pine
font-family = Iosevka Nerd Font
font-size = 12
font-feature = -calt
font-feature = -dlig
selection-foreground = #908caa
selection-background = #26233a
'';
};
}