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