Skip to content

Instantly share code, notes, and snippets.

@chidea
Last active May 23, 2018 14:48
Show Gist options
  • Save chidea/cc1f3095cdd64861db995f1a6c7cfc53 to your computer and use it in GitHub Desktop.
Save chidea/cc1f3095cdd64861db995f1a6c7cfc53 to your computer and use it in GitHub Desktop.
Powershell Seoul256 colorscheme concfg
{
"black": "#4E4E4E",
"dark_blue": "#85ADD4",
"dark_green": "#5F865F",
"dark_cyan": "#87AFAF",
"dark_red": "#D68787",
"dark_magenta": "#D7AFAF",
"dark_yellow": "#D8AF5F",
"gray": "#D0D0D0",
"dark_gray": "#626262",
"blue": "#ADD4FB",
"green": "#87AF87",
"cyan": "#87D7D7",
"red": "#D75F87",
"magenta": "#FFAFAF",
"yellow": "#FFD787",
"white": "#E4E4E4",
"screen_colors": "white,black",
"popup_colors": "dark_red,dark_blue",
"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