Update darkMode.js

This commit is contained in:
Kyle
2020-03-30 13:12:51 -07:00
parent e5d022fae2
commit 83e50cf2dd

View File

@@ -1,4 +1,4 @@
rootStyles.setProperty('--background-color', '#121212') rootStyles.setProperty('--background-color', '#141414')
rootStyles.setProperty('--background-color-contrast', '#0a0a0a') rootStyles.setProperty('--background-color-contrast', '#0a0a0a')
rootStyles.setProperty('--interactable-color', '#202020') rootStyles.setProperty('--interactable-color', '#202020')
rootStyles.setProperty('--interactable-selected-color', '#2f2f2f') rootStyles.setProperty('--interactable-selected-color', '#2f2f2f')