mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add missing #s in hex colors
This commit is contained in:
parent
10801342f3
commit
93a160f7e1
1 changed files with 3 additions and 3 deletions
|
|
@ -10,16 +10,16 @@ local colors = {
|
|||
grey_fg = "#22292b",
|
||||
grey_fg2 = "#2c3335",
|
||||
light_grey = "#343b3d",
|
||||
red = "#e06e6e#",
|
||||
red = "#e06e6e",
|
||||
baby_pink = "#ef7d7d",
|
||||
pink = "#ee9cdd",
|
||||
line = "#22292b", -- for lines like vertsplit
|
||||
green = "#9bdead",
|
||||
vibrant_green = "#8ccf7e",
|
||||
nord_blue = "@58bcd8",
|
||||
nord_blue = "#58bcd8",
|
||||
blue = "#5dc1dd",
|
||||
yellow = "#d8b25b",
|
||||
sun = "e0ba63",
|
||||
sun = "#e0ba63",
|
||||
purple = "#c47fd5",
|
||||
dark_purple = "#bf7ad0",
|
||||
teal = "#8ad8ef",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue