Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
add light and darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
kwigley committed Mar 16, 2024
1 parent 82e62b6 commit 43721d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private_dot_config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ function delta_sidebyside --on-signal WINCH
end
delta_sidebyside

alias lightmode="kitty +kitten themes --reload-in=all Tokyo Night Day"
alias darkmode="kitty +kitten themes --reload-in=all Tokyo Night Storm"

# TokyoNight Color Palette
set -l foreground c0caf5
set -l selection 364A82
Expand Down

0 comments on commit 43721d7

Please sign in to comment.