aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/config.json
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
committerBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
commit5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (patch)
treef1d69f20fa36b2998ee9774074c6f5d0b10a4776 /config/powerline/config.json
parent400b7c363c615dca6674a0381122d35f0949b6e6 (diff)
parent577b791c99b07471ec27e1f9c09e756a6f1da0cd (diff)
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'config/powerline/config.json')
-rw-r--r--config/powerline/config.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/config/powerline/config.json b/config/powerline/config.json
new file mode 100644
index 0000000..a70922f
--- /dev/null
+++ b/config/powerline/config.json
@@ -0,0 +1,48 @@
+{
+ "common": {
+ "term_truecolor": false,
+ "dividers": {
+ "left": {
+ "hard": " ",
+ "soft": " "
+ },
+ "right": {
+ "hard": " ",
+ "soft": " "
+ }
+ },
+ "spaces": 1
+ },
+ "ext": {
+ "ipython": {
+ "colorscheme": "default",
+ "theme": "in",
+ "local_themes": {
+ "rewrite": "rewrite",
+ "out": "out",
+ "in2": "in2"
+ }
+ },
+ "shell": {
+ "colorscheme": "default",
+ "theme": "default"
+ },
+ "tmux": {
+ "colorscheme": "default",
+ "theme": "default"
+ },
+ "vim": {
+ "colorscheme": "default",
+ "theme": "default",
+ "local_themes": {
+ "cmdwin": "cmdwin",
+ "help": "help",
+ "quickfix": "quickfix"
+ }
+ },
+ "wm": {
+ "colorscheme": "default",
+ "theme": "default"
+ }
+ }
+}