diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:38:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:38:39 +0000 |
commit | cbdee3d3db87d83e0b2d96b4d770906690f78dbf (patch) | |
tree | 419879699263bd3702cc4362ff0fa1e1e8a2bdeb /debian/patches/progress-linux | |
parent | Setting user colors to white on green. (diff) | |
download | powerline-cbdee3d3db87d83e0b2d96b4d770906690f78dbf.tar.xz powerline-cbdee3d3db87d83e0b2d96b4d770906690f78dbf.zip |
Setting hostname colors to white on darkblue.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0002-hostname-colors.patch | 15 |
1 files changed, 15 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": [] } |