mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 01:10:31 -07:00
Merge branch 'master' of https://github.com/max397574/nvim-base16.lua
This commit is contained in:
commit
717cb6b8ed
2 changed files with 10 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#f1ebd1",
|
white = "#f1ebd1",
|
||||||
darker_black = "#15161c",
|
darker_black = "#15161c",
|
||||||
black = "#18191f", --nvimbg
|
black = "#18191f", --nvim bg
|
||||||
black2 = "#1e1f25",
|
black2 = "#1e1f25",
|
||||||
one_bg = "#222329",
|
one_bg = "#222329",
|
||||||
one_bg2 = "#28292f",
|
one_bg2 = "#28292f",
|
||||||
|
|
@ -11,17 +11,17 @@ local colors = {
|
||||||
grey_fg2 = "#48494f",
|
grey_fg2 = "#48494f",
|
||||||
light_grey = "#505157",
|
light_grey = "#505157",
|
||||||
red = "#a67476",
|
red = "#a67476",
|
||||||
baby_pink = "#f7eaed",
|
baby_pink = "#d6b3bd",
|
||||||
pink = "#c99aa7",
|
pink = "#c99aa7",
|
||||||
line = "#24252b", --forlineslikevertsplit
|
line = "#24252b", --for lines like vertsplit
|
||||||
green = "#8aa387",
|
green = "#8aa387",
|
||||||
vibrant_green = "#94ad91",
|
vibrant_green = "#94ad91",
|
||||||
nord_blue = "#8d9bb3",
|
nord_blue = "#8d9bb3",
|
||||||
blue = "#5a6986",
|
blue = "#5a6986",
|
||||||
yellow = "#ccb89c",
|
yellow = "#ccb89c",
|
||||||
sun = "#deb88a",
|
sun = "#deb88a",
|
||||||
purple = "#a496a2",
|
purple = "#b8aad9",
|
||||||
dark_purple = "#958793",
|
dark_purple = "#a99bca",
|
||||||
teal = "#7aacaa",
|
teal = "#7aacaa",
|
||||||
orange = "#c8916d",
|
orange = "#c8916d",
|
||||||
cyan = "#90a0a0",
|
cyan = "#90a0a0",
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,13 @@ return {
|
||||||
base05 = "cbc0ab",
|
base05 = "cbc0ab",
|
||||||
base06 = "e0d6bd",
|
base06 = "e0d6bd",
|
||||||
base07 = "f1ebd1",
|
base07 = "f1ebd1",
|
||||||
base08 = "b17f81",
|
base08 = "b8aad9",
|
||||||
base09 = "c8916d",
|
base09 = "b17f81",
|
||||||
base0A = "deb88a",
|
base0A = "d4ae80",
|
||||||
base0B = "8aa387",
|
base0B = "8aa387",
|
||||||
base0C = "96a6a6",
|
base0C = "9ba292",
|
||||||
base0D = "c495a2",
|
base0D = "c495a2",
|
||||||
base0E = "8896ae",
|
base0E = "8896ae",
|
||||||
base0F = "d0d0c7",
|
base0F = "d0d0c7",
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue