Prepare alacritty for styler automation

This commit is contained in:
Marty Oehme 2020-02-16 13:46:30 +01:00
parent 347ef4e41f
commit b8e10e727c
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
1 changed files with 34 additions and 122 deletions

View File

@ -1,3 +1,35 @@
# Base16 OneDarkCustom - alacritty color config
# Colors (One Dark)
onedark: &colorscheme
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Normal colors
normal:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xffffff'
draw_bold_text_with_bright_colors: false
# Base16End ashes - alacritty color config
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Any items in the `env` entry below will be added as
@ -168,129 +200,9 @@ font:
use_thin_strokes: true
# 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)
gruvboxlight: &gruvbox-light
# Default colors
primary:
# hard contrast: background = '0xf9f5d7'
background: '0xfbf1c7'
# soft contrast: background = '0xf2e5bc'
foreground: '0x3c3836'
# Normal colors
normal:
black: '0xfbf1c7'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0x7c6f64'
# Bright colors
bright:
black: '0x928374'
red: '0x9d0006'
green: '0x79740e'
yellow: '0xb57614'
blue: '0x076678'
magenta: '0x8f3f71'
cyan: '0x427b58'
white: '0x3c3836'
# Colors (Gruvbox dark)
gruvboxdark: &gruvbox-dark
# Default colors
primary:
# hard contrast: background = '0x1d2021'
background: '0x282828'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
# Normal colors
normal:
black: '0x282828'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0xa89984'
# Bright colors
bright:
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
# Colors (One Dark)
onedark: &one-dark
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Normal colors
normal:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xffffff'
# Colors (PaperColor Light -- works as One Light)
onelight: &one-light
# Default colors
primary:
background: '0xEEEEEE'
foreground: '0x4D4D4C'
# Normal colors
normal:
black: '0xEDEDED'
red: '0xD7005F'
green: '0x718C00'
yellow: '0xD75F00'
blue: '0x4271AE'
magenta: '0x8959A8'
cyan: '0x3E999F'
white: '0x4D4D4C'
# Bright colors
bright:
black: '0x969694'
red: '0xD7005F'
green: '0x718C00'
yellow: '0xD75F00'
blue: '0x4271AE'
magenta: '0x8959A8'
cyan: '0x3E999F'
white: '0xF5F5F5'
colors: *gruvbox-dark
colors: *colorscheme
# Visual Bell
#