Last active
March 2, 2018 10:39
-
-
Save rajaraodv/abf7fc34067e33e17128bec18a61b298 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Default color scheme for shell prompts", | |
"groups": { | |
"hostname": { "fg": "brightyellow", "bg": "mediumorange", "attrs": [] }, | |
"environment": { "fg": "white", "bg": "darkestgreen", "attrs": [] }, | |
"mode": { "fg": "darkestgreen", "bg": "brightgreen", "attrs": ["bold"] }, | |
"attached_clients": { "fg": "white", "bg": "darkestgreen", "attrs": [] }, | |
"gitstatus": { "fg": "gray8", "bg": "gray2", "attrs": [] }, | |
"gitstatus_branch": { "fg": "gray8", "bg": "gray2", "attrs": [] }, | |
"gitstatus_branch_clean": { "fg": "green", "bg": "gray2", "attrs": [] }, | |
"gitstatus_branch_dirty": { "fg": "gray8", "bg": "gray2", "attrs": [] }, | |
"gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "gray2", "attrs": [] }, | |
"gitstatus_tag": { "fg": "darkcyan", "bg": "gray2", "attrs": [] }, | |
"gitstatus_behind": { "fg": "gray10", "bg": "gray2", "attrs": [] }, | |
"gitstatus_ahead": { "fg": "gray10", "bg": "gray2", "attrs": [] }, | |
"gitstatus_staged": { "fg": "green", "bg": "gray2", "attrs": [] }, | |
"gitstatus_unmerged": { "fg": "brightred", "bg": "gray2", "attrs": [] }, | |
"gitstatus_changed": { "fg": "mediumorange", "bg": "gray2", "attrs": [] }, | |
"gitstatus_untracked": { "fg": "brightestorange", "bg": "gray2", "attrs": [] }, | |
"gitstatus_stashed": { "fg": "darkblue", "bg": "gray2", "attrs": [] }, | |
"gitstatus:divider": { "fg": "gray8", "bg": "gray2", "attrs": [] } | |
}, | |
"mode_translations": { | |
"vicmd": { | |
"groups": { | |
"mode": {"fg": "darkestcyan", "bg": "white", "attrs": ["bold"]} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment