Skip to content

Commit fae0fde

Browse files
committed
remove corruptionTesseract Theme Line entirely
1 parent 85f3f4f commit fae0fde

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Themes.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ 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'
8786
DOMCacheGetOrSet('antwelcome').style.color = 'lightslategrey'
8887
DOMCacheGetOrSet('confirmationToggleTitle').style.color = 'pink'
8988
DOMCacheGetOrSet('specialActionsTitle').style.color = 'pink'
@@ -196,7 +195,6 @@ export const toggleTheme = (initial = false, themeNumber = 1, change = false) =>
196195
body.style.setProperty('--orangered-text-color', '#f74')
197196
body.style.setProperty('--gray-text-color', '#a5a5a5')
198197
DOMCacheGetOrSet('corruptionDescription').style.color = '#d272ff'
199-
// DOMCacheGetOrSet('corruptionTesseracts').style.color = '#d272ff'
200198
DOMCacheGetOrSet('antwelcome').style.color = '#b1b1b1'
201199
DOMCacheGetOrSet('versionnumber').style.color = '#ff5aff'
202200
DOMCacheGetOrSet('singularitytab').style.color = '#ff5252'
@@ -259,7 +257,6 @@ export const toggleTheme = (initial = false, themeNumber = 1, change = false) =>
259257
DOMCacheGetOrSet('heptGrid').style.backgroundColor = '#11111b'
260258
DOMCacheGetOrSet('heptGrid').style.borderColor = '#9b7306'
261259
DOMCacheGetOrSet('corruptionDescription').style.color = '#c205ff'
262-
// DOMCacheGetOrSet('corruptionTesseracts').style.color = '#c205ff'
263260
DOMCacheGetOrSet('antwelcome').style.color = 'darkgrey'
264261
DOMCacheGetOrSet('confirmationToggleTitle').style.color = '#eb0000'
265262
DOMCacheGetOrSet('specialActionsTitle').style.color = '#eb0000'

0 commit comments

Comments
 (0)