mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
486 B
TOML
28 lines
486 B
TOML
# Colors (Dracula)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#282a36'
|
|
foreground = '#f8f8f2'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#000000'
|
|
red = '#ff5555'
|
|
green = '#50fa7b'
|
|
yellow = '#f1fa8c'
|
|
blue = '#bd93f9'
|
|
magenta = '#ff79c6'
|
|
cyan = '#8be9fd'
|
|
white = '#bbbbbb'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#555555'
|
|
red = '#ff5555'
|
|
green = '#50fa7b'
|
|
yellow = '#f1fa8c'
|
|
blue = '#caa9fa'
|
|
magenta = '#ff79c6'
|
|
cyan = '#8be9fd'
|
|
white = '#ffffff'
|