diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf new file mode 100644 index 0000000..d7e255b --- /dev/null +++ b/config/kitty/kitty.conf @@ -0,0 +1,32 @@ +# Padding # + +window_padding_width 8 8 + +# Font # + +font_family Mononoki Nerd Font Mono Book +bold_font Mononoki Nerd Font Mono Bold +italic_font Mononoki Nerd Font Mono Oblique +bold_italic_font Mononoki Nerd Font Mono Bold Oblique + +font_size 11 + +# Terminal Bell # + +enable_audio_bell no + +# Keybindings # + + + +# Theme # + +# BEGIN_KITTY_THEME +# Tomorrow Night +include tomorrownight.conf +# END_KITTY_THEME + +background_opacity 1.00 + +# Close Window +confirm_os_window_close 0 diff --git a/config/kitty/tomorrownight.conf b/config/kitty/tomorrownight.conf new file mode 100644 index 0000000..8a13a10 --- /dev/null +++ b/config/kitty/tomorrownight.conf @@ -0,0 +1,41 @@ +# Cursor +cursor #aeafad +cursor_text_color #1d1f21 + +# Special +foreground #c5c8c6 +background #1d1f21 +selection_foreground = None +selection_background = None + +# Black +color0 #1d1f21 +color8 #969896 + +# Red +color1 #912226 +color9 #cc6666 + +# Green +color2 #778900 +color10 #b5bd68 + +# Yellow +color3 #ae7b00 +color11 #f0c674 + +# Blue +color4 #1d2594 +color12 #81a2be + +# Magenta +color5 #682a9b +color13 #b294bb + +# Cyan +color6 #2b6651 +color14 #8abeb7 + +# White +color7 #929593 +color15 #ecebec