From 4da2c570be02b2e98560fa74734ce7d8b06f04d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 18 Jul 2022 23:24:02 +0200 Subject: [PATCH] Add kitty config --- kitty/current-theme.conf | 21 +++++++++++++++++++++ kitty/kitty.conf | 11 +++++++++++ 2 files changed, 32 insertions(+) create mode 100644 kitty/current-theme.conf create mode 100644 kitty/kitty.conf diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..b9a1f1d --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,21 @@ +background #1B1D1E +foreground #F8F8F2 +cursor #bbbbbb +selection_background #b4d5ff +color0 #121212 +color8 #545454 +color1 #fa2573 +color9 #f5669c +color2 #97e123 +color10 #b0e05e +color3 #dfd460 +color11 #fef26c +color4 #0f7fcf +color12 #00afff +color5 #8700ff +color13 #af87ff +color6 #42a7cf +color14 #50cdfe +color7 #bbbbbb +color15 #ffffff +selection_foreground #121212 diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..9340c4f --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,11 @@ +# BEGIN_KITTY_THEME +# Molokai +include current-theme.conf +# END_KITTY_THEME + +font_family Source Code Pro for Powerline +bold_font auto +italic_font auto +bold_italic_font auto +font_size 14 +cursor_shape block