Refactor(Tool): Add variable isDarkMode into global js variables
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const globalVariables = {
|
||||
OxygenTheme: {
|
||||
isDarkMode: true,
|
||||
blue: '#1677FF',
|
||||
purple: '#722ED1',
|
||||
cyan: '#13C2C2',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
const globalVariables = {
|
||||
OxygenTheme: {
|
||||
isDarkMode: false,
|
||||
blue: '#1677FF',
|
||||
purple: '#722ED1',
|
||||
cyan: '#13C2C2',
|
||||
|
||||
Reference in New Issue
Block a user