Skip to content

Commit

Permalink
add kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Sep 5, 2023
1 parent 608abdc commit 049c7be
Show file tree
Hide file tree
Showing 3 changed files with 4,838 additions and 0 deletions.
44 changes: 44 additions & 0 deletions kitty/current-theme.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# vim:ft=kitty

## name: Tokyo Night Storm
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty_tokyonight_storm.conf

background #24283b
foreground #c0caf5
selection_background #364A82
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5

# Tabs
active_tab_background #7aa2f7
active_tab_foreground #1f2335
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #1D202F

# normal
color0 #1D202F
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6

# bright
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5

# extended colors
color16 #ff9e64
color17 #db4b4b
Loading

0 comments on commit 049c7be

Please sign in to comment.