Skip to content

Instantly share code, notes, and snippets.

@andreloty
Last active November 27, 2017 15:15
Show Gist options
  • Save andreloty/1380447d4b82ba5e367c3bea4109a2d2 to your computer and use it in GitHub Desktop.
Save andreloty/1380447d4b82ba5e367c3bea4109a2d2 to your computer and use it in GitHub Desktop.
Based on solirized theme - http://github.mindzgroup.com/concfg/
{
"black": "#002b36",
"dark_blue": "#81A2BE",
"dark_green": "#01e327",
"dark_cyan": "#81d6ff",
"dark_red": "#dc322f",
"dark_magenta": "#d33682",
"dark_yellow": "#b58900",
"gray": "#eee8d5",
"dark_gray": "#019393",
"blue": "#AFC4DB",
"green": "#01da32",
"cyan": "#43cdff",
"red": "#FD601F",
"magenta": "#6c71c4",
"yellow": "#2aff76",
"white": "#fdf6e3",
"screen_colors": "blue,black",
"popup_colors": "yellow,white",
"font_face": "Consolas",
"font_true_type": true,
"font_size": "0x20",
"font_weight": 700,
"cursor_size": "small",
"window_size": "80x25",
"screen_buffer_size": "80x3000",
"command_history_length": 200,
"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