Files
orbithub/third_party/KodoTerm/KodoTermThemes/windowsterminal/urban.json
2026-03-01 10:36:06 -07:00

24 lines
536 B
JSON

{
"name": "urban",
"black": "#33303b",
"red": "#87404f",
"green": "#74934e",
"yellow": "#ae835a",
"blue": "#615772",
"purple": "#854b64",
"cyan": "#625464",
"white": "#c0a79a",
"brightBlack": "#5c5865",
"brightRed": "#87404f",
"brightGreen": "#74934e",
"brightYellow": "#ae835a",
"brightBlue": "#615772",
"brightPurple": "#854b64",
"brightCyan": "#625464",
"brightWhite": "#c0a79a",
"background": "#312e39",
"foreground": "#c0a79a",
"cursorColor": "#c0a79a",
"selectionBackground": "#312e39"
}