alacritty-theme/themes/Cobalt2.toml

34 lines
623 B
TOML
Raw Normal View History

2023-12-14 05:17:08 +01:00
# 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'