Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created June 5, 2014 01:35
Show Gist options
  • Save dtinth/883ce9fd4843ba883547 to your computer and use it in GitHub Desktop.
Save dtinth/883ce9fd4843ba883547 to your computer and use it in GitHub Desktop.
Powerline config.json
{
"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": "dtinth",
"theme": "dtinth"
},
"vim": {
"colorscheme": "dtinth",
"theme": "dtinth",
"local_themes": {
"cmdwin": "cmdwin",
"help": "help",
"quickfix": "quickfix"
}
},
"wm": {
"colorscheme": "default",
"theme": "default"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment