1
0
Fork 0

Setting user colors to white on green.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 09:18:13 +02:00
parent b75d3865aa
commit 92b749f1d7
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -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": [] },

View file

@ -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