elizabeth.hunt@simponic.xyz
c2037fad9f
Reviewed-on: #1 Co-authored-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz> Co-committed-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz>
59 lines
1.0 KiB
TOML
59 lines
1.0 KiB
TOML
# Base16 Gruvbox light, medium 256 - alacritty color config
|
|
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '0xfbf1c7'
|
|
foreground = '0x504945'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
[colors.cursor]
|
|
text = '0xfbf1c7'
|
|
cursor = '0x504945'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '0xfbf1c7'
|
|
red = '0x9d0006'
|
|
green = '0x79740e'
|
|
yellow = '0xb57614'
|
|
blue = '0x076678'
|
|
magenta = '0x8f3f71'
|
|
cyan = '0x427b58'
|
|
white = '0x504945'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '0xbdae93'
|
|
red = '0x9d0006'
|
|
green = '0x79740e'
|
|
yellow = '0xb57614'
|
|
blue = '0x076678'
|
|
magenta = '0x8f3f71'
|
|
cyan = '0x427b58'
|
|
white = '0x282828'
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 16
|
|
color = "0xaf3a03"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 17
|
|
color = "0xd65d0e"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 18
|
|
color = "0xebdbb2"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 19
|
|
color = "0xd5c4a1"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 20
|
|
color = "0x665c54"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 21
|
|
color = "0x3c3836"
|