@@ -83,7 +83,7 @@ export const toggleTheme = (initial = false, themeNumber = 1, change = false) =>
8383 DOMCacheGetOrSet ( 'buildinghotkeys' ) . style . color = 'lightgray'
8484 DOMCacheGetOrSet ( 'buildinghotkeys2' ) . style . color = 'lightgray'
8585 DOMCacheGetOrSet ( 'antspecies' ) . style . color = 'royalblue' // HTML colors
86- DOMCacheGetOrSet ( 'corruptionTesseracts' ) . style . color = 'darkviolet'
86+ // DOMCacheGetOrSet('corruptionTesseracts').style.color = 'darkviolet'
8787 DOMCacheGetOrSet ( 'antwelcome' ) . style . color = 'lightslategrey'
8888 DOMCacheGetOrSet ( 'confirmationToggleTitle' ) . style . color = 'pink'
8989 DOMCacheGetOrSet ( 'specialActionsTitle' ) . style . color = 'pink'
@@ -196,7 +196,7 @@ export const toggleTheme = (initial = false, themeNumber = 1, change = false) =>
196196 body . style . setProperty ( '--orangered-text-color' , '#f74' )
197197 body . style . setProperty ( '--gray-text-color' , '#a5a5a5' )
198198 DOMCacheGetOrSet ( 'corruptionDescription' ) . style . color = '#d272ff'
199- DOMCacheGetOrSet ( 'corruptionTesseracts' ) . style . color = '#d272ff'
199+ // DOMCacheGetOrSet('corruptionTesseracts').style.color = '#d272ff'
200200 DOMCacheGetOrSet ( 'antwelcome' ) . style . color = '#b1b1b1'
201201 DOMCacheGetOrSet ( 'versionnumber' ) . style . color = '#ff5aff'
202202 DOMCacheGetOrSet ( 'singularitytab' ) . style . color = '#ff5252'
@@ -259,7 +259,7 @@ export const toggleTheme = (initial = false, themeNumber = 1, change = false) =>
259259 DOMCacheGetOrSet ( 'heptGrid' ) . style . backgroundColor = '#11111b'
260260 DOMCacheGetOrSet ( 'heptGrid' ) . style . borderColor = '#9b7306'
261261 DOMCacheGetOrSet ( 'corruptionDescription' ) . style . color = '#c205ff'
262- DOMCacheGetOrSet ( 'corruptionTesseracts' ) . style . color = '#c205ff'
262+ // DOMCacheGetOrSet('corruptionTesseracts').style.color = '#c205ff'
263263 DOMCacheGetOrSet ( 'antwelcome' ) . style . color = 'darkgrey'
264264 DOMCacheGetOrSet ( 'confirmationToggleTitle' ) . style . color = '#eb0000'
265265 DOMCacheGetOrSet ( 'specialActionsTitle' ) . style . color = '#eb0000'
0 commit comments