We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4e9c commit 6477abeCopy full SHA for 6477abe
1 file changed
webapp/constants.js
@@ -6,8 +6,8 @@ export const TOP_PANEL = 'hlsPanel';
6
7
export const THEMES = {
8
DARK: 'gui',
9
- BLACK: 'contrast',
10
- LIGHT: 'light_minimal',
+ BLACK: 'guiBlack',
+ LIGHT: 'guiWhite'
11
};
12
13
export const MODEL_STATE = {
0 commit comments