convert neovim to specs generator

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:26:23 +08:00
parent 0911f21ea5
commit f6bcb08068
19 changed files with 264 additions and 213 deletions

View File

@@ -4,24 +4,24 @@ colors:
# Default colors
primary:
background: '#0F191F'
foreground: '#C7D6D0'
foreground: '#C6D5CF'
# Normal colors
normal:
black: '#0F191F'
red: '#DE6E7C'
green: '#8EFF6B'
green: '#90FF6B'
yellow: '#B77E64'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#C7D6D0'
white: '#C6D5CF'
# Bright colors
bright:
black: '#264354'
black: '#263945'
red: '#E8838F'
green: '#A1FF85'
green: '#A0FF85'
yellow: '#D68C67'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#92AFA3'
white: '#98A39E'

View File

@@ -3,25 +3,25 @@
colors:
# Default colors
primary:
background: '#E7EEE8'
foreground: '#212F19'
background: '#E5EDE6'
foreground: '#202E18'
# Normal colors
normal:
black: '#E7EEE8'
black: '#E5EDE6'
red: '#A8334C'
green: '#567A30'
green: '#90FF6B'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#212F19'
white: '#202E18'
# Bright colors
bright:
black: '#B9D0BC'
black: '#B3C6B6'
red: '#94253E'
green: '#466522'
green: '#5AD500'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4D6E3A'
white: '#415934'