upgrayedd

This commit is contained in:
Kyle
2020-03-25 11:24:22 -07:00
parent 275ad94957
commit 9fbee694ed
36 changed files with 124 additions and 34 deletions

7
data/scripts/darkMode.js Normal file
View File

@@ -0,0 +1,7 @@
rootStyles.setProperty('--background-color', '#1c1c1c');
rootStyles.setProperty('--background-color-contrast', '#111');
rootStyles.setProperty('--interactable-color', '#333');
rootStyles.setProperty('--interactable-selected-color', '#444');
rootStyles.setProperty('--input-color', '#555');
rootStyles.setProperty('--font-color', '#fff');
rootStyles.setProperty('--font-color-contrast', '#eee');