You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
615 B
YAML

env:
TERM: xterm-256color
# Colors (Monokai Pro)
colors:
# Default colors
primary:
background: '#303030'
foreground: '#FCFCFA'
# Normal colors
normal:
black: '#403E41'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
#blue: '#FC9867'
blue: '#0087BD'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'
# Bright colors
bright:
black: '#727072'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
#blue: '#FC9867'
blue: '#0087BD'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'