[Alacritty] Switched to dark gruvbox theme

This commit is contained in:
Marcel Kapfer 2020-08-25 18:42:12 +02:00
parent d37a3a87c3
commit 66dc847f81
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 13 additions and 38 deletions

View File

@ -173,60 +173,35 @@ font:
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false #draw_bold_text_with_bright_colors: false
# Colors (Gruvbox light)
colors: colors:
# Default colors # Default colors
primary: primary:
# hard contrast: background = '#f9f5d7' # hard contrast: background = '#1d2021'
background: '#fbf1c7' background: '#282828'
# soft contrast: background = '#f2e5bc' # soft contrast: background = '#32302f'
foreground: '#3c3836' foreground: '#ebdbb2'
# Normal colors # Normal colors
normal: normal:
black: '#fbf1c7' black: '#282828'
red: '#cc241d' red: '#cc241d'
green: '#98971a' green: '#98971a'
yellow: '#d79921' yellow: '#d79921'
blue: '#458588' blue: '#458588'
magenta: '#b16286' magenta: '#b16286'
cyan: '#689d6a' cyan: '#689d6a'
white: '#7c6f64' white: '#a89984'
# Bright colors # Bright colors
bright: bright:
black: '#928374' black: '#928374'
red: '#9d0006' red: '#fb4934'
green: '#79740e' green: '#b8bb26'
yellow: '#b57614' yellow: '#fabd2f'
blue: '#076678' blue: '#83a598'
magenta: '#8f3f71' magenta: '#d3869b'
cyan: '#427b58' cyan: '#8ec07c'
white: '#3c3836' white: '#ebdbb2'
# 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: []
# Visual Bell # Visual Bell
# #