mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix(direnv): replace nonexistent "orange" color with "bright-yellow" (#5969)
* Fix direnv config: change style from nonexistent "bold orange" to "bold bright-yellow" * generate config-schema.json * fix tests
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
"format": "[$symbol$loaded/$allowed]($style) ",
|
||||
"loaded_msg": "loaded",
|
||||
"not_allowed_msg": "not allowed",
|
||||
"style": "bold orange",
|
||||
"style": "bold bright-yellow",
|
||||
"symbol": "direnv ",
|
||||
"unloaded_msg": "not loaded"
|
||||
},
|
||||
@@ -2821,7 +2821,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"style": {
|
||||
"default": "bold orange",
|
||||
"default": "bold bright-yellow",
|
||||
"type": "string"
|
||||
},
|
||||
"disabled": {
|
||||
|
||||
Reference in New Issue
Block a user