summaryrefslogtreecommitdiffstats
path: root/src/configs/php.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-01 18:10:12 -0500
committerGitHub <noreply@github.com>2020-02-01 18:10:12 -0500
commit11b737bb44de83c7871356d5a9aa1d7e033f8ecb (patch)
tree9bc21b8a945a341261486d0f3c695c9119649777 /src/configs/php.rs
parent9229a48bc9bade2346d6998a3bae72ffa860c89d (diff)
feat!: Update colors of package and php modules (#782)
Diffstat (limited to 'src/configs/php.rs')
-rw-r--r--src/configs/php.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/php.rs b/src/configs/php.rs
index efe1f648f..abec06bcd 100644
--- a/src/configs/php.rs
+++ b/src/configs/php.rs
@@ -14,7 +14,7 @@ impl<'a> RootModuleConfig<'a> for PhpConfig<'a> {
fn new() -> Self {
PhpConfig {
symbol: SegmentConfig::new("🐘 "),
- style: Color::Red.bold(),
+ style: Color::Fixed(147).bold(),
disabled: false,
}
}