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:
DerRockWolf
2024-06-02 13:24:12 +00:00
committed by GitHub
parent 5c2a4affbd
commit 478d5cccb6
3 changed files with 60 additions and 52 deletions
+2 -2
View File
@@ -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": {