You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.0 KiB
52 lines
1.0 KiB
{ |
|
"common": { |
|
"term_truecolor": false |
|
}, |
|
"ext": { |
|
"ipython": { |
|
"colorscheme": "default", |
|
"theme": "in", |
|
"local_themes": { |
|
"rewrite": "rewrite", |
|
"out": "out", |
|
"in2": "in2" |
|
} |
|
}, |
|
"pdb": { |
|
"colorscheme": "default", |
|
"theme": "default" |
|
}, |
|
"shell": { |
|
"colorscheme": "solarized", |
|
"theme": "default", |
|
"local_themes": { |
|
"continuation": "continuation", |
|
"select": "select" |
|
} |
|
}, |
|
"tmux": { |
|
"colorscheme": "default", |
|
"theme": "default" |
|
}, |
|
"vim": { |
|
"colorscheme": "solarized", |
|
"theme": "default", |
|
"local_themes": { |
|
"__tabline__": "tabline", |
|
|
|
"cmdwin": "cmdwin", |
|
"help": "help", |
|
"quickfix": "quickfix", |
|
|
|
"powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree", |
|
"powerline.matchers.vim.plugin.commandt.commandt": "plugin_commandt", |
|
"powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo", |
|
"powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview" |
|
} |
|
}, |
|
"wm": { |
|
"colorscheme": "default", |
|
"theme": "default" |
|
} |
|
} |
|
}
|
|
|