Update darkMode.js

This commit is contained in:
Kyle
2020-04-01 16:27:34 -07:00
parent 90a5e2fec8
commit 272fa7c215

View File

@@ -1,4 +1,4 @@
rootStyles.setProperty('--background-color', '#181818') rootStyles.setProperty('--background-color', '#151515')
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')