Skip to content

Instantly share code, notes, and snippets.

@jmg-duarte
Created April 15, 2020 13:31
Show Gist options
  • Save jmg-duarte/68875edb6423adad437329ec5221bb39 to your computer and use it in GitHub Desktop.
Save jmg-duarte/68875edb6423adad437329ec5221bb39 to your computer and use it in GitHub Desktop.
# Colors (Monokai Pro)
colors:
# Default colors
primary:
background: '#2D2A2E'
foreground: '#FCFCFA'
# Normal colors
normal:
black: '#403E41'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
blue: '#FC9867'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'
# Bright colors
bright:
black: '#727072'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
blue: '#FC9867'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'
# Font configuration (changes require restart)
font:
size: 10.0
# The normal (roman) font face to use.
normal:
family: Iosevka Term Medium Extended
# Style can be specified to pick a specific face.
style: Regular
# The bold font face
bold:
family: Iosevka Term Medium Extended
# Style can be specified to pick a specific face.
# style: Bold
# The italic font face
italic:
family: Iosevka Term Medium Extended
# Style can be specified to pick a specific face.
# style: Italic
window:
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
dimensions:
columns: 132
lines: 43
padding:
x: 10
y: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment