Skip to content

Instantly share code, notes, and snippets.

@pedrofracassi
Created October 18, 2017 18:39
Show Gist options
  • Save pedrofracassi/94a9f154ca23afd4979cc9b549ff02cb to your computer and use it in GitHub Desktop.
Save pedrofracassi/94a9f154ca23afd4979cc9b549ff02cb to your computer and use it in GitHub Desktop.
One Dark for concfg
{
"black": "#282C34",
"dark_blue": "#235B92",
"dark_green": "#6A8854",
"dark_cyan": "#3C7F87",
"dark_red": "#BE5046",
"dark_magenta": "#9E60B0",
"dark_yellow": "#D19A66",
"gray": "#828997",
"dark_gray": "#5C6370",
"blue": "#3383D1",
"green": "#98C379",
"cyan": "#56B6C2",
"red": "#E06C75",
"magenta": "#C678DD",
"yellow": "#E5C07B",
"white": "#ABB2BF",
"screen_colors": "white,black",
"popup_colors": "yellow,white",
"font_face": "Consolas",
"font_true_type": true,
"font_size": "0x20",
"font_weight": 700,
"cursor_size": "small",
"window_size": "130x35",
"screen_buffer_size": "80x3000",
"command_history_length": 200,
"num_history_buffers": 4,
"quick_edit": true,
"insert_mode": true,
"fullscreen": false,
"load_console_IME": true
}
@pedrofracassi
Copy link
Author

pedrofracassi commented Dec 14, 2017

Here's a quick tutorial on how to use this theme:

  1. Install Scoop
  2. Install concfg by running
scoop install concfg
  1. Install the theme by running
concfg import https://gist.githubusercontent.com/pedrofracassi/94a9f154ca23afd4979cc9b549ff02cb/raw/03d4c06317d181fbfb2a2f999f0724d4f15eb108/one_dark.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment