From 7c5a21aa7f17ffdaa9a9a32f4145b8e4bfcc1c45 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 8 Oct 2021 00:12:23 +0300 Subject: kitty: tracking rose-pine theme --- .config/kitty/rose-pine.conf | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .config/kitty/rose-pine.conf diff --git a/.config/kitty/rose-pine.conf b/.config/kitty/rose-pine.conf new file mode 100644 index 0000000..485b465 --- /dev/null +++ b/.config/kitty/rose-pine.conf @@ -0,0 +1,47 @@ +foreground #e0def4 +background #191724 +selection_foreground #e0def4 +selection_background #2a2837 + +url_color #c4a7e7 + +cursor #555169 +cursor_text_color #e0def4 + +active_tab_foreground #e0def4 +active_tab_background #26233a +inactive_tab_foreground #6e6a86 +inactive_tab_background #191724 + +# black +color0 #26233a +color8 #6e6a86 + +# red +color1 #eb6f92 +color9 #eb6f92 + +# green +color2 #31748f +color10 #31748f + +# yellow +color3 #f6c177 +color11 #f6c177 + +# blue +color4 #9ccfd8 +color12 #9ccfd8 + +# magenta +color5 #c4a7e7 +color13 #c4a7e7 + +# cyan +color6 #ebbcba +color14 #ebbcba + +# white +color7 #e0def4 +color15 #e0def4 + -- cgit v1.2.3-70-g09d2