diff --git a/kitty-themes.conf b/kitty-themes.conf index 91daf84..193a329 100644 --- a/kitty-themes.conf +++ b/kitty-themes.conf @@ -13,6 +13,11 @@ include styles/catppuccin-frappe.conf ### Tokyo Night ### #include styles/tokyonight_night.conf +### Ayu Dark ### +#include styles/ayu.conf + +### Ayu Mirage ### +#include styles/ayu-mirage.conf ### Day ### diff --git a/styles/ayu.conf b/styles/ayu.conf new file mode 100644 index 0000000..8062a1a --- /dev/null +++ b/styles/ayu.conf @@ -0,0 +1,24 @@ +# Set theme variable +env KITTY_THEME=ayu + +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/styles/ayu_light.conf b/styles/ayu_light.conf new file mode 100644 index 0000000..1d9f61d --- /dev/null +++ b/styles/ayu_light.conf @@ -0,0 +1,24 @@ +# Set theme variable +env KITTY_THEME=ayu-light + +background #fafafa +foreground #5b6673 +cursor #ff6900 +selection_background #f0ede4 +color0 #000000 +color8 #323232 +color1 #ff3333 +color9 #ff6565 +color2 #86b200 +color10 #b8e532 +color3 #f19618 +color11 #ffc849 +color4 #41a6d9 +color12 #73d7ff +color5 #f07078 +color13 #ffa3aa +color6 #4cbe99 +color14 #7ff0cb +color7 #ffffff +color15 #ffffff +selection_foreground #fafafa diff --git a/styles/ayu_mirage.conf b/styles/ayu_mirage.conf new file mode 100644 index 0000000..cabd129 --- /dev/null +++ b/styles/ayu_mirage.conf @@ -0,0 +1,24 @@ +# Set theme variable +env KITTY_THEME=ayu-mirage + +background #212733 +foreground #d9d7ce +cursor #ffcc66 +selection_background #343f4c +color0 #191e2a +color8 #686868 +color1 #ed8274 +color9 #f28779 +color2 #a6cc70 +color10 #bae67e +color3 #fad07b +color11 #ffd580 +color4 #6dcbfa +color12 #73d0ff +color5 #cfbafa +color13 #d4bfff +color6 #90e1c6 +color14 #95e6cb +color7 #c7c7c7 +color15 #ffffff +selection_foreground #212733