Catpuccin Mocha themes for Rio Terminal
0
rio-catppuccin-themes.nix
1{
2 catppuccin-mocha.colors = {
3 foreground = "#cdd6f4";
4 background = "#1e1e2e";
5 black = "#45475a";
6 blue = "#89b4fa";
7 cursor = "#f5e0dc";
8 cyan = "#94e2d5";
9 green = "#a6e3a1";
10 magenta = "#f5c2e7";
11 red = "#f38ba8";
12 white = "#bac2de";
13 yellow = "#f9e2af";
14
15 # UI colors
16 tabs = "#1e1e2e";
17 tabs-foreground = "#cdd6f4";
18 tabs-active = "#b4befe";
19 tabs-active-highlight = "#b4befe";
20 tabs-active-foreground = "#11111b";
21 selection-foreground = "#1e1e2e";
22 selection-background = "#f5e0dc";
23
24 # Dim colors
25 dim-black = "#45475a";
26 dim-blue = "#89b4fa";
27 dim-cyan = "#94e2d5";
28 dim-foreground = "#cdd6f4";
29 dim-green = "#a6e3a1";
30 dim-magenta = "#f5c2e7";
31 dim-red = "#f38ba8";
32 dim-white = "#bac2de";
33 dim-yellow = "#f9e2af";
34
35 # Light colors
36 light-black = "#585b70";
37 light-blue = "#89b4fa";
38 light-cyan = "#94e2d5";
39 light-foreground = "#cdd6f4";
40 light-green = "#a6e3a1";
41 light-magenta = "#f5c2e7";
42 light-red = "#f38ba8";
43 light-white = "#a6adc8";
44 light-yellow = "#f9e2af";
45 };
46 catppuccin-mocha-peach.colors = {
47 foreground = "#cdd6f4";
48 background = "#1e1e2e";
49 black = "#181825";
50 blue = "#ed9c6a";
51 cursor = "#cdd6f4";
52 cyan = "#fab387";
53 green = "#93fa7d";
54 magenta = "#733712";
55 red = "#ff7972";
56 white = "#fff5ef";
57 yellow = "#ffe572";
58
59 # UI colors
60 tabs = "#1e1e2e";
61 tabs-foreground = "#cdd6f4";
62 tabs-active = "#b4befe";
63 tabs-active-highlight = "#b4befe";
64 tabs-active-foreground = "#11111b";
65 selection-foreground = "#1e1e2e";
66 selection-background = "#f9e2af";
67
68 # Dim colors
69 dim-black = "#181825";
70 dim-blue = "#ed9c6a";
71 dim-cursor = "#cdd6f4";
72 dim-cyan = "#fab387";
73 dim-foreground = "#cdd6f4";
74 dim-green = "#93fa7d";
75 dim-magenta = "#733712";
76 dim-red = "#ff7972";
77 dim-white = "#fff5ef";
78 dim-yellow = "#ffe572";
79
80 # Light colors
81 light-black = "#a29a96";
82 light-blue = "#ffc19b";
83 light-cyan = "#ffdeca";
84 light-foreground = "#cdd6f4";
85 light-green = "#b5ffa5";
86 light-magenta = "#ffccac";
87 light-red = "#ffa39f";
88 light-white = "#fffbf8";
89 light-yellow = "#ffefa5";
90 };
91};