Last active
February 22, 2018 13:38
-
-
Save roguesherlock/d229c1937422007b615e8b5ed892c1ca to your computer and use it in GitHub Desktop.
A modified Twilight Light/Dark Console Scheme for Windows to be used with concfg (https://github.com/lukesampson/concfg)
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": "#7587a6", | |
"dark_green": "#8f9d6a", | |
"dark_cyan": "#afc4db", | |
"dark_red": "#cf6a4c", | |
"dark_magenta": "#9b859d", | |
"dark_yellow": "#f9ee98", | |
"gray": "#c3c3c3", | |
"dark_gray": "#323537", | |
"blue": "#838184", | |
"green": "#464b50", | |
"cyan": "#a7a7a7", | |
"red": "#cda869", | |
"magenta": "#9b703f", | |
"yellow": "#5f5a60", | |
"white": "#ffffff", | |
"screen_colors": "white,black", | |
"popup_colors": "black,white", | |
"font_face": "Fira Code Retina", | |
"font_true_type": true, | |
"font_size": "0x16", | |
"font_weight": 0, | |
"cursor_size": "small", | |
"window_size": "80x25", | |
"screen_buffer_size": "80x300", | |
"command_history_length": 100, | |
"num_history_buffers": 10, | |
"quick_edit": true, | |
"insert_mode": true, | |
"fullscreen": false, | |
"load_console_IME": true | |
} |
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": "#7587a6", | |
"dark_green": "#8f9d6a", | |
"dark_cyan": "#afc4db", | |
"dark_red": "#cf6a4c", | |
"dark_magenta": "#9b859d", | |
"dark_yellow": "#f9ee98", | |
"gray": "#c3c3c3", | |
"dark_gray": "#323537", | |
"blue": "#838184", | |
"green": "#464b50", | |
"cyan": "#a7a7a7", | |
"red": "#cda869", | |
"magenta": "#9b703f", | |
"yellow": "#5f5a60", | |
"white": "#ffffff", | |
"screen_colors": "black,white", | |
"popup_colors": "white,black", | |
"font_face": "Fira Code Retina", | |
"font_true_type": true, | |
"font_size": "0x16", | |
"font_weight": 0, | |
"cursor_size": "small", | |
"window_size": "80x25", | |
"screen_buffer_size": "80x300", | |
"command_history_length": 100, | |
"num_history_buffers": 10, | |
"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