aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/alacritty/ultramar-dark.toml
blob: cd2ac6966ee91293a6ffaa58529f44bf0c83e566 (plain)
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
[colors.primary]
background = "#151517"
foreground = "#fcf8e2"

[colors.bright]
black = "#676775"
blue = "#81acc1"
cyan = "#7fac96"
green = "#92b078"
magenta = "#b48ead"
red = "#c45c5c"
white = "#faf6e5"
yellow = "#e2b55a"

[colors.cursor]
cursor = "#ffffff"

[colors.normal]
black = "#33333a"
blue = "#3f6e90"
cyan = "#5b8277"
green = "#6d974b"
magenta = "#9c6992"
red = "#b73030"
white = "#b0afa8"
yellow = "#b2872f"

[colors.footer_bar]
background = "#252832"
foreground = "#e5e9f0"

[colors.search.matches]
background = "#b2872f"
foreground = "#000000"