summaryrefslogtreecommitdiff
path: root/ar/.config/alacritty/themes/gruvbox_dark.toml
blob: 706b416a2b4f82844ca8ff242ac67b46e22e8bb2 (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
[colors.primary]
background = "#282828"
foreground = "#ebdbb2"

[colors.cursor]
cursor = "#add8e6"
text   = "#282828"

[colors.normal]
black   = "#282828"
red     = "#cc241d"
green   = "#939e45"
yellow  = "#d79921"
blue    = "#458588"
magenta = "#b16286"
cyan    = "#689d6a"
white   = "#a89984"

[colors.bright]
black   = "#928374"
red     = "#fb4934"
green   = "#b8bb26"
yellow  = "#fabd2f"
blue    = "#83a598"
magenta = "#d3869b"
cyan    = "#8ec07c"
white   = "#ebdbb2"