mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
|
"name": "Warm",
|
|
"background": "#212121",
|
|
"backgroundAlt": "#2a2a2a",
|
|
"surface": "#2a2a2a",
|
|
"border": "#373737",
|
|
"borderFocused": "#888888",
|
|
"button": "#373737",
|
|
"text": "#AAA99F",
|
|
"textDim": "#7a7a6e",
|
|
"textMuted": "#555550",
|
|
"textFaint": "#464646",
|
|
"hover": "#282828",
|
|
"selected": "#262626",
|
|
"selection": "#21213A",
|
|
"syntaxKeyword": "#AA9565",
|
|
"syntaxNumber": "#AAA98C",
|
|
"syntaxString": "#6B3B21",
|
|
"syntaxComment": "#464646",
|
|
"syntaxPreproc": "#AA9565",
|
|
"syntaxType": "#6B959F",
|
|
"indHoverSpan": "#AA9565",
|
|
"indCmdPill": "#2a2a2a",
|
|
"indDataChanged": "#6B959F",
|
|
"indHintGreen": "#464646",
|
|
"markerPtr": "#6B3B21",
|
|
"markerCycle": "#AA9565",
|
|
"markerError": "#3C2121"
|
|
}
|