diff --git a/.config/kitty/colors.conf b/.config/kitty/colors.conf new file mode 100644 index 0000000..756ab2a --- /dev/null +++ b/.config/kitty/colors.conf @@ -0,0 +1,22 @@ +# Color theme: Catppuccin Mocha +# Auto-generated by Gogh (https://Gogh-Co.github.io/Gogh/) + +color0 #45475A +color1 #F38BA8 +color2 #A6E3A1 +color3 #F9E2AF +color4 #89B4FA +color5 #F5C2E7 +color6 #94E2D5 +color7 #BAC2DE +color8 #585B70 +color9 #F38BA8 +color10 #A6E3A1 +color11 #F9E2AF +color12 #89B4FA +color13 #F5C2E7 +color14 #94E2D5 +color15 #A6ADC8 +background #1E1E2E +foreground #CDD6F4 +cursor #CDD6F4 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..0fa6b0f --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,17 @@ +# Config Settings + +background_opacity 0.8 +background_blur 1 +hide_window_decorations yes +x11_hide_window_decorations true + +#Colors + +# ---------------------- +# My Custom Color Scheme +# ---------------------- + +foreground #ffffff +background #000000 +# Added by Gogh +include colors.conf