@@ -3,15 +3,27 @@ export const highContrastTheme = {
33 name : 'High Contrast Theme' ,
44 desktop : 'bg-black' ,
55 taskbar : 'bg-black border-t border-white' ,
6- window : { bg : 'bg-black' , border : 'border-white' , header : 'bg-black border-b border-white' , text : 'text-white' , content : 'text-white bg-black' } ,
6+ window : {
7+ bg : 'bg-black' ,
8+ border : 'border-white' ,
9+ header : 'bg-black border-b border-white' ,
10+ text : 'text-white' ,
11+ content : 'text-white bg-black' ,
12+ } ,
713 startMenu : 'bg-black border border-white' ,
814 glass : 'bg-black/50 border border-white' ,
9- text : { primary : 'text-white' , secondary : 'text-gray-200' , window : 'text-white' , startMenu : 'text-white' } ,
15+ text : {
16+ primary : 'text-white' ,
17+ secondary : 'text-gray-200' ,
18+ window : 'text-white' ,
19+ startMenu : 'text-white' ,
20+ } ,
1021 app : {
1122 bg : 'bg-black' ,
1223 text : 'text-white' ,
1324 input : 'bg-black border-white text-white placeholder-gray-300' ,
14- button : 'bg-black hover:bg-white text-white hover:text-black border border-white' ,
25+ button :
26+ 'bg-black hover:bg-white text-white hover:text-black border border-white' ,
1527 table : 'bg-black border-white' ,
1628 tableHeader : 'bg-black text-white' ,
1729 tableCell : 'bg-black text-white border-white' ,
@@ -25,5 +37,20 @@ export const highContrastTheme = {
2537 dropdown_item_hover : 'hover:bg-yellow-400 hover:text-black' ,
2638 toolbar_button_active : 'bg-yellow-400 text-black' ,
2739 } ,
28- notification : 'bg-black text-white border border-white'
29- } ;
40+ calculator : {
41+ bg : 'bg-black' ,
42+ display : 'bg-black border-2 border-white' ,
43+ displayText : 'text-white' ,
44+ displaySubtext : 'text-gray-300' ,
45+ numberButton :
46+ 'bg-black hover:bg-white text-white hover:text-black border-2 border-white' ,
47+ operatorButton :
48+ 'bg-yellow-400 hover:bg-yellow-300 text-black border-2 border-white' ,
49+ equalsButton : 'bg-white hover:bg-gray-200 text-black border-2 border-white' ,
50+ functionButton :
51+ 'bg-black hover:bg-gray-800 text-white border-2 border-gray-400' ,
52+ memoryButton :
53+ 'bg-black hover:bg-yellow-400 text-white hover:text-black border-2 border-yellow-400' ,
54+ } ,
55+ notification : 'bg-black text-white border border-white' ,
56+ } ;
0 commit comments