mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
33 lines
604 B
TOML
33 lines
604 B
TOML
# falcon colorscheme for alacritty
|
|
# by fenetikm, https//github.com/fenetikm/falcon
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#020221'
|
|
foreground = '#b4b4b9'
|
|
|
|
[colors.cursor]
|
|
text = '#020221'
|
|
cursor = '#ffe8c0'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#000004'
|
|
red = '#ff3600'
|
|
green = '#718e3f'
|
|
yellow = '#ffc552'
|
|
blue = '#635196'
|
|
magenta = '#ff761a'
|
|
cyan = '#34bfa4'
|
|
white = '#b4b4b9'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#020221'
|
|
red = '#ff8e78'
|
|
green = '#b1bf75'
|
|
yellow = '#ffd392'
|
|
blue = '#99a4bc'
|
|
magenta = '#ffb07b'
|
|
cyan = '#8bccbf'
|
|
white = '#f8f8ff'
|