StreakyCobra / gws

Colorful KISS helper for git workspaces
https://streakycobra.github.io/gws/
MIT License
234 stars 22 forks source link

Add possibility to change display colors #26

Closed aveuiller closed 7 years ago

aveuiller commented 7 years ago

Change the colors name in the script to more semantic names, i.e.: C_BLUE: C_REPO C_MAGENTA: C_BRANCH C_YELLOW: C_NO_REMOTE C_RED: C_NOT_SYNC C_GREEN: C_CLEAN C_CYAN: C_LOGS C_WHITE: removed because unused

Also add the possibility to create a theme file (.theme.gws) enabling to override colors (by assigning in bash the actual vars). The theme file will then contain bash lines e.g.: C_NO_REMOTE="\e[7m\e[91m"

Closes #23

StreakyCobra commented 7 years ago

Thanks :+1: