new readme

This commit is contained in:
David Chen 2019-11-08 09:36:24 -08:00
parent f4335a8d20
commit b098b88909
3 changed files with 91 additions and 21 deletions

View file

@ -120,7 +120,7 @@ font:
# Point size
size: 11
size: 16
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -153,34 +153,64 @@ font:
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
# Colors (Dracula)
# Colors (Gruvbox dark)
colors:
# Default colors
primary:
background: '0x282a36'
foreground: '0xf8f8f2'
# hard contrast: background = '0x1d2021'
background: '0x282828'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
# Normal colors
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xcaa9fa'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xbfbfbf'
black: '0x282828'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0xa89984'
# Bright colors
bright:
black: '0x575b70'
red: '0xff6e67'
green: '0x5af78e'
yellow: '0xf4f99d'
blue: '0xcaa9fa'
magenta: '0xff92d0'
cyan: '0x9aedfe'
white: '0xe6e6e6'
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
## Colors (Dracula)
#colors:
## Default colors
#primary:
#background: '0x282a36'
#foreground: '0xf8f8f2'
## Normal colors
#normal:
#black: '0x000000'
#red: '0xff5555'
#green: '0x50fa7b'
#yellow: '0xf1fa8c'
#blue: '0xcaa9fa'
#magenta: '0xff79c6'
#cyan: '0x8be9fd'
#white: '0xbfbfbf'
## Bright colors
#bright:
#black: '0x575b70'
#red: '0xff6e67'
#green: '0x5af78e'
#yellow: '0xf4f99d'
#blue: '0xcaa9fa'
#magenta: '0xff92d0'
#cyan: '0x9aedfe'
#white: '0xe6e6e6'
## Colors (Tomorrow Night Bright)
#colors:
## Default colors