-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmintty.tera
41 lines (30 loc) · 1.31 KB
/
mintty.tera
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
whiskers:
version: 2.5.1
matrix:
- flavor
filename: "themes/catppuccin-{{flavor.identifier}}"
---
## name: Catppuccin Mintty {{ flavor.name }}
## author: Justus0405
## license: MIT
## upstream: https://github.com/Justus0405/mintty/blob/main/themes/catppuccin-{{ flavor.identifier }}
CursorColour= {{ rosewater | css_rgb }}
BackgroundColour= {{ base | css_rgb }}
ForegroundColour= {{ text | css_rgb }}
BoldBlack= {% if flavor.dark %}{{ subtext1 | css_rgb }}{% else %}{{ surface2 | css_rgb }}{% endif %}
Black= {% if flavor.dark %}{{ subtext0 | css_rgb }}{% else %}{{ surface1 | css_rgb }}{% endif %}
BoldRed= {{ red | css_rgb }}
Red= {{ red | css_rgb }}
BoldGreen= {{ green | css_rgb }}
Green= {{ green | css_rgb }}
BoldYellow= {{ yellow | css_rgb }}
Yellow= {{ yellow | css_rgb }}
BoldBlue= {{ blue | css_rgb }}
Blue= {{ blue | css_rgb }}
BoldMagenta= {{ mauve | css_rgb }}
Magenta= {{ mauve | css_rgb }}
BoldCyan= {{ teal | css_rgb }}
Cyan= {{ teal | css_rgb }}
BoldWhite= {% if flavor.dark %}{{ surface1 | css_rgb }}{% else %}{{ subtext1 | css_rgb }}{% endif %}
White= {% if flavor.dark %}{{ surface2 | css_rgb }}{% else %}{{ subtext0 | css_rgb }}{% endif %}