mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
e32eb11e60
Update bundle declarations to provide a THEME constant for use in filtering out theme-specific CSS additions.
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "Espresso",
|
|
"description": "Espresso theme: dark and rich",
|
|
"extensions": {
|
|
"stylesheets": [
|
|
{
|
|
"stylesheetUrl": "css/theme-espresso.css",
|
|
"priority": 1000
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "THEME",
|
|
"value": "espresso"
|
|
}
|
|
]
|
|
}
|
|
}
|