Created
May 4, 2018 15:24
-
-
Save comp500/d3e8a17814de10e0acc22daa0dc7037e to your computer and use it in GitHub Desktop.
Visual Studio Code concfg theme
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
{ | |
"black": "#1E1E1E", | |
"dark_blue": "#2472C8", | |
"dark_green": "#0DBC79", | |
"dark_cyan": "#11A8CD", | |
"dark_red": "#CD3131", | |
"dark_magenta": "#BC3FBC", | |
"dark_yellow": "#E5E510", | |
"gray": "#CCCCCC", | |
"dark_gray": "#666666", | |
"blue": "#3B8EEA", | |
"green": "#23D18B", | |
"cyan": "#29B8DB", | |
"red": "#F14C4C", | |
"magenta": "#D670D6", | |
"yellow": "#F5F543", | |
"white": "#CCCCCC", | |
"screen_colors": "white,black", | |
"popup_colors": "black,white", | |
"font_face": "Lucida Console", | |
"font_true_type": true, | |
"font_size": "0x14", | |
"font_weight": 400, | |
"cursor_size": "small", | |
"window_size": "80x25", | |
"screen_buffer_size": "80x200", | |
"command_history_length": 50, | |
"num_history_buffers": 4, | |
"quick_edit": true, | |
"insert_mode": true, | |
"fullscreen": false, | |
"load_console_IME": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment