Skip to content

Instantly share code, notes, and snippets.

@chhh
Created October 12, 2018 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chhh/9d01a3a822c7e84cd5666293b5989aaa to your computer and use it in GitHub Desktop.
Save chhh/9d01a3a822c7e84cd5666293b5989aaa to your computer and use it in GitHub Desktop.
Color scheme for use with concfg to customize colors of cmd.exe and PowerShell
{
"fullscreen": false,
"command_history_length": 50,
"screen_buffer_size": "120x200",
"window_size": "120x50",
"cursor_size": "small",
"font_face": "Lucida Console",
"font_weight": 400,
"font_size": "0x14",
"font_true_type": true,
"command_history_no_duplication": false,
"quick_edit": true,
"window_alpha": 255,
"insert_mode": true,
"load_console_IME": true,
"num_history_buffers": 4,
"popup_colors": "dark_red,dark_blue",
"screen_colors": "dark_magenta,black",
"white": "#b48ead",
"black": "#27002a",
"gray": "#8fbcbb",
"dark_gray": "#88c0d0",
"green": "#5e81ac",
"dark_green": "#019f7d",
"blue": "#81a1c1",
"dark_blue": "#0c92ff",
"yellow": "#a3be8c",
"dark_yellow": "#eceff4",
"red": "#d08770",
"dark_red": "#d8dee9",
"magenta": "#ebcb8b",
"dark_magenta": "#e5e9f0",
"cyan": "#bf616a",
"dark_cyan": "#fffdbc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment