More theming of the shell/vim

This commit is contained in:
jfm 2018-06-07 08:45:28 +02:00
parent 369b0e6313
commit aa763a0299
3 changed files with 25 additions and 37 deletions

View File

@ -3,33 +3,16 @@
"term_truecolor": false "term_truecolor": false
}, },
"ext": { "ext": {
"ipython": {
"colorscheme": "default",
"theme": "in",
"local_themes": {
"rewrite": "rewrite",
"out": "out",
"in2": "in2"
}
},
"pdb": {
"colorscheme": "default",
"theme": "default"
},
"shell": { "shell": {
"colorscheme": "default", "colorscheme": "solarized",
"theme": "default_leftonly", "theme": "solarized",
"local_themes": { "local_themes": {
"continuation": "continuation", "continuation": "continuation",
"select": "select" "select": "select"
} }
}, },
"tmux": {
"colorscheme": "default",
"theme": "default"
},
"vim": { "vim": {
"colorscheme": "default", "colorscheme": "solarized",
"theme": "default", "theme": "default",
"local_themes": { "local_themes": {
"__tabline__": "tabline", "__tabline__": "tabline",

View File

@ -1,17 +0,0 @@
{
"segments": {
"left": [
{
"function": "powerline.segments.shell.cwd",
"args" : {
"dir_shorten_len" : 2
},
"priority": 10
},
{
"function": "powerline_gitstatus.gitstatus",
"priority": 40
}
]
}
}

View File

@ -0,0 +1,22 @@
{
"segments": {
"left": [
{
"function": "powerline.segments.common.env.virtualenv",
"priority": 50
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerline.segments.common.vcs.branch",
"priority": 40
},
{
"function": "powerline.segments.shell.last_status",
"priority": 10
}
]
}
}