mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
33 lines
623 B
TOML
33 lines
623 B
TOML
# From the famous Cobalt2 sublime theme
|
|
# Source https//github.com/wesbos/cobalt2/tree/master/Cobalt2
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#122637'
|
|
foreground = '#ffffff'
|
|
|
|
[colors.cursor]
|
|
text = '#122637'
|
|
cursor = '#f0cb09'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#000000'
|
|
red = '#ff0000'
|
|
green = '#37dd21'
|
|
yellow = '#fee409'
|
|
blue = '#1460d2'
|
|
magenta = '#ff005d'
|
|
cyan = '#00bbbb'
|
|
white = '#bbbbbb'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#545454'
|
|
red = '#f40d17'
|
|
green = '#3bcf1d'
|
|
yellow = '#ecc809'
|
|
blue = '#5555ff'
|
|
magenta = '#ff55ff'
|
|
cyan = '#6ae3f9'
|
|
white = '#ffffff'
|