From ce69ac87c39ab876ffbd454e87294895e9000b80 Mon Sep 17 00:00:00 2001 From: Aidan Sharpe <33038791+Adog64@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:18:15 -0400 Subject: [PATCH] kitty config --- kitty/kitty.conf | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..bf7a7bc --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,55 @@ +#im:ft=kitty + +## name: Kanagawa +## license: MIT +## author: Tommaso Laurenzi +## upstream: https://github.com/rebelot/kanagawa.nvim/ + +# Colors +background #1F1F28 +# 16161D +foreground #DCD7BA +selection_background #2D4F67 +selection_foreground #C8C093 +url_color #72A7BC +cursor #C8C093 +background_opacity 0.8 + +# Fonts +font_family Arimo Nerd Font +bold_font Arimo Bold Nerd Font +italic_font Arimo Italic Nerd Font +bolt_italic_font Arimo Bold Italic Nerd Font + +# Tabs +active_tab_background #1F1F28 +active_tab_foreground #C8C093 +inactive_tab_background #1F1F28 +inactive_tab_foreground #727169 +#tab_bar_background #15161E + +# normal +color0 #16161D +color1 #C34043 +color2 #76946A +color3 #C0A36E +color4 #7E9CD8 +color5 #957FB8 +color6 #6A9589 +color7 #C8C093 + +# bright +color8 #727169 +color9 #E82424 +color10 #98BB6C +color11 #E6C384 +color12 #7FB4CA +color13 #938AA9 +color14 #7AA89F +color15 #DCD7BA + + +# extended colors +color16 #FFA066 +color17 #FF5D62 +