-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrio.tera
49 lines (45 loc) · 1.42 KB
/
rio.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
42
43
44
45
46
47
48
49
---
whiskers:
version: "2.2.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.toml"
---
[colors]
# Normal
foreground = '#{{ text.hex }}'
background = '#{{ base.hex }}'
black = '#{{ surface1.hex }}'
blue = '#{{ blue.hex }}'
cursor = '#{{ rosewater.hex }}'
cyan = '#{{ teal.hex }}'
green = '#{{ green.hex }}'
magenta = '#{{ pink.hex }}'
red = '#{{ red.hex }}'
white = '#{{ subtext1.hex }}'
yellow = '#{{ yellow.hex }}'
# UI colors
tabs = '#{{ base.hex }}'
tabs-active = '#{{ lavender.hex }}'
selection-foreground = '#{{ base.hex }}'
selection-background = '#{{ rosewater.hex }}'
# Dim colors
dim-black = '#{{ surface1.hex }}'
dim-blue = '#{{ blue.hex }}'
dim-cyan = '#{{ teal.hex }}'
dim-foreground = '#{{ text.hex }}'
dim-green = '#{{ green.hex }}'
dim-magenta = '#{{ pink.hex }}'
dim-red = '#{{ red.hex }}'
dim-white = '#{{ subtext1.hex }}'
dim-yellow = '#{{ yellow.hex }}'
# Light colors
light-black = '#{{ surface2.hex }}'
light-blue = '#{{ blue.hex }}'
light-cyan = '#{{ teal.hex }}'
light-foreground = '#{{ text.hex }}'
light-green = '#{{ green.hex }}'
light-magenta = '#{{ pink.hex }}'
light-red = '#{{ red.hex }}'
light-white = '#{{ subtext0.hex }}'
light-yellow = '#{{ yellow.hex }}'