mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
e32eb11e60
Update bundle declarations to provide a THEME constant for use in filtering out theme-specific CSS additions.
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "Snow",
|
|
"description": "Snow theme: light and cool",
|
|
"extensions": {
|
|
"stylesheets": [
|
|
{
|
|
"stylesheetUrl": "css/theme-snow.css",
|
|
"priority": 1000
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "THEME",
|
|
"value": "snow"
|
|
}
|
|
]
|
|
}
|
|
}
|