From 702156951fed5f37c2df844f6d4909b26acba7c9 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 4 Sep 2021 16:03:41 +0800 Subject: [PATCH] generate kitty.conf --- extras/kitty/zenbones.conf | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 extras/kitty/zenbones.conf diff --git a/extras/kitty/zenbones.conf b/extras/kitty/zenbones.conf new file mode 100644 index 0000000..10ab2e4 --- /dev/null +++ b/extras/kitty/zenbones.conf @@ -0,0 +1,39 @@ +# vim:ft=kitty +## name: zenbones +## license: MIT +## author: Michael Chris Lopez +## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones.conf + +background #F0EDEC +foreground #2C363C +selection_background #D2DFE7 +selection_foreground #2C363C +url_color #864079 +cursor #2C363C + +# Tabs +active_tab_background #D2A6C8 +active_tab_foreground #2C363C +inactive_tab_background #D1C7C3 +inactive_tab_foreground #2C363C +#tab_bar_background ${tab_bar_background} + +# normal +color0 #2C363C +color1 #A8334C +color2 #617437 +color3 #944927 +color4 #286486 +color5 #88507D +color6 #3B8992 +color7 #F0EDEC + +# bright +color8 #44525B +color9 #9C2842 +color10 #55672A +color11 #87411E +color12 #1F5A7A +color13 #864079 +color14 #2F7C85 +color15 #DCD2CE