mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-26 18:36:36 +03:00
24 lines
986 B
Markdown
24 lines
986 B
Markdown
|
# Untitled string in Dashy Config Schema Schema
|
||
|
|
||
|
```txt
|
||
|
https://example.com/schemas/abstract#/properties/appConfig/properties/theme
|
||
|
```
|
||
|
|
||
|
A theme to be applied by default on first load
|
||
|
|
||
|
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
||
|
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------------------- |
|
||
|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [dashy-config.schema.json*](../../out/dashy-config.schema.json "open original schema") |
|
||
|
|
||
|
## theme Type
|
||
|
|
||
|
`string`
|
||
|
|
||
|
## theme Default Value
|
||
|
|
||
|
The default value is:
|
||
|
|
||
|
```json
|
||
|
"Callisto"
|
||
|
```
|