You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
585 B
29 lines
585 B
# Marine Dark Theme |
|
# Source https//github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#002221' |
|
foreground = '#e6f8f8' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#002221' |
|
red = '#ea3431' |
|
green = '#00b6b6' |
|
yellow = '#f8b017' |
|
blue = '#4894fd' |
|
magenta = '#e01dca' |
|
cyan = '#1ab2ad' |
|
white = '#99dddb' |
|
|
|
# Bright colors |
|
[colors.bright] |
|
black = '#006562' |
|
red = '#ea3431' |
|
green = '#00b6b6' |
|
yellow = '#f8b017' |
|
blue = '#4894fd' |
|
magenta = '#e01dca' |
|
cyan = '#1ab2ad' |
|
white = '#e6f6f6'
|
|
|