aboutsummaryrefslogtreecommitdiff
path: root/Common/powerline_config/config.json
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-05-03 08:41:57 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2022-05-03 08:41:57 +0200
commit12102c365247329f4d6964d6b48e12fa2bf67208 (patch)
tree0275ffef4d603a5f19dd161f79d6f80ebc9ab770 /Common/powerline_config/config.json
parent8c8ea3760651c226e585a67b3800e676a2cc86c0 (diff)
downloaddotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.tar.gz
dotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.zip
Some changes
Diffstat (limited to 'Common/powerline_config/config.json')
-rw-r--r--Common/powerline_config/config.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/Common/powerline_config/config.json b/Common/powerline_config/config.json
new file mode 100644
index 0000000..4491885
--- /dev/null
+++ b/Common/powerline_config/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
+ }
+ }
+}