Last active
January 31, 2018 22:19
-
-
Save AnthonyMastrean/e85405e9b7b28497e7602fb7155aa816 to your computer and use it in GitHub Desktop.
concfg
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
{ | |
"cursor_size": "small", | |
"font_face": "DejaVu Sans Mono", | |
"font_size": "0x16", | |
"popup_colors": "dark_magenta,white", | |
"dark_gray": "#767676", | |
"screen_colors": "gray,black", | |
"dark_green": "#13a10e", | |
"command_history_no_duplication": false, | |
"window_size": "120x30", | |
"font_weight": 400, | |
"screen_buffer_size": "120x9001", | |
"blue": "#3b78ff", | |
"command_history_length": 50, | |
"font_true_type": true, | |
"dark_yellow": "#c19c00", | |
"quick_edit": true, | |
"red": "#e74856", | |
"insert_mode": true, | |
"magenta": "#b4009e", | |
"dark_red": "#c50f1f", | |
"load_console_IME": true, | |
"yellow": "#f9f1a5", | |
"dark_magenta": "#881798", | |
"cyan": "#61d6d6", | |
"green": "#16c60c", | |
"dark_blue": "#0037da", | |
"gray": "#cccccc", | |
"white": "#f2f2f2", | |
"fullscreen": false, | |
"num_history_buffers": 4, | |
"black": "#0c0c0c", | |
"dark_cyan": "#3a96dd", | |
"window_alpha": 255 | |
} |
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
{ | |
"cursor_size": "small", | |
"font_face": "DejaVu Sans Mono", | |
"font_size": "0x50", | |
"popup_colors": "dark_magenta,white", | |
"dark_gray": "#767676", | |
"screen_colors": "gray,black", | |
"dark_green": "#13a10e", | |
"command_history_no_duplication": false, | |
"window_size": "120x30", | |
"font_weight": 400, | |
"screen_buffer_size": "120x9001", | |
"blue": "#3b78ff", | |
"command_history_length": 50, | |
"font_true_type": true, | |
"dark_yellow": "#c19c00", | |
"quick_edit": true, | |
"red": "#e74856", | |
"insert_mode": true, | |
"magenta": "#b4009e", | |
"dark_red": "#c50f1f", | |
"load_console_IME": true, | |
"yellow": "#f9f1a5", | |
"dark_magenta": "#881798", | |
"cyan": "#61d6d6", | |
"green": "#16c60c", | |
"dark_blue": "#0037da", | |
"gray": "#cccccc", | |
"white": "#f2f2f2", | |
"fullscreen": false, | |
"num_history_buffers": 4, | |
"black": "#0c0c0c", | |
"dark_cyan": "#3a96dd", | |
"window_alpha": 255 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment