Files
2025-05-01 02:18:49 +02:00

29 lines
487 B
TOML

# Colors (One Dark)
# Default colors
[colors.primary]
background = '#1f2329'
foreground = '#a0a8b7'
# Normal colors
[colors.normal]
black = '#181a1f'
red = '#e55561'
green = '#8ebd6b'
yellow = '#e2b86b'
blue = '#4fa6ed'
magenta = '#bf68d9'
cyan = '#48b0bd'
white = '#a0a8b7'
# Bright colors
[colors.bright]
black = '#5c6370'
red = '#e86671'
green = '#98c379'
yellow = '#e5c07b'
blue = '#61afef'
magenta = '#c678dd'
cyan = '#56b6c2'
white = '#abb2bf'