summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:38:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:38:38 +0000
commit5b8c94924ad77edac5f8887f51b3b05d2fabe052 (patch)
tree219b9519453794c826d7a032a852bc4a4338e2b5
parentEnabling powerline bash integration by default. (diff)
downloadpowerline-5b8c94924ad77edac5f8887f51b3b05d2fabe052.tar.xz
powerline-5b8c94924ad77edac5f8887f51b3b05d2fabe052.zip
Setting user colors to white on green.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-user-colors.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-user-colors.patch b/debian/patches/progress-linux/0001-user-colors.patch
new file mode 100644
index 0000000..3a52758
--- /dev/null
+++ b/debian/patches/progress-linux/0001-user-colors.patch
@@ -0,0 +1,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": [] },
diff --git a/debian/patches/series b/debian/patches/series
index 26bd6ab..e691c7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
0004-set_default_shell_theme.patch
0005-use_python3_by_default.patch
0006-privacy-breach-fixes.patch
+progress-linux/0001-user-colors.patch