summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:41:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:41:14 +0000
commit7e8d12b6f16fe3989b18d853f2f5d2f7a0cd88d8 (patch)
tree09dd213991f6cab4304b02996c3faab57d15e668
parentSetting user colors to white on green. (diff)
downloadpowerline-7e8d12b6f16fe3989b18d853f2f5d2f7a0cd88d8.tar.xz
powerline-7e8d12b6f16fe3989b18d853f2f5d2f7a0cd88d8.zip
Setting hostname colors to white on darkblue.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0002-hostname-colors.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-hostname-colors.patch b/debian/patches/progress-linux/0002-hostname-colors.patch
new file mode 100644
index 0000000..fb3134a
--- /dev/null
+++ b/debian/patches/progress-linux/0002-hostname-colors.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting hostname colors to white on darkblue.
+
+diff -Naurp powerline.orig/powerline/config_files/colorschemes/shell/default.json powerline/powerline/config_files/colorschemes/shell/default.json
+--- powerline.orig/powerline/config_files/colorschemes/shell/default.json
++++ powerline/powerline/config_files/colorschemes/shell/default.json
+@@ -1,7 +1,7 @@
+ {
+ "name": "Default color scheme for shell prompts",
+ "groups": {
+- "hostname": { "fg": "brightyellow", "bg": "mediumorange", "attrs": [] },
++ "hostname": { "fg": "white", "bg": "darkblue", "attrs": [] },
+ "environment": { "fg": "white", "bg": "darkestgreen", "attrs": [] },
+ "mode": { "fg": "darkestgreen", "bg": "brightgreen", "attrs": ["bold"] },
+ "attached_clients": { "fg": "white", "bg": "darkestgreen", "attrs": [] }
diff --git a/debian/patches/series b/debian/patches/series
index e0007c2..ca47442 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
0006-privacy-breach-fixes.patch
0007-python-311-support.patch
progress-linux/0001-user-colors.patch
+progress-linux/0002-hostname-colors.patch