Created
October 14, 2018 22:21
-
-
Save vchirikov/4bf20038059ea53127f66847837a3cf3 to your computer and use it in GitHub Desktop.
My concfg color scheme
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": "#272C33", | |
"dark_blue": "#4FB4D8", | |
"dark_green": "#78BD65", | |
"dark_cyan": "#00DCDC", | |
"dark_red": "#EB3D54", | |
"dark_magenta": "#9b37e2", | |
"dark_yellow": "#cd9731", | |
"gray": "#CBCDD2", | |
"dark_gray": "#CBCDD2", | |
"blue": "#79D9F1", | |
"green": "#5DD8B7", | |
"cyan": "#FF8A54", | |
"red": "#f44747", | |
"magenta": "#b267e6", | |
"yellow": "#E5CD52", | |
"white": "#fafafc", | |
"screen_colors": "gray,black", | |
"popup_colors": "dark_magenta,white", | |
"font_face": "Consolas", | |
"font_true_type": true, | |
"font_size": "0x16", | |
"font_weight": 400, | |
"cursor_size": "small", | |
"window_size": "100x32", | |
"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