]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/rose-pine.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / rose-pine.yaml
1 colors:
2   primary:
3     background: "0x191724"
4     foreground: "0xe0def4"
5   cursor:
6     text: "0xe0def4"
7     cursor: "0x524f67"
8   vi_mode_cursor:
9     text: "0xe0def4"
10     cursor: "0x524f67"
11   line_indicator:
12     foreground: None
13     background: None
14   selection:
15     text: "0xe0def4"
16     background: "0x403d52"
17   normal:
18     black: "0x26233a"
19     red: "0xeb6f92"
20     green: "0x31748f"
21     yellow: "0xf6c177"
22     blue: "0x9ccfd8"
23     magenta: "0xc4a7e7"
24     cyan: "0xebbcba"
25     white: "0xe0def4"
26   bright:
27     black: "0x6e6a86"
28     red: "0xeb6f92"
29     green: "0x31748f"
30     yellow: "0xf6c177"
31     blue: "0x9ccfd8"
32     magenta: "0xc4a7e7"
33     cyan: "0xebbcba"
34     white: "0xe0def4"
35   hints:
36     start:
37       foreground: "#908caa"
38       background: "#1f1d2e"
39     end:
40       foreground: "#6e6a86"
41       background: "#1f1d2e"