Created
July 1, 2022 13:06
-
-
Save donni106/04a9a3cff5f41c45db52785425732482 to your computer and use it in GitHub Desktop.
Converted iTerm2 railscasts color scheme to use in VSCode integrated terminal as well.
This file contains 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.background": "#1d1d1d", | |
"terminal.foreground": "#ebe7e3", | |
"terminalCursor.background": "#393939", | |
"terminalCursor.foreground": "#ebe7e3", | |
"terminal.ansiBlack": "#393939", | |
"terminal.ansiBlue": "#7facca", | |
"terminal.ansiBrightBlack": "#6d7891", | |
"terminal.ansiBrightBlue": "#dcd8d3", | |
"terminal.ansiBrightCyan": "#c9a46b", | |
"terminal.ansiBrightGreen": "#b3cb74", | |
"terminal.ansiBrightMagenta": "#f6f4f1", | |
"terminal.ansiBrightRed": "#d78b42", | |
"terminal.ansiBrightWhite": "#faf9f5", | |
"terminal.ansiBrightYellow": "#ffd080", | |
"terminal.ansiCyan": "#61ac63", | |
"terminal.ansiGreen": "#b3cb74", | |
"terminal.ansiMagenta": "#c3c2ef", | |
"terminal.ansiRed": "#e36049", | |
"terminal.ansiWhite": "#ebe7e3", | |
"terminal.ansiYellow": "#ffd080" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thx to @2xAA for https://gist.github.com/2xAA/bd01638dc9ca46c590fda06c4ef0cc5a.
For converting the itermcolors file to json i have used: https://json2plist.sinaapp.com