add kanagawabones

This commit is contained in:
Michael Chris Lopez
2021-12-25 08:21:30 +08:00
parent 817c9f62c0
commit 99da53ada1
17 changed files with 916 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
local generator = require "zenbones.specs"
local bg = vim.opt.background:get()
local p = require("kanagawabones.palette")[bg]
return generator.generate(p, bg, generator.get_global_config("kanagawabones", bg))

View File

@@ -0,0 +1,18 @@
local util = require "zenbones.util"
local lush = require "lush"
local hsluv = lush.hsluv
local M = {}
M.dark = util.palette_extend({
bg = hsluv "#1f1f28",
fg = hsluv "#dcd7ba",
leaf = hsluv "#98bb6c",
water = hsluv "#7fb4ca",
rose = hsluv "#e46876",
wood = hsluv "#e6c384",
blossom = hsluv "#957fb8",
sky = hsluv "#7fb4ca",
}, "dark")
return M

View File

@@ -0,0 +1 @@
return require("zenbones.util").get_lualine_theme "kanagawabones"

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#A5A5B0"
local inactive_bg = "#292934"
local inactive_fg = "#E9E3C5"
return {
normal = {
a = { bg = "#565668", fg = common_fg, gui = "bold" },
b = { bg = "#414151", fg = common_fg },
c = { bg = "#2F2F3C", fg = "#DDD8BB" },
},
insert = {
a = { bg = "#364F59", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#614A82", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#49473E", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#47272A", fg = common_fg, gui = "bold" },
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#A2A2B5"
local inactive_bg = "#222233"
local inactive_fg = "#E9E3C5"
return {
normal = {
a = { bg = "#50506E", fg = common_fg, gui = "bold" },
b = { bg = "#3B3B54", fg = common_fg },
c = { bg = "#28283B", fg = "#DDD8BB" },
},
insert = {
a = { bg = "#314851", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#594378", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#424038", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#3E2225", fg = common_fg, gui = "bold" },
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#A8A8B2"
local inactive_bg = "#2F2F3B"
local inactive_fg = "#E9E3C5"
return {
normal = {
a = { bg = "#5B5A6B", fg = common_fg, gui = "bold" },
b = { bg = "#484858", fg = common_fg },
c = { bg = "#343440", fg = "#DDD8BB" },
},
insert = {
a = { bg = "#3C5661", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#69508D", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#504E44", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#502D30", fg = common_fg, gui = "bold" },
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}