Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2018-03-16 12:05:58 +0000
committerNoopur Gupta2018-03-16 12:05:58 +0000
commit22c69b850600fba7a9e24ad7e3cead8f12397389 (patch)
tree15e29752d07932641ba196d7b55cdd7eff60116e
parent6a8f68da1bbbed60ccca77d6348268f1b6a85acb (diff)
downloadeclipse.jdt.ui-22c69b850600fba7a9e24ad7e3cead8f12397389.tar.gz
eclipse.jdt.ui-22c69b850600fba7a9e24ad7e3cead8f12397389.tar.xz
eclipse.jdt.ui-22c69b850600fba7a9e24ad7e3cead8f12397389.zip
Bug 532532: [10][CSS][dark theme] 'var' keyword should get the same
default as other keywords Change-Id: I286436880ffc8bcaa87562b3be3dbcaac8ecf2f3
-rw-r--r--org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css b/org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css
index 4abdf04ecc..3cad8e798b 100644
--- a/org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css
+++ b/org.eclipse.jdt.ui/css/e4-dark_jdt_syntaxhighlighting.css
@@ -1,10 +1,14 @@
/*******************************************************************************
- * Copyright (c) 2014, 2017 Lars Vogel and others.
+ * Copyright (c) 2014, 2018 Lars Vogel and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
+ * This is an implementation of an early-draft specification developed under the Java
+ * Community Process (JCP) and is made available for testing and evaluation purposes
+ * only. The code is not compatible with any specification of the JCP.
+ *
* Contributors:
* Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
* Andrea Guarinoni <andrea.guarinoni@gmail.com> - intial color schema definition
@@ -88,6 +92,7 @@ IEclipsePreferences#org-eclipse-jdt-ui:org-eclipse-jdt-ui { /* pseudo attribute
'semanticHighlighting.typeArgument.enabled=true'
'semanticHighlighting.typeParameter.color=191,164,164'
'semanticHighlighting.typeParameter.enabled=true'
+ 'semanticHighlighting.varKeyword.color=204,120,50'
'sourceHoverBackgroundColor=68,68,68'
}

Back to the top