Skip to content
Snippets Groups Projects
Commit 199316f3 authored by Alexandre Barbier's avatar Alexandre Barbier
Browse files

Correct OHMYVIAREZO_VCS_COLOR_STAGED variable name so that it can be sued...

Correct OHMYVIAREZO_VCS_COLOR_STAGED variable name so that it can be sued without glitch in the rest of the theme
parent 67177f81
No related branches found
No related tags found
1 merge request!2Correct issue with VCS staged color
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -39,7 +39,7 @@ set_default OHMYVIAREZO_TIME_COLOR "%B%F{cyan}"
set_default OHMYVIAREZO_TIME_FORMAT "%D{%H:%M}"
set_default OHMYVIAREZO_VCS_COLOR_UNSTAGED "red"
set_default OHMYVIAREZO_VCS_COLOR_STAGE "yellow"
set_default OHMYVIAREZO_VCS_COLOR_STAGED "yellow"
set_default OHMYVIAREZO_VCS_COLOR_UNTRACKED "blue"
set_default OHMYVIAREZO_VCS_COLOR_STASH "cyan"
set_default OHMYVIAREZO_VCS_COLOR_CLEAN "green"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment