Skip to content

Commit 27f53c7

Browse files
tpenguinltgarturbien
authored andcommitted
fix(themes): use fitting desktop colors for remaining themes
Use a fitting hand-picked desktop background color that matches the existing colors and spirit of the theme. For theSixtiesUSA and travel, the two themes that originate from the Windows 98 Plus! pack, colors based on the original wallpaper were chosen. The original themes themselves specify full black as the desktop background, supposedly with the assumption that the included wallpaper would be used, making the background color irrelevant. coldGray and lilacRoseDark appear similar to themes published at Mochinet (https://www.mochinet.com/Themes/), but they do not appear to be the same themes. New colors were chosen instead of taking from the Mochinet themes since the Mochinet themes are low contrast, whereas the React95 themes are not.
1 parent dec09cf commit 27f53c7

20 files changed

+20
-20
lines changed

src/common/themes/azureOrange.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#000000',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#05427f',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#ff7d01',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#171123',

src/common/themes/bee.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#0C1618',
1616
checkmarkDisabled: '#846d06',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#977800',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/candy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#EFF1F3',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#d1579e',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#b477bd',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/coldGray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
canvasTextInvert: '#ffffff',
1616
checkmark: '#010601',
1717
checkmarkDisabled: '#5b57a1',
18-
desktopBackground: '#008080',
18+
desktopBackground: '#606286',
1919
flatDark: '#5b57a1',
2020
flatLight: '#a4a7c8',
2121
focusSecondary: '#fefe03',

src/common/themes/counterStrike.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#f6fbf5',
1515
checkmark: '#f6fbf5',
1616
checkmarkDisabled: '#2c3125',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#bcbd52',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/lilacRoseDark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
canvasTextInvert: '#ecbfe3',
1616
checkmark: '#010601',
1717
checkmarkDisabled: '#7F3163',
18-
desktopBackground: '#008080',
18+
desktopBackground: '#663956',
1919
flatDark: '#7F3163',
2020
flatLight: '#E597C9',
2121
focusSecondary: '#fefe03',

src/common/themes/matrix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#282828',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#000000',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#35FF69',

src/common/themes/millenium.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: 'black',
1616
checkmarkDisabled: '#828282',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#3a6ea5',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/modernDark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#202127',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#121317',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#000000',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/molecule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#f1f5f6',
1515
checkmark: '#020102',
1616
checkmarkDisabled: '#993845',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#3a6ea5',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/ninjaTurtles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#000000',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#017401',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#045424',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/olive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#000000',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#4f4c02',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#666633',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#000000',

src/common/themes/pamelaAnderson.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#F1E4E8',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#7e0541',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#000000',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/theSixtiesUSA.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#010001',
1515
checkmark: '#010001',
1616
checkmarkDisabled: '#6c1f71',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#92458a', // original: #000000
1818
flatDark: '#d067d7',
1919
flatLight: '#df9be7',
2020
focusSecondary: '#fefe03',

src/common/themes/tokyoDark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#F4F4ED',
1616
checkmarkDisabled: '#1f2223',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#181a1b',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#20FC8F',

src/common/themes/tooSexy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#5a0302',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#000000',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/travel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#28251e',
1616
checkmarkDisabled: '#695f50',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#7c654c', // original: #000000
1818
flatDark: '#695f50',
1919
flatLight: '#9d8f80',
2020
focusSecondary: '#fefe03',

src/common/themes/vermillion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#EFE9F4',
1515
checkmark: '#130405',
1616
checkmarkDisabled: '#7f2120',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#b22930',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

src/common/themes/violetDark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#c57ece',
1515
checkmark: '#000000',
1616
checkmarkDisabled: '#3c1f3e',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#3b1940',
1818
flatDark: '#3c1f3e',
1919
flatLight: '#945b9b',
2020
focusSecondary: '#fefe03',

src/common/themes/water.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
canvasTextInvert: '#ffffff',
1515
checkmark: '#050608',
1616
checkmarkDisabled: '#888c8f',
17-
desktopBackground: '#008080',
17+
desktopBackground: '#3a6ea5',
1818
flatDark: '#9e9e9e',
1919
flatLight: '#d8d8d8',
2020
focusSecondary: '#fefe03',

0 commit comments

Comments
 (0)