Created
February 7, 2022 15:07
-
-
Save MarcHeiden/a4b4ded6966445489ec413c130446233 to your computer and use it in GitHub Desktop.
My current terminal color scheme
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
{ | |
"workbench.colorCustomizations": { | |
"terminal.foreground": "#F2F2F2", | |
"terminal.ansiBlack": "#282C34", | |
"terminal.ansiBlue": "#0078FF", | |
"terminal.ansiCyan": "#4FB2FF", | |
"terminal.ansiGreen": "#39FA73", | |
"terminal.ansiMagenta": "#A140FC", | |
"terminal.ansiRed": "#ED3E4E", | |
"terminal.ansiWhite": "#F2F2F2", | |
"terminal.ansiYellow": "#F1F139", | |
"terminal.ansiBrightBlack": "#5A6374", | |
"terminal.ansiBrightBlue": "#0078FF", | |
"terminal.ansiBrightCyan": "#4FB2FF", | |
"terminal.ansiBrightGreen": "#39FA73", | |
"terminal.ansiBrightMagenta": "#A140FC", | |
"terminal.ansiBrightRed": "#ED3E4E", | |
"terminal.ansiBrightWhite": "#F2F2F2", | |
"terminal.ansiBrightYellow": "#F1F139", | |
"terminal.selectionBackground": "#FFFFFF", | |
"terminalCursor.foreground": "#F2F2F2" | |
} | |
} |
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": "#282C34", | |
"black": "#282C34", | |
"blue": "#0078FF", | |
"brightBlack": "#5A6374", | |
"brightBlue": "#0078FF", | |
"brightCyan": "#4FB2FF", | |
"brightGreen": "#39FA73", | |
"brightPurple": "#A140FC", | |
"brightRed": "#ED3E4E", | |
"brightWhite": "#F2F2F2", | |
"brightYellow": "#F1F139", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#4FB2FF", | |
"foreground": "#F2F2F2", | |
"green": "#39FA73", | |
"name": "ColorOne", | |
"purple": "#A140FC", | |
"red": "#ED3E4E", | |
"selectionBackground": "#FFFFFF", | |
"white": "#F2F2F2", | |
"yellow": "#F1F139" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment