From 9f5434a8a6d85332483c3d086f0efe22289a79a8 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 26 Jun 2020 15:43:04 -0700 Subject: [PATCH] general fixes --- data/scripts/palettes/dayRave.js | 8 ++++---- data/scripts/palettes/nightRave.js | 10 +++++----- phyrexian.html | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/scripts/palettes/dayRave.js b/data/scripts/palettes/dayRave.js index a5a431ac..c97324f8 100644 --- a/data/scripts/palettes/dayRave.js +++ b/data/scripts/palettes/dayRave.js @@ -1,8 +1,8 @@ -rootStyles.setProperty('--background-color', '#eaeaea') +rootStyles.setProperty('--background-color', '#d0d0d0') rootStyles.setProperty('--background-color-contrast', '#f5f5f5') -rootStyles.setProperty('--interactable-color', '#f5f5f5') -rootStyles.setProperty('--interactable-selected-color', '#eaeaea') -rootStyles.setProperty('--input-color', '#efefef') +rootStyles.setProperty('--interactable-color', '#dfdfdf') +rootStyles.setProperty('--interactable-selected-color', '#cccccc') +rootStyles.setProperty('--input-color', '#dadada') rootStyles.setProperty('--input-font-color', '#000') rootStyles.setProperty('--font-color', '#000') rootStyles.setProperty('--font-color-contrast', '#000') diff --git a/data/scripts/palettes/nightRave.js b/data/scripts/palettes/nightRave.js index 466a231e..cc754aef 100644 --- a/data/scripts/palettes/nightRave.js +++ b/data/scripts/palettes/nightRave.js @@ -1,8 +1,8 @@ -rootStyles.setProperty('--background-color', '#121212') -rootStyles.setProperty('--background-color-contrast', '#0a0a0a') -rootStyles.setProperty('--interactable-color', '#202020') -rootStyles.setProperty('--interactable-selected-color', '#555') -rootStyles.setProperty('--input-color', '#3a3a3a') +rootStyles.setProperty('--background-color', '#3a3838') +rootStyles.setProperty('--background-color-contrast', '#242424') +rootStyles.setProperty('--interactable-color', '#2b2b2b') +rootStyles.setProperty('--interactable-selected-color', '#1d1d1d') +rootStyles.setProperty('--input-color', '#2b2b2b') rootStyles.setProperty('--input-font-color', '#efefef') rootStyles.setProperty('--font-color', '#000') rootStyles.setProperty('--font-color-contrast', '#efefef') diff --git a/phyrexian.html b/phyrexian.html index 3cd1417a..2192595a 100644 --- a/phyrexian.html +++ b/phyrexian.html @@ -15,7 +15,7 @@