Skip to content

Instantly share code, notes, and snippets.

@SuperMatt
Last active June 12, 2024 20:55
Show Gist options
  • Save SuperMatt/d248cd06cf002aa82179f0ae723fe403 to your computer and use it in GitHub Desktop.
Save SuperMatt/d248cd06cf002aa82179f0ae723fe403 to your computer and use it in GitHub Desktop.
Dark+ V2 Terminal Theme
primary:
background: '#181818'
foreground: '#C7C7C7'
normal:
black: '#000000'
red: '#CD3131'
green: '#0DBC79'
yellow: '#E5E510'
blue: '#2472C8'
magenta: '#BC3FBC'
cyan: '#11A8CD'
white: '#E5E5E5'
bright:
black: '#666666'
red: '#F14C4C'
green: '#23D18B'
yellow: '#F5F543'
blue: '#3B8EEA'
magenta: '#D670D6'
cyan: '#29B8DB'
white: '#E5E5E5'
{
"background": "#181818",
"black": "#000000",
"blue": "#2472C8",
"brightBlack": "#666666",
"brightBlue": "#3B8EEA",
"brightCyan": "#29B8DB",
"brightGreen": "#23D18B",
"brightPurple": "#D670D6",
"brightRed": "#F14C4C",
"brightWhite": "#E5E5E5",
"brightYellow": "#F5F543",
"cursorColor": "#C7C7C7",
"cyan": "#11A8CD",
"foreground": "#C7C7C7",
"green": "#0DBC79",
"name": "Dark+ V2",
"purple": "#BC3FBC",
"red": "#CD3131",
"selectionBackground": "#C7C7C7",
"white": "#E5E5E5",
"yellow": "#E5E510"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment