chore: add more colors

This commit is contained in:
Daniel Hill 2023-01-05 22:04:18 -05:00
parent 76a07e9b01
commit 94c369e1c2
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,6 @@
local M = {}
---@class Palette
M.default = {
none = "NONE",
fg = "#e4e4e4",
@ -13,7 +14,19 @@ M.default = {
["bg+2"] = "#453d41",
["bg+3"] = "#484848",
["bg+4"] = "#52494e",
["red-1"] = "#c73c3f",
red = "#f43841",
["red+1"] = "#ff4f58",
green = "#73d936",
yellow = "#ffdd33",
brown = "#cc8c3c",
quartz = "#95a99f",
["niagara-2"] = "#303540",
["niagara-1"] = "#565f73",
niagara = "#96a6c8",
wisteria = "#9e95c7",
}
return M