mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
lowpoly
This commit is contained in:
@@ -17,6 +17,7 @@ document.getElementById('footer').innerHTML = `
|
||||
<option value='darkMode'>Dark Mode</option>
|
||||
<option value='dayRave'>Day Rave</option>
|
||||
<option value='nightRave'>Night Rave</option>
|
||||
<option value='lowpoly'>Lowpoly</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
8
data/scripts/palettes/lowpoly.js
Normal file
8
data/scripts/palettes/lowpoly.js
Normal file
@@ -0,0 +1,8 @@
|
||||
rootStyles.setProperty('--site-background', '#3a3838 url("/data/images/site/backgrounds/lowpolyDarkGreen.svg") left/cover no-repeat fixed')
|
||||
rootStyles.setProperty('--layer-background', '#242424 url("/data/images/site/backgrounds/lowpolyDarkGray.svg") left/cover no-repeat fixed')
|
||||
rootStyles.setProperty('--layer-background-selected', '#1d1d1d')
|
||||
rootStyles.setProperty('--interactable-unselected', '#666666')
|
||||
rootStyles.setProperty('--interactable-selected', '#99ee99')
|
||||
rootStyles.setProperty('--font-color', '#efefef')
|
||||
rootStyles.setProperty('--body-background', 'none')
|
||||
setCookie('colorPalette', 'lowpoly')
|
Reference in New Issue
Block a user