Skip to content

Commit 6477abe

Browse files
committed
New theme constants
1 parent 44c4e9c commit 6477abe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webapp/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const TOP_PANEL = 'hlsPanel';
66

77
export const THEMES = {
88
DARK: 'gui',
9-
BLACK: 'contrast',
10-
LIGHT: 'light_minimal',
9+
BLACK: 'guiBlack',
10+
LIGHT: 'guiWhite'
1111
};
1212

1313
export const MODEL_STATE = {

0 commit comments

Comments
 (0)