summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-user-colors.patch
blob: 3a52758048354142aca6fba03daa011af4154c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting user colors to white on green.

diff -Naurp powerline.orig/powerline/config_files/colorschemes/default.json powerline/powerline/config_files/colorschemes/default.json
--- powerline.orig/powerline/config_files/colorschemes/default.json
+++ powerline/powerline/config_files/colorschemes/default.json
@@ -40,7 +40,7 @@
 		"battery_full":               { "fg": "red", "bg": "gray0", "attrs": [] },
 		"battery_empty":              { "fg": "white", "bg": "gray0", "attrs": [] },
 		"player":                     { "fg": "gray10", "bg": "black", "attrs": [] },
-		"user":                       { "fg": "white", "bg": "darkblue", "attrs": ["bold"] },
+		"user":                       { "fg": "white", "bg": "green", "attrs": ["bold"] },
 		"branch":                     { "fg": "gray9", "bg": "gray2", "attrs": [] },
 		"branch_dirty":               { "fg": "brightyellow", "bg": "gray2", "attrs": [] },
 		"branch_clean":               { "fg": "gray9", "bg": "gray2", "attrs": [] },