Last active
July 18, 2017 14:51
-
-
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
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
{ | |
"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