Skip to content

Commit

Permalink
Small overrides for the dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Dec 27, 2024
1 parent 1a80a4b commit ae5ea78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions config/kitty/dark-theme.auto.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Custom overrides

active_tab_background #24283b
active_tab_foreground #c0caf5

# vim:ft=kitty
5 changes: 0 additions & 5 deletions config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ map ctrl+shift+t launch --cwd=current --type=tab
# Show scrollback and last command output in nvim.
map kitty_mod+h launch --stdin-source=@screen_scrollback --type=overlay nvim -
map kitty_mod+g launch --stdin-source=@last_cmd_output --type=overlay nvim -

# Overrides.
active_tab_font_style normal
active_tab_background #24283b
active_tab_foreground #c0caf5
2 changes: 2 additions & 0 deletions scripts/kitty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ sed -i "s|Exec=kitty|Exec=${BIN_DIR}kitty|g" $KITTY_DESKTOP_FILE
mkdir -p ~/.config/kitty/
kitty +kitten themes --dump-theme 'Tokyo Night Storm' > ~/.config/kitty/dark-theme.auto.conf
kitty +kitten themes --dump-theme 'Solarized Light' > ~/.config/kitty/light-theme.auto.conf
# Overrides
cat config/kitty/dark-theme.auto.conf >> ~/.config/kitty/dark-theme.auto.conf
ln -sf ~/.config/kitty/light-theme.auto.conf ~/.config/kitty/no-preference-theme.auto.conf

0 comments on commit ae5ea78

Please sign in to comment.