Files
dotfiles/.config/alacritty/alacritty-themes/themes/Monokai-Soda.yml
2026-03-15 10:32:59 +05:30

29 lines
540 B
YAML
Executable File

# Colors (Monokai Soda)
colors:
# Default colors
primary:
background: '#1a1a1a'
foreground: '#c4c5b5'
# Normal colors
normal:
black: '#1a1a1a'
red: '#f4005f'
green: '#98e024'
yellow: '#fa8419'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#c4c5b5'
# Bright colors
bright:
black: '#625e4c'
red: '#f4005f'
green: '#98e024'
yellow: '#e0d561'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#f6f6ef'