Formatted with prettier

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-06 10:59:25 +02:00
parent 35bee109c7
commit 697d4f4a59
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -26,38 +26,31 @@ font:
use_thin_strokes: true use_thin_strokes: true
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors
primary: primary:
# hard contrast: background = '0x1d2021' background: '#282828'
background: '0x282828' foreground: '#ebdbb2'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
# Normal colors
normal: normal:
black: '0x282828' black: '#282828'
red: '0xcc241d' red: '#cc241d'
green: '0x98971a' green: '#98971a'
yellow: '0xd79921' yellow: '#d79921'
blue: '0x458588' blue: '#458588'
magenta: '0xb16286' magenta: '#b16286'
cyan: '0x689d6a' cyan: '#689d6a'
white: '0xa89984' white: '#a89984'
# Bright colors
bright: bright:
black: '0x928374' black: '#928374'
red: '0xfb4934' red: '#fb4934'
green: '0xb8bb26' green: '#b8bb26'
yellow: '0xfabd2f' yellow: '#fabd2f'
blue: '0x83a598' blue: '#83a598'
magenta: '0xd3869b' magenta: '#d3869b'
cyan: '0x8ec07c' cyan: '#8ec07c'
white: '0xebdbb2' white: '#ebdbb2'
visual_bell: visual_bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: '0xffffff' color: '#ffffff'
background_opacity: 1.0 background_opacity: 1.0
mouse_bindings: mouse_bindings:
- { mouse: Middle, action: PasteSelection } - { mouse: Middle, action: PasteSelection }
@ -68,7 +61,7 @@ mouse:
url: url:
modifiers: None modifiers: None
selection: selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>" semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false save_to_clipboard: false
dynamic_title: true dynamic_title: true
cursor: cursor: