From d641d7788f452a156e877bc5cd9b9e132d12724e Mon Sep 17 00:00:00 2001 From: David Mathers Date: Wed, 16 Dec 2020 00:16:20 -0800 Subject: [PATCH] Add color scheme --- tokyo-night-kitty.conf | 78 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 tokyo-night-kitty.conf diff --git a/tokyo-night-kitty.conf b/tokyo-night-kitty.conf new file mode 100644 index 0000000..6606b9d --- /dev/null +++ b/tokyo-night-kitty.conf @@ -0,0 +1,78 @@ +# Tokyo Night color scheme for kitty terminal emulator +# https://github.com/davidmathers/tokyo-night-kitty-theme +# +# Based on Tokyo Night color theme for Visual Studio Code +# https://github.com/enkia/tokyo-night-vscode-theme + +foreground #9aa5ce +background #1a1b26 + +# Black +color0 #363b54 +color8 #363b54 + +# Red +color1 #f7768e +color9 #f7768e + +# Green +color2 #41a6b5 +color10 #41a6b5 + +# Yellow +color3 #e0af68 +color11 #e0af68 + +# Blue +color4 #7aa2f7 +color12 #7aa2f7 + +# Magenta +color5 #bb9af7 +color13 #bb9af7 + +# Cyan +color6 #7dcfff +color14 #7dcfff + +# White +color7 #acb0d0 +color15 #acb0d0 + +# Cursor +cursor #c0caf5 +cursor_text_color #1a1b26 + +# Selection highlight +selection_foreground none +selection_background #28344a + +# The color for highlighting URLs on mouse-over +url_color #9ece6a + +# Window borders +active_border_color #3d59a1 +inactive_border_color #101014 +bell_border_color #e0af68 + +# Tab bar +tab_bar_style fade +tab_fade 1 +active_tab_foreground #3d59a1 +active_tab_background #16161e +active_tab_font_style bold +inactive_tab_foreground #787c99 +inactive_tab_background #16161e +inactive_tab_font_style bold +tab_bar_background #101014 + +# Title bar +macos_titlebar_color #16161e + +# Storm +# cursor_text_color #24283b +# active_tab_background #1f2335 +# inactive_tab_background #1f2335 +# background #24283b +# macos_titlebar_color #1f2335 +