feat: Add Ayu theme

Include optional Ayu theme
This commit is contained in:
2024-07-06 13:25:59 -04:00
parent 59facea416
commit 230a019409
4 changed files with 77 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ include styles/catppuccin-frappe.conf
### Tokyo Night ### ### Tokyo Night ###
#include styles/tokyonight_night.conf #include styles/tokyonight_night.conf
### Ayu Dark ###
#include styles/ayu.conf
### Ayu Mirage ###
#include styles/ayu-mirage.conf
### Day ### ### Day ###
+24
View File
@@ -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
+24
View File
@@ -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
+24
View File
@@ -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