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