Skip to content

Commit 48ed99d

Browse files
authored
Add new themes introduced in @node-red-contrib-themes/theme-collection v3.1 (#1672)
1 parent 89ad8a8 commit 48ed99d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

node-red/DOCS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,24 @@ Sets one of the Node-RED themes. Currently available options:
119119
- `dark`
120120
- `dracula`
121121
- `espresso-libre`
122+
- `github-dark`
123+
- `github-dark-default`
124+
- `github-dark-dimmed`
122125
- `midnight-red`
123126
- `monoindustrial`
124127
- `monokai`
128+
- `monokai-dimmed`
129+
- `noctis`
125130
- `oceanic-next`
126131
- `oled`
132+
- `one-dark-pro`
133+
- `one-dark-pro-darker`
127134
- `solarized-dark`
128135
- `solarized-light`
129136
- `tokyo-night`
137+
- `tokyo-night-light`
138+
- `tokyo-night-storm`
139+
- `totallyinformation`
130140
- `zenburn`
131141

132142
### Option: `http_node`

node-red/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ options:
5050
schema:
5151
log_level: list(trace|debug|info|notice|warning|error|fatal)?
5252
credential_secret: password
53-
theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|midnight-red|monoindustrial|monokai|oceanic-next|oled|solarized-dark|solarized-light|tokyo-night|zenburn)?
53+
theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|github-dark|github-dark-default|github-dark-dimmed|midnight-red|monoindustrial|monokai|monokai-dimmed|noctis|oceanic-next|oled|one-dark-pro|one-dark-pro-darker|solarized-dark|solarized-light|tokyo-night|tokyo-night-light|tokyo-night-storm|totallyinformation|zenburn)?
5454
http_node:
5555
username: str
5656
password: password

0 commit comments

Comments
 (0)