Update colour scheme
This commit is contained in:
parent
67aeb09ac2
commit
95d68f8015
@ -77,7 +77,7 @@ in
|
|||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
shell = "/Users/dekker1/.nix-profile/bin/nu";
|
shell = "/Users/dekker1/.nix-profile/bin/nu";
|
||||||
};
|
};
|
||||||
theme = "Night Owl";
|
theme = "GitHub Light";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Shared shell configuration
|
# Shared shell configuration
|
||||||
@ -87,8 +87,8 @@ in
|
|||||||
edit = "^($env.VISUAL)";
|
edit = "^($env.VISUAL)";
|
||||||
start = "^open";
|
start = "^open";
|
||||||
less = "bat";
|
less = "bat";
|
||||||
set-light-theme = "kitty +kitten themes Catppuccin-Latte";
|
set-light-theme = "kitty +kitten themes GitHub Dark";
|
||||||
set-dark-theme = "kitty +kitten themes Night Owl";
|
set-dark-theme = "kitty +kitten themes GitHub Light";
|
||||||
brew-backup = "brew bundle dump --global --no-lock --formula --cask --mas --tap --force";
|
brew-backup = "brew bundle dump --global --no-lock --formula --cask --mas --tap --force";
|
||||||
brew-cleanup = "brew bundle cleanup --global --no-lock --force --zap";
|
brew-cleanup = "brew bundle cleanup --global --no-lock --force --zap";
|
||||||
brew-restore = "brew bundle install --global --no-lock";
|
brew-restore = "brew bundle install --global --no-lock";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user