Author: Daniel Baumann 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": [] }