blob: c1ca00397d2f9422e511938573712cf384d7e995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting default shell theme to default_leftonly
Bug-Debian: https://bugs.debian.org/899153
Forwarded: not-needed
diff -Naurp powerline.orig/powerline/config_files/config.json powerline/powerline/config_files/config.json
--- powerline.orig/powerline/config_files/config.json
+++ powerline/powerline/config_files/config.json
@@ -18,7 +18,7 @@
},
"shell": {
"colorscheme": "default",
- "theme": "default",
+ "theme": "default_leftonly",
"local_themes": {
"continuation": "continuation",
"select": "select"
|