diff options
| -rw-r--r-- | .config/kitty/rose-pine.conf | 47 |
1 files changed, 47 insertions, 0 deletions
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 @@ | |||
| 1 | foreground #e0def4 | ||
| 2 | background #191724 | ||
| 3 | selection_foreground #e0def4 | ||
| 4 | selection_background #2a2837 | ||
| 5 | |||
| 6 | url_color #c4a7e7 | ||
| 7 | |||
| 8 | cursor #555169 | ||
| 9 | cursor_text_color #e0def4 | ||
| 10 | |||
| 11 | active_tab_foreground #e0def4 | ||
| 12 | active_tab_background #26233a | ||
| 13 | inactive_tab_foreground #6e6a86 | ||
| 14 | inactive_tab_background #191724 | ||
| 15 | |||
| 16 | # black | ||
| 17 | color0 #26233a | ||
| 18 | color8 #6e6a86 | ||
| 19 | |||
| 20 | # red | ||
| 21 | color1 #eb6f92 | ||
| 22 | color9 #eb6f92 | ||
| 23 | |||
| 24 | # green | ||
| 25 | color2 #31748f | ||
| 26 | color10 #31748f | ||
| 27 | |||
| 28 | # yellow | ||
| 29 | color3 #f6c177 | ||
| 30 | color11 #f6c177 | ||
| 31 | |||
| 32 | # blue | ||
| 33 | color4 #9ccfd8 | ||
| 34 | color12 #9ccfd8 | ||
| 35 | |||
| 36 | # magenta | ||
| 37 | color5 #c4a7e7 | ||
| 38 | color13 #c4a7e7 | ||
| 39 | |||
| 40 | # cyan | ||
| 41 | color6 #ebbcba | ||
| 42 | color14 #ebbcba | ||
| 43 | |||
| 44 | # white | ||
| 45 | color7 #e0def4 | ||
| 46 | color15 #e0def4 | ||
| 47 | |||
