Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 787 Bytes

dracula.md

File metadata and controls

48 lines (38 loc) · 787 Bytes

Dracula

Dracula

Reference: https://draculatheme.com/windows-terminal

Settings

{
    "colorScheme": "Dracula",
    "fontFace": "Cascadia Code PL",
}

Fonts

Cascadia Code PL

Background

n/a

Color Scheme

{
    "name": "Dracula",
    "background": "#272935",
    "black": "#21222C",
    "blue": "#BD93F9",
    "cyan": "#8BE9FD",
    "foreground": "#F8F8F2",
    "green": "#50FA7B",
    "purple": "#FF79C6",
    "red": "#FF5555",
    "white": "#F8F8F2",
    "yellow": "#FFB86C",
    "brightBlack": "#6272A4",
    "brightBlue": "#D6ACFF",
    "brightCyan": "#A4FFFF",
    "brightGreen": "#69FF94",
    "brightPurple": "#FF92DF",
    "brightRed": "#FF6E6E",
    "brightWhite": "#F8F8F2",
    "brightYellow": "#FFFFA5"
}