Forgot this from colorscheme update

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-08 22:08:46 +02:00
parent 03de986902
commit f4809f823f
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -27,42 +27,37 @@ font:
y: 0 y: 0
use_thin_strokes: true use_thin_strokes: true
# Base16 Horizon Dark - alacritty color config # Adapted from Material theme - https://github.com/kaicataldo/material.vim
# Michaël Ball (http://github.com/michael-ball/) #
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x1c1e26' background: '0x292d3e'
foreground: '0xcbced0' foreground: '0xD8DEE9'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1c1e26'
cursor: '0xcbced0'
# Normal colors # Normal colors
normal: normal:
black: '0x1c1e26' black: '0x3B4252'
red: '0xe93c58' red: '0xff5370'
green: '0xefaf8e' green: '0xA3BE8C'
yellow: '0xefb993' yellow: '0xEBCB8B'
blue: '0xdf5273' blue: '0x81A1C1'
magenta: '0xb072d1' magenta: '0xB48EAD'
cyan: '0x24a8b4' cyan: '0x88C0D0'
white: '0xcbced0' white: '0xE5E9F0'
orange: '0xf78c6c'
# Bright colors # Bright colors
bright: bright:
black: '0x6f6f70' black: '0x3B4252'
red: '0xe58d7d' red: '0xff5370'
green: '0x232530' green: '0xA3BE8C'
yellow: '0x2e303e' yellow: '0xEBCB8B'
blue: '0x9da0a2' blue: '0x81A1C1'
magenta: '0xdcdfe4' magenta: '0xB48EAD'
cyan: '0xe4a382' cyan: '0x88C0D0'
white: '0xe3e6ee' white: '0xE5E9F0'
orange: '0xf78c6c'
draw_bold_text_with_bright_colors: false
visual_bell: visual_bell:
animation: EaseOutExpo animation: EaseOutExpo