starship/src/formatter
Anomalocaridid d93074d056
feat: add user-defined color palette (#4209)
* docs(config): add color palette to docs

* feat: add user-defined color palette

* fix: update config schema

* refactor: apply suggestions from code review

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* fix: update new test

* feat: add support for multiple palettes

* docs(config): update docs for multiple color palettes

* docs(config): fix formatting

* test: test overriding a predefined color with itself

* docs: mention palettes cannot reference themselves

* refactor: warn when using a nonexistent palette

* test: test retrieving a nonexistent color palette

* fix: fix issues with palette log messages

* fix: update config schema

* fix: skip serializing palette if none

* refactor: change nonexistent palette message to warning

* fix: update config schema

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-09-27 23:08:52 +02:00
..
mod.rs feat: add version format configuration (#2499) 2021-04-08 18:37:54 -04:00
model.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
parser.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
spec.pest feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
string_formatter.rs feat: add user-defined color palette (#4209) 2022-09-27 23:08:52 +02:00
version.rs chore(clippy): fix new lints (#4002) 2022-05-23 06:58:27 -04:00