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

24 lines
538 B
JSON

{
"name": "Dracula",
"black": "#21222c",
"red": "#ff5555",
"green": "#50fa7b",
"yellow": "#f1fa8c",
"blue": "#bd93f9",
"purple": "#ff79c6",
"cyan": "#8be9fd",
"white": "#f8f8f2",
"brightBlack": "#6272a4",
"brightRed": "#ff6e6e",
"brightGreen": "#69ff94",
"brightYellow": "#ffffa5",
"brightBlue": "#d6acff",
"brightPurple": "#ff92df",
"brightCyan": "#a4ffff",
"brightWhite": "#ffffff",
"background": "#282a36",
"foreground": "#f8f8f2",
"cursorColor": "#f8f8f2",
"selectionBackground": "#44475a"
}