Setting hostname colors to white on darkblue.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
92b749f1d7
commit
7a71607270
2 changed files with 16 additions and 0 deletions
15
debian/patches/progress-linux/0002-hostname-colors.patch
vendored
Normal file
15
debian/patches/progress-linux/0002-hostname-colors.patch
vendored
Normal file
|
@ -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": [] }
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -5,3 +5,4 @@
|
|||
0005-use_python3_by_default.patch
|
||||
0006-privacy-breach-fixes.patch
|
||||
progress-linux/0001-user-colors.patch
|
||||
progress-linux/0002-hostname-colors.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue