From e7f0bb4ae42ca4fac0356b9e847df2c1a704919e Mon Sep 17 00:00:00 2001 From: RIY-en Date: Fri, 22 Dec 2023 16:01:21 +0000 Subject: [PATCH] Add kitty/current-theme.conf --- kitty/current-theme.conf | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 kitty/current-theme.conf diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..a8b3a39 --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,47 @@ +# MacOS Dark Colorscheme for Kitty +# macos_titlebar_color background + +# Gray 5 +#background #2c2c2e +# Trying a bit darker +background #232323 +foreground #f2f2f7 + +# Gray 2 +selection_foreground #aeaeb2 +selection_background #636366 + +# Mint +url_color #6ac4dc + +# black +color0 #98989d +color8 #a2a2a7 + +# red +color1 #ff453a +color9 #ff4f44 + +# green +color2 #32d74b +color10 #3ce155 + +# yellow +color3 #ffd60a +color11 #ffe014 + +# blue +color4 #0a84ff +color12 #148eff + +# magenta +color5 #bf5af2 +color13 #cc65ff + +# cyan +color6 #5ac8f5 +color14 #5acdfa + +# white +color7 #f2f2f7 +color15 #f2f2f7 \ No newline at end of file