blob: 9f10e0e0191b8dbc639837275c66697dcaf79c28 [file] [log] [blame]
/***************************************************************************
* Copyright (c) 2014, 2018 Kaloyan Raev and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Kaloyan Raev - initial API and implementation
* Andrea Guarinoni - initial color schema definition
***************************************************************************/
/* ####################### XML syntax coloring ###################### */
IEclipsePreferences#org-eclipse-wst-xml-ui {
preferences:
'cdataBorder=#A7EC21 | null | false | false | false | false'
'cdataText=#93bde8 | null | false | false | false | false'
'commentBorder=#626262 | null | false | false | false | false'
'commentText=#626262 | null | false | false | false | false'
'declBorder=#A7EC21 | null | false | false | false | false'
'doctypeExternalId=#cf96eb | null | false | false | false | false'
'doctypeExternalPubref=#f0a253 | null | false | false | false | false'
'doctypeExtrenalSysref=#fbd153 | null | false | false | false | false'
'doctypeName=#A7EC21 | null | false | false | false | false'
'entityReference=#DD2867 | null | false | false | false | false'
'piBorder=#0394be | null | false | false | false | false'
'piContent=#D9E8F7 | null | false | false | false | false'
'tagAttributeEquals=#52ca11 | null | false | false | false | false'
'tagAttributeName=#a7ec21 | null | false | false | false | false'
'tagAttributeValue=#17c694 | null | false | true | false | false'
'tagBorder=#808080 | null | false | false | false | false'
'tagName=#03a8d8 | null | true | false | false | false'
'xmlContent=#D9E8F7 | null | false | false | false | false'
}