From c798253d5522705ee4d556cb38a4ad4b36ccf6c5 Mon Sep 17 00:00:00 2001 From: Folkert Kevelam Date: Fri, 11 Oct 2024 17:31:17 +0200 Subject: [PATCH] Initial commit --- kitty/Tokyo Night Moon.conf | 50 +++++++++++++++++++++++++++++++++++++ kitty/current-theme.conf | 50 +++++++++++++++++++++++++++++++++++++ kitty/kitty.conf | 5 ++++ 3 files changed, 105 insertions(+) create mode 100644 kitty/Tokyo Night Moon.conf create mode 100644 kitty/current-theme.conf create mode 100644 kitty/kitty.conf diff --git a/kitty/Tokyo Night Moon.conf b/kitty/Tokyo Night Moon.conf new file mode 100644 index 0000000..4ad511a --- /dev/null +++ b/kitty/Tokyo Night Moon.conf @@ -0,0 +1,50 @@ +# vim:ft=kitty + +## name: Tokyo Night Moon +## license: MIT +## author: Folke Lemaitre +## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf + + +background #222436 +foreground #c8d3f5 +selection_background #3654a7 +selection_foreground #c8d3f5 +url_color #4fd6be +cursor #c8d3f5 +cursor_text_color #222436 + +# Tabs +active_tab_background #82aaff +active_tab_foreground #1e2030 +inactive_tab_background #2f334d +inactive_tab_foreground #545c7e +#tab_bar_background #1b1d2b + +# Windows +active_border_color #82aaff +inactive_border_color #2f334d + +# normal +color0 #1b1d2b +color1 #ff757f +color2 #c3e88d +color3 #ffc777 +color4 #82aaff +color5 #c099ff +color6 #86e1fc +color7 #828bb8 + +# bright +color8 #444a73 +color9 #ff757f +color10 #c3e88d +color11 #ffc777 +color12 #82aaff +color13 #c099ff +color14 #86e1fc +color15 #c8d3f5 + +# extended colors +color16 #ff966c +color17 #c53b53 diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..4ad511a --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,50 @@ +# vim:ft=kitty + +## name: Tokyo Night Moon +## license: MIT +## author: Folke Lemaitre +## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf + + +background #222436 +foreground #c8d3f5 +selection_background #3654a7 +selection_foreground #c8d3f5 +url_color #4fd6be +cursor #c8d3f5 +cursor_text_color #222436 + +# Tabs +active_tab_background #82aaff +active_tab_foreground #1e2030 +inactive_tab_background #2f334d +inactive_tab_foreground #545c7e +#tab_bar_background #1b1d2b + +# Windows +active_border_color #82aaff +inactive_border_color #2f334d + +# normal +color0 #1b1d2b +color1 #ff757f +color2 #c3e88d +color3 #ffc777 +color4 #82aaff +color5 #c099ff +color6 #86e1fc +color7 #828bb8 + +# bright +color8 #444a73 +color9 #ff757f +color10 #c3e88d +color11 #ffc777 +color12 #82aaff +color13 #c099ff +color14 #86e1fc +color15 #c8d3f5 + +# extended colors +color16 #ff966c +color17 #c53b53 diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..25f95cf --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,5 @@ +# BEGIN_KITTY_THEME +# Tokyo Night Moon +include current-theme.conf +# END_KITTY_THEME +enable_audio_bell no