From 577952d1273204b2286eeafaeeff777c9d8932f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:41:13 +0200 Subject: Setting user colors to white on green. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-user-colors.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0001-user-colors.patch (limited to 'debian') 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 +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 1535b42..e0007c2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 0005-use_python3_by_default.patch 0006-privacy-breach-fixes.patch 0007-python-311-support.patch +progress-linux/0001-user-colors.patch -- cgit v1.2.3