neovim -> neobones

This commit is contained in:
Michael Chris Lopez
2021-10-09 17:30:15 +08:00
parent 6956eb9fd7
commit 91e2adfa2c
25 changed files with 36 additions and 39 deletions

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# neobones_dark alacritty colors
colors:
# Default colors
primary:
background: '#0F191F'
foreground: '#C6D5CF'
# Normal colors
normal:
black: '#0F191F'
red: '#DE6E7C'
green: '#90FF6B'
yellow: '#B77E64'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#C6D5CF'
# Bright colors
bright:
black: '#263945'
red: '#E8838F'
green: '#A0FF85'
yellow: '#D68C67'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#98A39E'