mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
558 B
YAML
28 lines
558 B
YAML
# Colors (Oceanic Next)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1b2b34'
|
|
foreground: '0xd8dee9'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x29414f'
|
|
red: '0xec5f67'
|
|
green: '0x99c794'
|
|
yellow: '0xfac863'
|
|
blue: '0x6699cc'
|
|
magenta: '0xc594c5'
|
|
cyan: '0x5fb3b3'
|
|
white: '0x65737e'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x405860'
|
|
red: '0xec5f67'
|
|
green: '0x99c794'
|
|
yellow: '0xfac863'
|
|
blue: '0x6699cc'
|
|
magenta: '0xc594c5'
|
|
cyan: '0x5fb3b3'
|
|
white: '0xadb5c0'
|