chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-10-31 00:35:48 +00:00
parent 48af56f2c1
commit d5b764a4c8
8 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# vimbones alacritty colors
colors:
# Default colors
primary:
background: '#F0F0CA'
foreground: '#353535'
# Normal colors
normal:
black: '#F0F0CA'
red: '#A8334C'
green: '#4F6C31'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#353535'
# Bright colors
bright:
black: '#C6C6A3'
red: '#94253E'
green: '#3F5A22'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#5C5C5C'