Files
2026-03-01 10:36:06 -07:00

24 lines
541 B
JSON

{
"name": "Nvim Light",
"black": "#07080d",
"red": "#590008",
"green": "#005523",
"yellow": "#6b5300",
"blue": "#004c73",
"purple": "#470045",
"cyan": "#007373",
"white": "#a1a4ab",
"brightBlack": "#4f5258",
"brightRed": "#590008",
"brightGreen": "#005523",
"brightYellow": "#6b5300",
"brightBlue": "#004c73",
"brightPurple": "#470045",
"brightCyan": "#007373",
"brightWhite": "#eef1f8",
"background": "#e0e2ea",
"foreground": "#14161b",
"cursorColor": "#9b9ea4",
"selectionBackground": "#9b9ea4"
}