add outline

This commit is contained in:
2025-09-26 02:44:53 +00:00
parent f87edeefac
commit 2b028ae5d0
4 changed files with 8 additions and 4 deletions

View File

@@ -3,10 +3,12 @@ local M = {}
function M.get(C)
return {
Comment = { fg = C.muted, italic = true },
String = { fg = C.green },
Boolean = { fg = C.accent, bold = true, italic = true },
Number = { fg = C.accent },
-- general
-- syntax color
Constant = { fg = C.syntax },
String = { fg = C.syntax },
Function = { fg = C.syntax },
Type = { fg = C.syntax },
Statement = { fg = C.syntax },