remove bright/stark variants

This commit is contained in:
Michael Chris Lopez
2021-11-05 15:31:28 +08:00
parent f6d1b0e169
commit 635f71ae81
26 changed files with 179 additions and 1904 deletions

View File

@@ -1,27 +1,26 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# zenbones_dark alacritty colors
# This file is auto-generated by shipwright.nvim
colors:
# Default colors
primary:
background: '#1C1917'
foreground: '#B4BDC3'
# Normal colors
background: '#1C1917'
cursor:
foreground: '#1C1917'
background: '#C4CACF'
normal:
black: '#0F191F'
black: '#1C1917'
red: '#DE6E7C'
green: '#90FF6B'
green: '#819B69'
yellow: '#B77E64'
blue: '#8190D4'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#C6D5CF'
# Bright colors
white: '#B4BDC3'
bright:
black: '#263945'
black: '#403833'
red: '#E8838F'
green: '#A0FF85'
green: '#8BAE68'
yellow: '#D68C67'
blue: '#92A0E2'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#98A39E'
white: '#888F94'