Skip to content

Commit 397c9af

Browse files
committed
docs(config): update for default color change
#37
1 parent fef9baa commit 397c9af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/config.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Add an entry to `pyproject.toml`. Recommended for **python** projects.
1414
"pyproject.toml:version"
1515
]
1616
style = [
17-
["qmark", "fg:#673ab7 bold"],
17+
["qmark", "fg:#ff9d00 bold"],
1818
["question", "bold"],
19-
["answer", "fg:#f44336 bold"],
20-
["pointer", "fg:#673ab7 bold"],
21-
["highlighted", "fg:#673ab7 bold"],
19+
["answer", "fg:#ff9d00 bold"],
20+
["pointer", "fg:#ff9d00 bold"],
21+
["highlighted", "fg:#ff9d00 bold"],
2222
["selected", "fg:#cc5454"],
2323
["separator", "fg:#cc5454"],
2424
["instruction", ""],
@@ -41,11 +41,11 @@ Recommended for **other languages** projects (js, go, etc).
4141
"pyproject.toml:version"
4242
]
4343
style = [
44-
["qmark", "fg:#673ab7 bold"],
44+
["qmark", "fg:#ff9d00 bold"],
4545
["question", "bold"],
46-
["answer", "fg:#f44336 bold"],
47-
["pointer", "reverse"],
48-
["highlighted", "fg:#673ab7 bold"],
46+
["answer", "fg:#ff9d00 bold"],
47+
["pointer", "fg:#ff9d00 bold"],
48+
["highlighted", "fg:#ff9d00 bold"],
4949
["selected", "fg:#cc5454"],
5050
["separator", "fg:#cc5454"],
5151
["instruction", ""],

0 commit comments

Comments
 (0)