46 lines
779 B
YAML
46 lines
779 B
YAML
font:
|
|
normal:
|
|
family: Source Code Pro for Powerline
|
|
style: Regular
|
|
|
|
bold:
|
|
family: Source Code Pro for Powerline
|
|
style: Bold
|
|
|
|
italic:
|
|
family: Source Code Pro for Powerline
|
|
style: Italic
|
|
|
|
bold_italic:
|
|
family: Source Code Pro for Powerline
|
|
style: Bold Italic
|
|
|
|
size: 14
|
|
|
|
# Colors (Molokai Dark)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#1B1D1E'
|
|
foreground: '#F8F8F2'
|
|
|
|
normal:
|
|
black: '#121212'
|
|
red: '#fa2573'
|
|
green: '#97e123'
|
|
yellow: '#dfd460'
|
|
blue: '#0f7fcf'
|
|
magenta: '#8700ff'
|
|
cyan: '#42a7cf'
|
|
white: '#bbbbbb'
|
|
|
|
bright:
|
|
black: '#555555'
|
|
red: '#f5669c'
|
|
green: '#b0e05e'
|
|
yellow: '#fef26c'
|
|
blue: '#00afff'
|
|
magenta: '#af87ff'
|
|
cyan: '#50cdfe'
|
|
white: '#ffffff'
|