commit 4d47cdd00dc2ceab89fe38fb6551a037457ea210 Author: Hri7566 Date: Wed Apr 17 13:13:40 2024 -0400 init diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..623bc07 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,62 @@ +# vim:ft=kitty + +font_family Hack Nerd Font +bold_font auto +italic_font auto +bold_italic_font auto + +mouse_hide_wait 3.0 + +dynamic_background_opacity true +background_opacity 0.8 +background_blur 1 + + +## name: Tokyo Night +## license: MIT +## author: Folke Lemaitre +## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf + + +background #1a1b26 +foreground #c0caf5 +selection_background #283457 +selection_foreground #c0caf5 +url_color #73daca +cursor #c0caf5 +cursor_text_color #1a1b26 + +# Tabs +active_tab_background #7aa2f2 +active_tab_foreground #16161e +inactive_tab_background #292e42 +inactive_tab_foreground #545c7e +#tab_bar_background #15161e + +# Windows +active_border_color #7aa2f7 +inactive_border_color #292e42 + +# normal +color0 #15161e +color1 #f7768e +color2 #9ece6a +color3 #e0af68 +color4 #7aa2f7 +color5 #bb9af7 +color6 #7dcfff +color7 #a9b1d6 + +# bright +color8 #414868 +color9 #f7768e +color10 #9ece6a +color11 #e0af68 +color12 #7aa2f7 +color13 #bb9af7 +color14 #7dcfff +color15 #c0caf5 + +# extended colors +color16 #ff9e64 +color17 #db4b4b