1
0

Update colour scheme

This commit is contained in:
Jip J. Dekker 2024-02-13 22:17:17 +01:00
parent 67aeb09ac2
commit 95d68f8015

View File

@ -77,7 +77,7 @@ in
confirm_os_window_close = 0;
shell = "/Users/dekker1/.nix-profile/bin/nu";
};
theme = "Night Owl";
theme = "GitHub Light";
};
# Shared shell configuration
@ -87,8 +87,8 @@ in
edit = "^($env.VISUAL)";
start = "^open";
less = "bat";
set-light-theme = "kitty +kitten themes Catppuccin-Latte";
set-dark-theme = "kitty +kitten themes Night Owl";
set-light-theme = "kitty +kitten themes GitHub Dark";
set-dark-theme = "kitty +kitten themes GitHub Light";
brew-backup = "brew bundle dump --global --no-lock --formula --cask --mas --tap --force";
brew-cleanup = "brew bundle cleanup --global --no-lock --force --zap";
brew-restore = "brew bundle install --global --no-lock";