Return to the default blue scheme by adding the comment code back to the stylesheet reference.
To change the default color scheme:
- Open the index.htm file and locate the following code in the head section.
<!--uncomment this line to change the theme/color to gray-->
<!--<link rel="stylesheet" type="text/css" href="extjs/resources/css/xtheme-gray.css" />-->
- Remove the comment code from the start and end of the line so the link to the stylesheet is activated.
<link rel="stylesheet" type="text/css" href="extjs/resources/css/xtheme-gray.css" />
- Save the changes to the index.htm file.