blob: 474529d2c27da043913fee5ee361d7d91dfc1dd0 [file] [log] [blame]
/***************************************************************************
* Copyright (c) 2014 Kaloyan Raev 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
*
* Contributors:
* Kaloyan Raev - initial API and implementation
* Andrea Guarinoni - intial color schema definition
***************************************************************************/
/* ####################### JSDT syntax highlighting ###################### */
IEclipsePreferences#org-eclipse-wst-jsdt-ui {
preferences:
'java_bracket=249,250,244'
'java_comment_task_tag=154,140,124'
'java_default=217,232,247'
'java_doc_default=98,98,98'
'java_doc_keyword=154,140,124'
'java_doc_link=169,156,140'
'java_doc_tag=30,120,155'
'java_keyword=221,40,103'
'java_keyword_return=221,40,103'
'java_multi_line_comment=98,98,98'
'java_operator=230,230,250'
'java_single_line_comment=98,98,98'
'java_string=23,198,163'
'semanticHighlighting.deprecatedMember.color=171,31,54'
'semanticHighlighting.localVariable.color=255,191,38'
'semanticHighlighting.localVariable.enabled=true'
'semanticHighlighting.localVariableDeclaration.color=237,127,72'
'semanticHighlighting.localVariableDeclaration.enabled=true'
'semanticHighlighting.method.bold=true'
'semanticHighlighting.method.color=167,236,33'
'semanticHighlighting.method.enabled=true'
'semanticHighlighting.methodDeclarationName.bold=true'
'semanticHighlighting.methodDeclarationName.color=13,209,64'
'semanticHighlighting.methodDeclarationName.enabled=true'
'semanticHighlighting.parameterVariable.color=121,171,255'
'semanticHighlighting.parameterVariable.enabled=true'
'tagName=167,236,33'
}