From 9cd15dac516444ec08462324f2c2a98863719cfa Mon Sep 17 00:00:00 2001 From: fatmeat Date: Sat, 10 May 2025 21:59:01 +0000 Subject: [PATCH] ayu theme i love it --- kitty/current-theme.conf | 21 +++++++++++++++++++++ kitty/kitty.conf | 12 ++++++++++++ kitty/kitty.conf.bak | 12 ++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 kitty/current-theme.conf create mode 100644 kitty/kitty.conf create mode 100644 kitty/kitty.conf.bak diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..8030263 --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,21 @@ +background #0e1419 +foreground #e5e1cf +cursor #f19618 +selection_background #243340 +color0 #000000 +color8 #323232 +color1 #ff3333 +color9 #ff6565 +color2 #b8cc52 +color10 #e9fe83 +color3 #e6c446 +color11 #fff778 +color4 #36a3d9 +color12 #68d4ff +color5 #f07078 +color13 #ffa3aa +color6 #95e5cb +color14 #c7fffc +color7 #ffffff +color15 #ffffff +selection_foreground #0e1419 diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..67e1505 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,12 @@ +# BEGIN_KITTY_FONTS +font_family family="Monocraft" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS + + +# BEGIN_KITTY_THEME +# Ayu +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak new file mode 100644 index 0000000..913efd8 --- /dev/null +++ b/kitty/kitty.conf.bak @@ -0,0 +1,12 @@ +# BEGIN_KITTY_FONTS +font_family family="Monocraft" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS + + +# BEGIN_KITTY_THEME +# ANSI 1987 +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file