|
|
|
@ -173,60 +173,35 @@ font:
|
|
|
|
|
# If `true`, bold text is drawn using the bright color variants. |
|
|
|
|
#draw_bold_text_with_bright_colors: false |
|
|
|
|
|
|
|
|
|
# Colors (Gruvbox light) |
|
|
|
|
colors: |
|
|
|
|
# Default colors |
|
|
|
|
primary: |
|
|
|
|
# hard contrast: background = '#f9f5d7' |
|
|
|
|
background: '#fbf1c7' |
|
|
|
|
# soft contrast: background = '#f2e5bc' |
|
|
|
|
foreground: '#3c3836' |
|
|
|
|
# hard contrast: background = '#1d2021' |
|
|
|
|
background: '#282828' |
|
|
|
|
# soft contrast: background = '#32302f' |
|
|
|
|
foreground: '#ebdbb2' |
|
|
|
|
|
|
|
|
|
# Normal colors |
|
|
|
|
normal: |
|
|
|
|
black: '#fbf1c7' |
|
|
|
|
black: '#282828' |
|
|
|
|
red: '#cc241d' |
|
|
|
|
green: '#98971a' |
|
|
|
|
yellow: '#d79921' |
|
|
|
|
blue: '#458588' |
|
|
|
|
magenta: '#b16286' |
|
|
|
|
cyan: '#689d6a' |
|
|
|
|
white: '#7c6f64' |
|
|
|
|
white: '#a89984' |
|
|
|
|
|
|
|
|
|
# Bright colors |
|
|
|
|
bright: |
|
|
|
|
black: '#928374' |
|
|
|
|
red: '#9d0006' |
|
|
|
|
green: '#79740e' |
|
|
|
|
yellow: '#b57614' |
|
|
|
|
blue: '#076678' |
|
|
|
|
magenta: '#8f3f71' |
|
|
|
|
cyan: '#427b58' |
|
|
|
|
white: '#3c3836' |
|
|
|
|
|
|
|
|
|
# Dim colors |
|
|
|
|
# |
|
|
|
|
# If the dim colors are not set, they will be calculated automatically based |
|
|
|
|
# on the `normal` colors. |
|
|
|
|
#dim: |
|
|
|
|
# black: '#000000' |
|
|
|
|
# red: '#8c3336' |
|
|
|
|
# green: '#7a8530' |
|
|
|
|
# yellow: '#97822e' |
|
|
|
|
# blue: '#506d8f' |
|
|
|
|
# magenta: '#80638e' |
|
|
|
|
# cyan: '#497e7a' |
|
|
|
|
# white: '#9a9a9a' |
|
|
|
|
|
|
|
|
|
# Indexed Colors |
|
|
|
|
# |
|
|
|
|
# The indexed colors include all colors from 16 to 256. |
|
|
|
|
# When these are not set, they're filled with sensible defaults. |
|
|
|
|
# |
|
|
|
|
# Example: |
|
|
|
|
# `- { index: 16, color: '#ff00ff' }` |
|
|
|
|
# |
|
|
|
|
#indexed_colors: [] |
|
|
|
|
red: '#fb4934' |
|
|
|
|
green: '#b8bb26' |
|
|
|
|
yellow: '#fabd2f' |
|
|
|
|
blue: '#83a598' |
|
|
|
|
magenta: '#d3869b' |
|
|
|
|
cyan: '#8ec07c' |
|
|
|
|
white: '#ebdbb2' |
|
|
|
|
|
|
|
|
|
# Visual Bell |
|
|
|
|
# |
|
|
|
|