summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/catppuccin_macchiato.toml
blob: fdec19a70fef03b70de60920075b7a27fe5268e3 (plain) (blame)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Default colors
[colors.primary]
background = '#24273A' # base
foreground = '#CAD3F5' # text
# Bright and dim foreground colors
dim_foreground = '#CAD3F5' # text
bright_foreground = '#CAD3F5' # text

# Cursor colors
[colors.cursor]
text = '#24273A' # base
cursor = '#F4DBD6' # rosewater

[colors.vi_mode_cursor]
text = '#24273A' # base
cursor = '#B7BDF8' # lavender

# Search colors
[colors.search.matches]
foreground = '#24273A' # base
background = '#A5ADCB' # subtext0

[colors.search.focused_match]
foreground = '#24273A' # base
background = '#A6DA95' # green

[colors.footer_bar]
foreground = '#24273A' # base
background = '#A5ADCB' # subtext0

# Keyboard regex hints
[colors.hints.start]
foreground = '#24273A' # base
background = '#EED49F' # yellow

[colors.hints.end]
foreground = '#24273A' # base
background = '#A5ADCB' # subtext0

# Selection colors
[colors.selection]
text = '#24273A' # base
background = '#F4DBD6' # rosewater

# Normal colors
[colors.normal]
black = '#494D64' # surface1
red = '#ED8796' # red
green = '#A6DA95' # green
yellow = '#EED49F' # yellow
blue = '#8AADF4' # blue
magenta = '#F5BDE6' # pink
cyan = '#8BD5CA' # teal
white = '#B8C0E0' # subtext1

# Bright colors
[colors.bright]
black = '#5B6078' # surface2
red = '#ED8796' # red
green = '#A6DA95' # green
yellow = '#EED49F' # yellow
blue = '#8AADF4' # blue
magenta = '#F5BDE6' # pink
cyan = '#8BD5CA' # teal
white = '#A5ADCB' # subtext0

# Dim colors
[colors.dim]
black = '#494D64' # surface1
red = '#ED8796' # red
green = '#A6DA95' # green
yellow = '#EED49F' # yellow
blue = '#8AADF4' # blue
magenta = '#F5BDE6' # pink
cyan = '#8BD5CA' # teal
white = '#B8C0E0' # subtext1