switch to Gruvbox Dark Hard

Signed-off-by: fau <fau@faukah.com>
Change-Id: I6a6a696426a5ae06361492adc245fb4436411fe8
This commit is contained in:
fau 2025-07-27 16:52:55 +02:00
commit dc1fdbe07b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -363,7 +363,7 @@ let
}; };
settings = { settings = {
theme = "nord"; theme = "gruvbox_dark_hard";
editor = { editor = {
cursorline = true; cursorline = true;
color-modes = true; color-modes = true;

View file

@ -42,7 +42,7 @@ let
resize-overlay-duration = "0s"; resize-overlay-duration = "0s";
shell-integration-features = "cursor,sudo,no-title"; shell-integration-features = "cursor,sudo,no-title";
term = "xterm-256color"; term = "xterm-256color";
theme = "nightfox"; theme = "GruvboxDarkHard";
window-decoration = "none"; window-decoration = "none";
window-padding-balance = true; window-padding-balance = true;
window-padding-x = 8; window-padding-x = 8;