File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -335,15 +335,14 @@ function showThemeMenu(pop) {
335335 rgb [ /*LANG*/ 'Magenta' ] = "#f0f" ;
336336 rgb [ /*LANG*/ 'Yellow' ] = "#ff0" ;
337337
338- // these would cause dithering, which is not great for e.g. text
338+ // These would cause dithering, which is not great for e.g. text
339339 rgb [ /*LANG*/ 'Orange' ] = "#ff7f00" ;
340- rgb [ /*LANG*/ 'Grey' ] = "#7f7f7f" ;
341340 rgb [ /*LANG*/ 'Purple' ] = "#7f00ff" ;
342- rgb [ /*LANG*/ 'Maroon' ] = "#541111" ;
341+ rgb [ /*LANG*/ 'Grey' ] = "#7f7f7f" ;
342+ rgb [ /*LANG*/ 'Maroon' ] = "#3e1363" ;
343343 rgb [ /*LANG*/ 'Indigo' ] = "#3e1363" ;
344- rgb [ /*LANG*/ 'Dark Green' ] = "#136332" ;
345- rgb [ /*LANG*/ 'Navy' ] = "#0e185c" ;
346-
344+ rgb [ /*LANG*/ 'Dark Green' ] = "#0e5c13" ;
345+ rgb [ /*LANG*/ 'Navy' ] = "#121e75" ;
347346
348347 let colors = [ ] , names = [ ] ;
349348 for ( const c in rgb ) {
You can’t perform that action at this time.
0 commit comments