[jbosstools-commits] JBoss Tools SVN: r43213 - in trunk/central/plugins/org.jboss.tools.central: css and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Aug 24 05:39:02 EDT 2012


Author: mickael_istria
Date: 2012-08-24 05:39:01 -0400 (Fri, 24 Aug 2012)
New Revision: 43213

Added:
   trunk/central/plugins/org.jboss.tools.central/css/
   trunk/central/plugins/org.jboss.tools.central/css/jbt.css
Modified:
   trunk/central/plugins/org.jboss.tools.central/plugin.xml
Log:
JBDS-2250: Added theme to Central

Added: trunk/central/plugins/org.jboss.tools.central/css/jbt.css
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/css/jbt.css	                        (rev 0)
+++ trunk/central/plugins/org.jboss.tools.central/css/jbt.css	2012-08-24 09:39:01 UTC (rev 43213)
@@ -0,0 +1,113 @@
+/*
+ *  Chrome Theme generate css dynamically, So do not inspect this file, See "ChromeCSSGenerator.xtend" instead
+ */
+.jeeeyul-chrome-theme{
+	/*
+	 * This selector rule is exist for detect Chrome Theme to find rewrite target. 
+	 * See "RewriteChormeCSS.java"
+	 */	
+}
+
+.MTrimmedWindow.topLevel {
+	margin-top: 7px;
+	margin-bottom: 2px;
+	margin-left: 2px;
+	margin-right: 2px;
+}
+
+.MPartStack {
+	font-size: 11;
+	font-family: 'Arial';
+	swt-simple: true;
+	swt-tab-renderer:
+		url('bundleclass://net.jeeeyul.eclipse.themes/net.jeeeyul.eclipse.themes.rendering.ChromeTabRendering');
+
+	padding: 1px 6px 8px 6px; /* top left bottom right */
+	swt-tab-outline: #b39797;
+	swt-outer-keyline-color: #b39797;
+	swt-unselected-tabs-color: #ecd2d2 #e0c3c3 #ffffff 99% 100%;
+	swt-shadow-visible: true;
+	
+	swt-selected-tab-fill: #ffffff;
+	chrome-selected-tab-fill-highlight: #ffffff;
+	
+	chrome-selected-tab-color: #000000;
+	chrome-unselected-tab-color: #000000;
+	
+	swt-shadow-color: #e0c2c2;
+	
+	chrome-shiney-shadow: true;
+	swt-mru-visible: true;
+}
+
+.MPartStack.active {
+	swt-inner-keyline-color: #FFFFFF;
+	swt-tab-outline: #7b5d5d;
+	swt-outer-keyline-color: #7b5d5d;
+	swt-unselected-tabs-color: #b36b6b #aa5b5b #ffffff 99% 100%;
+	
+	swt-selected-tab-fill: #ffffff;
+	chrome-selected-tab-fill-highlight: #ffffff;
+	
+	chrome-selected-tab-color: #983030;
+	chrome-unselected-tab-color: #ffffff;
+	chrome-shiney-shadow: false;
+}
+
+.MPartStack.empty {
+	swt-unselected-tabs-color: #907575 #907575 #907575 99% 100%;
+	swt-tab-outline: #907575;
+	swt-outer-keyline-color: #907575;
+}
+
+.MToolControl.TrimStack {
+	frame-image: url("./winXPTSFrame.png");
+	handle-image: url("./winXPHandle.png");
+	frame-cuts: 5px 1px 5px 16px;
+}
+
+.MTrimmedWindow {
+  	margin-top: 2px;
+	margin-bottom: 2px;
+	margin-left: 0px;
+	margin-right: 0px;
+	background-color: #faefef;
+}
+
+.MTrimBar {
+	background-color: #faefef;
+}
+
+.MTrimBar#org-eclipse-ui-main-toolbar {
+	background-color: #e7cccc #d1b2b2;
+}
+
+.MToolControl.TrimStack {
+	frame-image: url("./jeeeyul-TSFrame.png");
+	handle-image: url("./jeeeyul-Handle.png");
+}
+
+#PerspectiveSwitcher {
+	eclipse-perspective-keyline-color: #ac8f8f;
+	background-color: #faf5f5 #faefef 100%;
+}
+
+CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active {
+	swt-shadow-visible: false;
+}
+
+CTabFolder Canvas {
+	background-color: #F8F8F8;
+}
+
+#org-eclipse-ui-editorss {
+	swt-tab-renderer:
+		url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
+	swt-unselected-tabs-color: #F0F0F0 #F0F0F0 #F0F0F0 100% 100%;
+	swt-outer-keyline-color: #B4B4B4;
+	swt-inner-keyline-color: #F0F0F0;
+	swt-tab-outline: #F0F0F0;
+	color: #F0F0F0;
+	swt-tab-height: 8px;
+	padding: 0px 5px 7px;
+}


Property changes on: trunk/central/plugins/org.jboss.tools.central/css/jbt.css
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Modified: trunk/central/plugins/org.jboss.tools.central/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/plugin.xml	2012-08-24 08:35:04 UTC (rev 43212)
+++ trunk/central/plugins/org.jboss.tools.central/plugin.xml	2012-08-24 09:39:01 UTC (rev 43213)
@@ -264,5 +264,13 @@
 			<newWizardShortcut id="org.jboss.tools.central.wizards.NewGwtProjectWizard"/>
 		</perspectiveExtension>
    </extension>
+   <extension
+         point="org.eclipse.e4.ui.css.swt.theme">
+      <theme
+            basestylesheeturi="css/jbt.css"
+            id="org.jboss.tools.central.theme"
+            label="JBoss Tools &amp; Developer Studio">
+      </theme>
+   </extension>
    
 </plugin>



More information about the jbosstools-commits mailing list