We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8628cb8 commit 944b4bfCopy full SHA for 944b4bf
commitizen/cz/base.py
@@ -8,11 +8,11 @@ class BaseCommitizen(metaclass=ABCMeta):
8
bump_pattern: Optional[str] = None
9
bump_map: Optional[dict] = None
10
default_style_config: List[Tuple[str, str]] = [
11
- ("qmark", "fg:#673ab7 bold"),
+ ("qmark", "fg:#ff9d00 bold"),
12
("question", "bold"),
13
- ("answer", "fg:#f44336 bold"),
14
- ("pointer", "fg:#673ab7 bold"),
15
- ("highlighted", "fg:#673ab7 bold"),
+ ("answer", "fg:#ff9d00 bold"),
+ ("pointer", "fg:#ff9d00 bold"),
+ ("highlighted", "fg:#ff9d00 bold"),
16
("selected", "fg:#cc5454"),
17
("separator", "fg:#cc5454"),
18
("instruction", ""),
0 commit comments