Created
March 4, 2026 12:38
-
-
Save JosephScript/9628f2cc8d165a86f904d48b159ad111 to your computer and use it in GitHub Desktop.
tokyo night kitty theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim:ft=kitty | |
| ## name: Tokyo Night | |
| ## license: MIT | |
| ## author: Folke Lemaitre | |
| ## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf | |
| background #1a1b26 | |
| foreground #c0caf5 | |
| selection_background #283457 | |
| selection_foreground #c0caf5 | |
| url_color #73daca | |
| cursor #c0caf5 | |
| cursor_text_color #1a1b26 | |
| # Tabs | |
| active_tab_background #7aa2f7 | |
| active_tab_foreground #16161e | |
| inactive_tab_background #292e42 | |
| inactive_tab_foreground #545c7e | |
| #tab_bar_background #15161e | |
| # Windows | |
| active_border_color #7aa2f7 | |
| inactive_border_color #292e42 | |
| # normal | |
| color0 #15161e | |
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment