dotfiles/dotfiles/.config/alacritty/dark.toml
Vladan Popovic ef54f36fd5 Add 'dotfiles/.config/alacritty/' from commit 'd252c537d691c6e8809f16c7209278a3d097ca98'
git-subtree-dir: dotfiles/.config/alacritty
git-subtree-mainline: 63afcc7b2b
git-subtree-split: d252c537d6
2024-09-30 01:58:55 +02:00

32 lines
546 B
TOML

# Colors (Tomorrow Night)
# Default colors
[colors.primary]
background = '#1d1f21'
foreground = '#c5c8c6'
[colors.cursor]
text = '#1d1f21'
cursor = '#ffffff'
# Normal colors
[colors.normal]
black = '#1d1f21'
red = '#cc6666'
green = '#7ea400'
yellow = '#e6c547'
blue = '#81a2be'
magenta = '#b294bb'
cyan = '#000000'
white = '#373b41'
# Bright colors
[colors.bright]
black = '#666666'
red = '#ff3334'
green = '#7ea400'
yellow = '#f0c674'
blue = '#81a2be'
magenta = '#b77ee0'
cyan = '#54ced6'
white = '#282a2e'