Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saborrie/631c91fd4423530141f16e810cb4fa34 to your computer and use it in GitHub Desktop.
Save saborrie/631c91fd4423530141f16e810cb4fa34 to your computer and use it in GitHub Desktop.
For use with https://github.com/lukesampson/concfg, to make Powershell look like the integrated terminal from VSCode
{
"black": "#1e1e1e",
"dark_blue": "#2472c8",
"dark_green": "#0dbc79",
"dark_cyan": "#11a8cd",
"dark_red": "#cd3131",
"dark_magenta": "#bc3fbc",
"dark_yellow": "#e5e510",
"gray": "#e5e5e5",
"dark_gray": "#666666",
"blue": "#3b8eea",
"green": "#23d18b",
"cyan": "#29b8db",
"red": "#f14c4c",
"magenta": "#d670d6",
"yellow": "#f5f543",
"white": "#cccccc",
"screen_colors": "white,black",
"popup_colors": "white,black",
"font_face": "Consolas",
"font_true_type": true,
"font_size": "0x14",
"font_weight": 400
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment