Current File : /home/virtualki/22346/old/newsroom/theme/admin.xml
<?xml version="1.0"?>
<!--

	This XML document is meant to change the colors within the GetSimple 3.0 Administrative Console
	******************************************************************************************************
	A few things to make note of:
		1. There are a couple images within `/admin/template/images` that might need to change as a result
		2. This is to be placed in the root of `/themes/` as `admin.xml`
		3. Colors need the hash in front of the numbers. eg: #333333
		4. Do not use shortcut hex values. eg. #333
		5. Only works with GetSimple version 3.0

-->
<item>
	<title>GetSimple Default Admin</title>
	<author>Chris Cagle</author>
	<link>http://www.cagintranet.com/</link>
	<primary>
		<darkest>
			<!-- tab hover background, link hover -->
			#444444
		</darkest>
		<darker>
			<!-- non-active tab background, active main tab text hover -->
			#111111
		</darker>
		<dark>
			<!-- header bottom fade color -->
			#333333
		</dark>
		<middle>
			<!-- separators, active main tab text -->
			#333333
		</middle>
		<light>
			<!-- header top fade color -->
			#333333
		</light>
		<lighter>
			<!-- site name link color -->
			#E8EDF0
		</lighter>
		<lightest>
			<!-- non-active tab text, separators -->
			#e3e3e3
		</lightest>
	</primary>
	<secondary>
		<darkest>
			<!-- side tab active shadow -->
			#9F2C04
		</darkest>
		<lightest>
			<!-- side tab active background, page subtitles -->
			#CF3805
		</lightest>
	</secondary>
</item>