mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
bf8ab57caa
Co-authored-by: Ben Lee-Cohen <ben@lee-cohen.com>
41 lines
821 B
YAML
41 lines
821 B
YAML
colors:
|
|
primary:
|
|
background: "0x232136"
|
|
foreground: "0xe0def4"
|
|
cursor:
|
|
text: "0xe0def4"
|
|
cursor: "0x56526e"
|
|
vi_mode_cursor:
|
|
text: "0xe0def4"
|
|
cursor: "0x56526e"
|
|
line_indicator:
|
|
foreground: None
|
|
background: None
|
|
selection:
|
|
text: "0xe0def4"
|
|
background: "0x44415a"
|
|
normal:
|
|
black: "0x393552"
|
|
red: "0xeb6f92"
|
|
green: "0x3e8fb0"
|
|
yellow: "0xf6c177"
|
|
blue: "0x9ccfd8"
|
|
magenta: "0xc4a7e7"
|
|
cyan: "0xea9a97"
|
|
white: "0xe0def4"
|
|
bright:
|
|
black: "0x6e6a86"
|
|
red: "0xeb6f92"
|
|
green: "0x3e8fb0"
|
|
yellow: "0xf6c177"
|
|
blue: "0x9ccfd8"
|
|
magenta: "0xc4a7e7"
|
|
cyan: "0xea9a97"
|
|
white: "0xe0def4"
|
|
hints:
|
|
start:
|
|
foreground: "#908caa"
|
|
background: "#2a273f"
|
|
end:
|
|
foreground: "#6e6a86"
|
|
background: "#2a273f"
|