From 6956eb9fd710da2fd691b9fb943745b210a272a3 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 9 Oct 2021 17:24:14 +0800 Subject: [PATCH] adjust neovim light leaf --- extras/alacritty/neovim_light.yml | 4 ++-- extras/iterm/neovim_light.itermcolors | 12 ++++++------ extras/kitty/neovim_light.conf | 4 ++-- extras/wezterm/Neovim_light.toml | 4 ++-- lua/zenbones/neovim/palette.lua | 4 +++- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/extras/alacritty/neovim_light.yml b/extras/alacritty/neovim_light.yml index cb8a23e..92e1351 100644 --- a/extras/alacritty/neovim_light.yml +++ b/extras/alacritty/neovim_light.yml @@ -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' diff --git a/extras/iterm/neovim_light.itermcolors b/extras/iterm/neovim_light.itermcolors index a2a64cd..72642c8 100644 --- a/extras/iterm/neovim_light.itermcolors +++ b/extras/iterm/neovim_light.itermcolors @@ -33,13 +33,13 @@ Alpha Component 1 Blue Component - 0.0000000000000000 + 0.1333333333333333 Color Space sRGB Green Component - 0.8352941176470589 + 0.3960784313725490 Red Component - 0.3529411764705883 + 0.2745098039215687 Ansi 11 Color @@ -111,13 +111,13 @@ Alpha Component 1 Blue Component - 0.4196078431372549 + 0.1882352941176471 Color Space sRGB Green Component - 1.0000000000000000 + 0.4784313725490196 Red Component - 0.5647058823529412 + 0.3372549019607843 Ansi 3 Color diff --git a/extras/kitty/neovim_light.conf b/extras/kitty/neovim_light.conf index 5164754..fc619e2 100644 --- a/extras/kitty/neovim_light.conf +++ b/extras/kitty/neovim_light.conf @@ -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 diff --git a/extras/wezterm/Neovim_light.toml b/extras/wezterm/Neovim_light.toml index 81d72e9..e31325a 100644 --- a/extras/wezterm/Neovim_light.toml +++ b/extras/wezterm/Neovim_light.toml @@ -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"] diff --git a/lua/zenbones/neovim/palette.lua b/lua/zenbones/neovim/palette.lua index 3cc649a..0e3fd44 100644 --- a/lua/zenbones/neovim/palette.lua +++ b/lua/zenbones/neovim/palette.lua @@ -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", {