Created
May 5, 2022 18:12
-
-
Save sydrawat01/ac90d20d9ec475ade632469907208bb5 to your computer and use it in GitHub Desktop.
VS Code integrated terminal color customisation for hyper-moonlite theme. https://www.npmjs.com/package/hyper-moonlite.
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
| { | |
| "_comment": "standard ANSI colors from hyper-moonlite", | |
| "workbench.colorCustomizations": { | |
| "terminal.ansiBlack": "#2b303b", | |
| "terminal.ansiRed": "#bf616a", | |
| "terminal.ansiGreen": "#a3be8c", | |
| "terminal.ansiYellow": "#ebcb8b", | |
| "terminal.ansiBlue": "#8fa1b3", | |
| "terminal.ansiMagenta": "#b48ead", | |
| "terminal.ansiCyan": "#96b5b4", | |
| "terminal.ansiWhite": "#c0c5ce", | |
| "terminal.ansiBrightBlack": "#2b303b", | |
| "terminal.ansiBrightRed": "#bf616a", | |
| "terminal.ansiBrightGreen": "#a3be8c", | |
| "terminal.ansiBrightYellow": "#ebcb8b", | |
| "terminal.ansiBrightBlue": "#8fa1b3", | |
| "terminal.ansiBrightMagenta": "#b48ead", | |
| "terminal.ansiBrightCyan": "#96b5b4", | |
| "terminal.ansiBrightWhite": "#c0c5ce", | |
| "terminalCursor.background": "#8fa1b3", | |
| "terminalCursor.foreground": "#ebcb8b", | |
| "terminal.background": "#2b303b", | |
| "terminal.foreground": "#c0c5ce" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment