Skip to content

Commit 944b4bf

Browse files
committed
refactor(cz): change the color of default style
#37
1 parent 8628cb8 commit 944b4bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commitizen/cz/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ class BaseCommitizen(metaclass=ABCMeta):
88
bump_pattern: Optional[str] = None
99
bump_map: Optional[dict] = None
1010
default_style_config: List[Tuple[str, str]] = [
11-
("qmark", "fg:#673ab7 bold"),
11+
("qmark", "fg:#ff9d00 bold"),
1212
("question", "bold"),
13-
("answer", "fg:#f44336 bold"),
14-
("pointer", "fg:#673ab7 bold"),
15-
("highlighted", "fg:#673ab7 bold"),
13+
("answer", "fg:#ff9d00 bold"),
14+
("pointer", "fg:#ff9d00 bold"),
15+
("highlighted", "fg:#ff9d00 bold"),
1616
("selected", "fg:#cc5454"),
1717
("separator", "fg:#cc5454"),
1818
("instruction", ""),

0 commit comments

Comments
 (0)