Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save donni106/04a9a3cff5f41c45db52785425732482 to your computer and use it in GitHub Desktop.
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.
"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"
},
@donni106
Copy link
Author

donni106 commented Jul 1, 2022

Thx to @2xAA for https://gist.github.com/2xAA/bd01638dc9ca46c590fda06c4ef0cc5a.
For converting the itermcolors file to json i have used: https://json2plist.sinaapp.com

@2xAA
Copy link

2xAA commented Aug 2, 2022

@donni106 No problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment