Last active
December 21, 2024 14:50
-
-
Save SuperMatt/d248cd06cf002aa82179f0ae723fe403 to your computer and use it in GitHub Desktop.
Dark+ V2 Terminal Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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