mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
update material hl
This commit is contained in:
parent
64276b55e5
commit
5a57f091ef
1 changed files with 7 additions and 7 deletions
|
|
@ -1,23 +1,23 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#abb2bf",
|
white = "#eeffff",
|
||||||
darker_black = "#1b1f27",
|
darker_black = "#1b1f27",
|
||||||
black = "#1e222a", -- nvim bg
|
black = "#1e222a",
|
||||||
black2 = "#252931",
|
black2 = "#252931",
|
||||||
one_bg = "#282c34", -- real bg of onedark
|
one_bg = "#282c34",
|
||||||
one_bg2 = "#353b45",
|
one_bg2 = "#353b45",
|
||||||
one_bg3 = "#30343c",
|
one_bg3 = "#30343c",
|
||||||
grey = "#42464e",
|
grey = "#42464e",
|
||||||
grey_fg = "#565c64",
|
grey_fg = "#b2ccd6",
|
||||||
grey_fg2 = "#6f737b",
|
grey_fg2 = "#6f737b",
|
||||||
light_grey = "#6f737b",
|
light_grey = "#6f737b",
|
||||||
red = "#d47d85",
|
red = "#d47d85",
|
||||||
baby_pink = "#DE8C92",
|
baby_pink = "#DE8C92",
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
line = "#2a2e36", -- for lines like vertsplit
|
line = "#2a2e36",
|
||||||
green = "#A3BE8C",
|
green = "#A3BE8C",
|
||||||
vibrant_green = "#7eca9c",
|
vibrant_green = "#7eca9c",
|
||||||
nord_blue = "#81A1C1",
|
nord_blue = "#81A1C1",
|
||||||
blue = "#61afef",
|
blue = "#82aaff",
|
||||||
yellow = "#e7c787",
|
yellow = "#e7c787",
|
||||||
sun = "#EBCB8B",
|
sun = "#EBCB8B",
|
||||||
purple = "#b4bbc8",
|
purple = "#b4bbc8",
|
||||||
|
|
@ -29,7 +29,7 @@ local colors = {
|
||||||
lightbg = "#2d3139",
|
lightbg = "#2d3139",
|
||||||
lightbg2 = "#262a32",
|
lightbg2 = "#262a32",
|
||||||
pmenu_bg = "#A3BE8C",
|
pmenu_bg = "#A3BE8C",
|
||||||
folder_bg = "#61afef",
|
folder_bg = "#82aaff",
|
||||||
}
|
}
|
||||||
|
|
||||||
return colors
|
return colors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue