feat: Update color scheme to enhance visibility and aesthetics

This commit is contained in:
2026-02-04 00:20:21 -05:00
parent 0162ba44fd
commit 10f1412395
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ M.palette = {
syntax = { syntax = {
keyword = "#FF79C6", keyword = "#FF79C6",
["function"] = "#50FA7B", ["function"] = "#50FA7B",
string = "#FFFFFF", string = "#5AF78E",
number = "#FFB86C", number = "#FFB86C",
comment = "#666666", comment = "#666666",
type = "#BD93F9", type = "#BD93F9",

View File

@@ -290,7 +290,7 @@ function M.get_groups(colors, config)
DiagnosticVirtualTextHint = { fg = c.special.hint, italic = true }, DiagnosticVirtualTextHint = { fg = c.special.hint, italic = true },
DiagnosticVirtualTextOk = { fg = c.special.success, italic = true }, DiagnosticVirtualTextOk = { fg = c.special.success, italic = true },
DiagnosticUnderlineError = { sp = c.special.error, undercurl = true }, DiagnosticUnderlineError = { fg = c.special.error, sp = c.special.error, undercurl = true },
DiagnosticUnderlineWarn = { sp = c.special.warning, undercurl = true }, DiagnosticUnderlineWarn = { sp = c.special.warning, undercurl = true },
DiagnosticUnderlineInfo = { sp = c.special.info, undercurl = true }, DiagnosticUnderlineInfo = { sp = c.special.info, undercurl = true },
DiagnosticUnderlineHint = { sp = c.special.hint, undercurl = true }, DiagnosticUnderlineHint = { sp = c.special.hint, undercurl = true },

View File

@@ -226,7 +226,7 @@
"punctuation.definition.string" "punctuation.definition.string"
], ],
"settings": { "settings": {
"foreground": "#FFFFFF" "foreground": "#5AF78E"
} }
}, },
{ {
@@ -780,7 +780,7 @@
"foreground": "#666666", "foreground": "#666666",
"fontStyle": "italic" "fontStyle": "italic"
}, },
"string": "#FFFFFF", "string": "#5AF78E",
"number": "#FFB86C", "number": "#FFB86C",
"regexp": "#FF5555", "regexp": "#FF5555",
"operator": "#FF79C6", "operator": "#FF79C6",