diff --git a/app/src/main/assets/template/global-variables-dark.js b/app/src/main/assets/template/global-variables-dark.js index 2513a3a..c198f7f 100644 --- a/app/src/main/assets/template/global-variables-dark.js +++ b/app/src/main/assets/template/global-variables-dark.js @@ -1,5 +1,6 @@ const globalVariables = { OxygenTheme: { + isDarkMode: true, blue: '#1677FF', purple: '#722ED1', cyan: '#13C2C2', diff --git a/app/src/main/assets/template/global-variables-light.js b/app/src/main/assets/template/global-variables-light.js index 2101df3..210ac95 100644 --- a/app/src/main/assets/template/global-variables-light.js +++ b/app/src/main/assets/template/global-variables-light.js @@ -1,5 +1,6 @@ const globalVariables = { OxygenTheme: { + isDarkMode: false, blue: '#1677FF', purple: '#722ED1', cyan: '#13C2C2',