remove bright/stark variants
This commit is contained in:
@@ -1,27 +1,26 @@
|
||||
# This file is auto-generated from lua/zenbones/template/alacritty.lua
|
||||
# zenbones_light alacritty colors
|
||||
# This file is auto-generated by shipwright.nvim
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#F0EDEC'
|
||||
foreground: '#2C363C'
|
||||
# Normal colors
|
||||
background: '#F0EDEC'
|
||||
cursor:
|
||||
foreground: '#F0EDEC'
|
||||
background: '#2C363C'
|
||||
normal:
|
||||
black: '#E5EDE6'
|
||||
black: '#F0EDEC'
|
||||
red: '#A8334C'
|
||||
green: '#567A30'
|
||||
green: '#4F6C31'
|
||||
yellow: '#944927'
|
||||
blue: '#286486'
|
||||
magenta: '#88507D'
|
||||
cyan: '#3B8992'
|
||||
white: '#202E18'
|
||||
# Bright colors
|
||||
white: '#2C363C'
|
||||
bright:
|
||||
black: '#B3C6B6'
|
||||
black: '#CFC1BA'
|
||||
red: '#94253E'
|
||||
green: '#3F5A22'
|
||||
yellow: '#803D1C'
|
||||
blue: '#1D5573'
|
||||
magenta: '#7B3B70'
|
||||
cyan: '#2B747C'
|
||||
white: '#415934'
|
||||
white: '#4F5E68'
|
||||
|
||||
Reference in New Issue
Block a user