This commit is contained in:
max397574 2021-12-27 15:54:44 +01:00
commit 717cb6b8ed
2 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
local colors = {
white = "#f1ebd1",
darker_black = "#15161c",
black = "#18191f", --nvimbg
black = "#18191f", --nvim bg
black2 = "#1e1f25",
one_bg = "#222329",
one_bg2 = "#28292f",
@ -11,17 +11,17 @@ local colors = {
grey_fg2 = "#48494f",
light_grey = "#505157",
red = "#a67476",
baby_pink = "#f7eaed",
baby_pink = "#d6b3bd",
pink = "#c99aa7",
line = "#24252b", --forlineslikevertsplit
line = "#24252b", --for lines like vertsplit
green = "#8aa387",
vibrant_green = "#94ad91",
nord_blue = "#8d9bb3",
blue = "#5a6986",
yellow = "#ccb89c",
sun = "#deb88a",
purple = "#a496a2",
dark_purple = "#958793",
purple = "#b8aad9",
dark_purple = "#a99bca",
teal = "#7aacaa",
orange = "#c8916d",
cyan = "#90a0a0",