correction couleurs
This commit is contained in:
parent
cae5d1c1c4
commit
016ad2ea60
@ -52,19 +52,19 @@
|
||||
"cwd:divider": { "fg": "gray7", "bg": "gray4", "attrs": [] },
|
||||
"virtualenv": { "fg": "white", "bg": "darkcyan", "attrs": [] },
|
||||
"attached_clients": { "fg": "gray8", "bg": "gray0", "attrs": [] },
|
||||
"gitstatus": { "fg": "white", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_branch": { "fg": "white", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_branch_clean": { "fg": "green", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_branch_dirty": { "fg": "white", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_tag": { "fg": "darkcyan", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_behind": { "fg": "gray10", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_ahead": { "fg": "gray10", "bg": "darkblue", "attrs": [] },
|
||||
"gitstatus_staged": { "fg": "green", "bg": "gray3", "attrs": [] },
|
||||
"gitstatus_unmerged": { "fg": "brightred", "bg": "gray3", "attrs": [] },
|
||||
"gitstatus_changed": { "fg": "mediumorange", "bg": "gray3", "attrs": [] },
|
||||
"gitstatus_untracked": { "fg": "brightestorange", "bg": "gray3", "attrs": [] },
|
||||
"gitstatus_stashed": { "fg": "darkblue", "bg": "gray3", "attrs": [] },
|
||||
"gitstatus:divider": { "fg": "gray8", "bg": "gray3", "attrs": [] }
|
||||
"gitstatus": { "fg": "white", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_branch": { "fg": "white", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_branch_clean": { "fg": "green", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_branch_dirty": { "fg": "white", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_tag": { "fg": "darkcyan", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_behind": { "fg": "white", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_ahead": { "fg": "white", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_staged": { "fg": "green", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_unmerged": { "fg": "brightred", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_changed": { "fg": "mediumorange", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_untracked": { "fg": "brightestorange", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus_stashed": { "fg": "darkblue", "bg": "darkestblue", "attrs": [] },
|
||||
"gitstatus:divider": { "fg": "gray8", "bg": "darkestblue", "attrs": [] }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user