diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
commit | a99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch) | |
tree | e96e8407efdab8ac0ef288e6889d004be3ccb784 /powerline/config.json | |
parent | 6423fc63ab75f73d641e3b2c89768f2334f2830b (diff) | |
download | dotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz |
Powerbar!!!
Diffstat (limited to 'powerline/config.json')
-rw-r--r-- | powerline/config.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/powerline/config.json b/powerline/config.json new file mode 100644 index 0000000..4491885 --- /dev/null +++ b/powerline/config.json @@ -0,0 +1,53 @@ +{ + "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": "default", + "theme": "default", + "local_themes": { + "continuation": "continuation", + "select": "select" + } + }, + "tmux": { + "colorscheme": "default", + "theme": "default" + }, + "vim": { + "colorscheme": "default", + "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", + "update_interval": 2 + } + } +} |