adjust neovim light leaf

This commit is contained in:
Michael Chris Lopez
2021-10-09 17:24:14 +08:00
parent dca982a95e
commit 6956eb9fd7
5 changed files with 15 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ colors:
normal:
black: '#E5EDE6'
red: '#A8334C'
green: '#90FF6B'
green: '#567A30'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
@@ -19,7 +19,7 @@ colors:
bright:
black: '#B3C6B6'
red: '#94253E'
green: '#5AD500'
green: '#466522'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'

View File

@@ -33,13 +33,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0000000000000000</real>
<real>0.1333333333333333</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8352941176470589</real>
<real>0.3960784313725490</real>
<key>Red Component</key>
<real>0.3529411764705883</real>
<real>0.2745098039215687</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
@@ -111,13 +111,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4196078431372549</real>
<real>0.1882352941176471</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>1.0000000000000000</real>
<real>0.4784313725490196</real>
<key>Red Component</key>
<real>0.5647058823529412</real>
<real>0.3372549019607843</real>
</dict>
<key>Ansi 3 Color</key>
<dict>

View File

@@ -22,7 +22,7 @@ inactive_tab_foreground #202E18
# normal
color0 #E5EDE6
color1 #A8334C
color2 #90FF6B
color2 #567A30
color3 #944927
color4 #286486
color5 #88507D
@@ -32,7 +32,7 @@ color7 #202E18
# bright
color8 #B3C6B6
color9 #94253E
color10 #5AD500
color10 #466522
color11 #803D1C
color12 #1D5573
color13 #7B3B70

View File

@@ -9,5 +9,5 @@ cursor_fg = "#E9EFEA"
selection_bg = "#B1EA90"
selection_fg = "#202E18"
ansi = ["#E5EDE6", "#A8334C", "#90FF6B", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
brights = ["#B3C6B6", "#94253E", "#5AD500", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]
ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
brights = ["#B3C6B6", "#94253E", "#466522", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]

View File

@@ -3,12 +3,14 @@ local hsluv = lush.hsluv
local M = {}
local zenbones_p = require "zenbones.palette"
local zenbones = vim.tbl_extend("keep", {
-- bg = hsluv "#d3e4db" -- --accent-bg-color
bg = hsluv "#e7eee8", -- --bg-color
fg = hsluv "#202e18", -- --accent-color
leaf = hsluv "#8fff6d", -- need to make green more prominent
}, require "zenbones.palette")
leaf = zenbones_p.leaf.sa(24).li(8), -- need to make green more prominent
}, zenbones_p)
M.zenbones = zenbones
local zenflesh = vim.tbl_extend("keep", {