remove

上级 ff5d2dfd
......@@ -5,6 +5,7 @@
/*/*/bin/*
/.metadata
/.settings
# Log file
*.log
......
{"lastUsed":1577372119129,"path":"D:\/JavaIDE\/Workspaces\/maxkey\/MaxKey","projectCount":0}
\ No newline at end of file
#MyEclipse Usage Data
#Thu Dec 26 22:55:20 CST 2019
bundle/com.genuitec.eclipse.theming.css=-1
misc/ws=win32
misc/core_version=<unknown>
misc/timestamp=2019-12-26 14\:55\:20
bundle/com.genuitec.eclipse.theming.base.win=-1
bundle/com.genuitec.eclipse.news=-1
misc/productType/devstyle=1
misc/arch=x86_64
misc/eclipseVersion/4.10.0.I20181206-0815=1
bundle/com.genuitec.eclipse.inlinesearch=-1
bundle/com.genuitec.eclipsecolortheme.api=1
misc/installmode/standalone=0
bundle/com.genuitec.eclipse.startup=-1
view/org.eclipse.ui.internal.introview=1
misc/workspace_hash=-1304913758
bundle/com.genuitec.eclipse.core.common.platform=1
bundle/com.genuitec.eclipse.theming.elevation.win32=-1
devstyle/state/workbenchColor/Dark_Gray=1
bundle/com.genuitec.eclipse.monitor=-1
bundle/com.genuitec.eclipse.theming.icon.designer=-1
bundle/com.genuitec.eclipse.ui.common.platform=1
misc/count=1
devstyle/state/inlinesearch=1
misc/eclipseVersion/4.14.0.I20191210-0610=1
devstyle/state/editorColor/Darkest_Dark=1
bundle/com.genuitec.eclipse.theming.scrollbar=1
misc/locale=zh_CN
bundle/com.genuitec.eclipse.theming.scrollbar.win=-1
misc/os=win32
bundle/com.genuitec.eclipse.theming.base=1
bundle/com.genuitec.eclipse.meexplorer.jdt=-1
devstyle/state/enabled=1
misc/period=7425
view/org.eclipse.ui.views.ContentOutline=1
bundle/com.genuitec.eclipse.theming.epl=-1
devstyle/state/iconsColor/primary=1
misc/product/org.eclipse.epp.package.jee.product=1
bundle/com.genuitec.eclipse.theming.core=1
bundle/com.genuitec.eclipse.meexplorer=-1
bundle/com.genuitec.eclipse.theming.ui=-1
bundle/com.genuitec.eclipse.webclipse.evergreen=-1
misc/installmode/stable=0
bundle/com.genuitec.eclipse.startup.workspace=-1
bundle/com.genuitec.eclipse.patches=1
bundle/com.genuitec.eclipse.webicons=1
GradleProjectSettingsComposite, GradleDistributionGroup, AdvancedOptionsGroup {
background-color:#49535a;
color:#ebedef;
}
/*******************************************************************************
* Copyright (c) 2014, 2015 Andrea Guarinoni and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Andrea Guarinoni - initial API and implementation
* Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 466486
*******************************************************************************/
/* ############################## EGIT preferences ############################## */
/* See bug 466075 about the pseudo-selector ":org-eclipse-egit-ui" */
#org-eclipse-egit-ui-StagingView StyledText,
Form Section LayoutComposite StyledText
{
background-color: #1c1f22;
color: #d8dcdf;
}
PushResultTable-SpellcheckableMessageAreaExtension StyledText {
background-color: #2c3135;
color: #d8dcdf;
}
.MarketplaceViewer,
.MarketplaceViewer > *,
.MarketplaceItem,
.MarketplaceItem * {
background-color: #32393e;
color: #d8dcdf;
}
.MarketplaceItem Link {
color: #86939c;
}
.MarketplaceItem .disabled {
color: #a0aab1;
}
.TagsToolTip,
.TagsToolTip * {
background-color: #49535a;
color: #d8dcdf;
}
.NotificationItem,
.NotificationItem * {
background-color: #4d5c6c;
color: #9ac9d8;
}
.CatalogSwitcher,
.CatalogSwitcher > ScrolledComposite,
.CatalogSwitcher > ScrolledComposite > *,
.Catalog,
.Catalog > * {
background-color: #32393e;
color: #d8dcdf;
}
.Catalog:checked,
.Catalog:checked > * {
background-color: COLOR-LIST-SELECTION;
}
#MarketplacePage CTabItem:selected,
#MarketplaceContent,
.MarketplaceSearchHeader,
.MarketplaceSearchHeader > Label {
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
}
#MarketplacePage CategoryItem,
#MarketplacePage CategoryItem > GradientCanvas,
#MarketplacePage CategoryItem > GradientCanvas > Label {
/* SWT-BUG workaround: a style for background is not applied on GradientCanvas (CSS engine repaint issue) */
background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-image: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
color: #d8dcdf;
}
/*******************************************************************************
* Copyright (c) 2014, 2018 Lars Vogel and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
* Andrea Guarinoni <andrea.guarinoni@gmail.com> - intial color schema definition
*******************************************************************************/
/* ############################## JDT syntax highlighting ############################## */
BulletListBlock > StyledText {
background-color: #394146;
color: #b3bbc1;
}
FormatterPreferenceSectionComposite {
background-color:#49535a;
color:#ebedef;
swt-titlebar-color: #c7cdd1;
}
#BreadcrumbComposite > Composite,
#BreadcrumbItemComposite,
#BreadcrumbItemDetailComposite,
#BreadcrumbItemDetailTextComposite,
#BreadcrumbItemDetailImageComposite,
#BreadcrumbItemDetailTextLabel,
#BreadcrumbItemDetailImageLabel,
#BreadcrumbItemDropDownToolBar
{
/*
* Bug 465666
*
* Note: as we can't change the arrow to black, we configure
* the background with the lighter color used for the background
* of toolbars and make the foreground color brighter too.
*/
background-color:#49535a;
color: white;
}
/* See bug 466075 about the pseudo-selector ":org-eclipse-mylyn-tasks-ui" */
/* See org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css for additional
* Mylyn Theme settings */
DatePickerPanel {
background-color: #3c4349;
color: #d8dcdf;
}
#org-eclipse-ui-splash-progressText {
color: #ffffff;
}
#org-eclipse-ui-splash-progressPart {
background-image: url('me-custom:/platform:/plugin/org.eclipse.epp.package.jee/splash.bmp');
}
\ No newline at end of file
ccw.preferences.editor_color.FUNCTION=255,255,255
ccw.preferences.editor_color.FUNCTION.bold=false
ccw.preferences.editor_color.FUNCTION.enabled=true
ccw.preferences.editor_color.FUNCTION.italic=false
ccw.preferences.editor_color.GLOBAL_VAR=239,192,144
ccw.preferences.editor_color.GLOBAL_VAR.bold=false
ccw.preferences.editor_color.GLOBAL_VAR.enabled=true
ccw.preferences.editor_color.GLOBAL_VAR.italic=false
ccw.preferences.editor_color.JAVA_CLASS=209,151,217
ccw.preferences.editor_color.JAVA_CLASS.bold=false
ccw.preferences.editor_color.JAVA_CLASS.enabled=true
ccw.preferences.editor_color.JAVA_CLASS.italic=false
ccw.preferences.editor_color.JAVA_INSTANCE_METHOD=210,82,82
ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold=false
ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled=true
ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic=false
ccw.preferences.editor_color.JAVA_STATIC_METHOD=210,82,82
ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold=false
ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled=true
ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic=false
ccw.preferences.editor_color.MACRO=141,203,226
ccw.preferences.editor_color.MACRO.bold=false
ccw.preferences.editor_color.MACRO.enabled=true
ccw.preferences.editor_color.MACRO.italic=false
ccw.preferences.editor_color.RAW_SYMBOL=216,216,216
ccw.preferences.editor_color.RAW_SYMBOL.bold=false
ccw.preferences.editor_color.RAW_SYMBOL.enabled=true
ccw.preferences.editor_color.RAW_SYMBOL.italic=false
ccw.preferences.editor_color.SPECIAL_FORM=141,203,226
ccw.preferences.editor_color.SPECIAL_FORM.bold=false
ccw.preferences.editor_color.SPECIAL_FORM.enabled=true
ccw.preferences.editor_color.SPECIAL_FORM.italic=false
ccw.preferences.editor_color.callableFUNCTION=190,214,255
ccw.preferences.editor_color.callableFUNCTION.bold=false
ccw.preferences.editor_color.callableFUNCTION.enabled=true
ccw.preferences.editor_color.callableFUNCTION.italic=false
ccw.preferences.editor_color.callableGLOBAL_VAR=239,192,144
ccw.preferences.editor_color.callableGLOBAL_VAR.bold=false
ccw.preferences.editor_color.callableGLOBAL_VAR.enabled=true
ccw.preferences.editor_color.callableGLOBAL_VAR.italic=false
ccw.preferences.editor_color.callableJAVA_CLASS=210,82,82
ccw.preferences.editor_color.callableJAVA_CLASS.bold=false
ccw.preferences.editor_color.callableJAVA_CLASS.enabled=true
ccw.preferences.editor_color.callableJAVA_CLASS.italic=false
ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD=209,151,217
ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold=false
ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled=true
ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic=false
ccw.preferences.editor_color.callableJAVA_STATIC_METHOD=209,151,217
ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold=false
ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled=true
ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic=false
ccw.preferences.editor_color.callableMACRO=141,203,226
ccw.preferences.editor_color.callableMACRO.bold=false
ccw.preferences.editor_color.callableMACRO.enabled=true
ccw.preferences.editor_color.callableMACRO.italic=false
ccw.preferences.editor_color.callableRAW_SYMBOL=216,216,216
ccw.preferences.editor_color.callableRAW_SYMBOL.bold=false
ccw.preferences.editor_color.callableRAW_SYMBOL.enabled=true
ccw.preferences.editor_color.callableRAW_SYMBOL.italic=false
ccw.preferences.editor_color.callableSPECIAL_FORM=141,203,226
ccw.preferences.editor_color.callableSPECIAL_FORM.bold=false
ccw.preferences.editor_color.callableSPECIAL_FORM.enabled=true
ccw.preferences.editor_color.callableSPECIAL_FORM.italic=false
ccw.preferences.editor_color.char=255,198,0
ccw.preferences.editor_color.char.bold=false
ccw.preferences.editor_color.char.enabled=true
ccw.preferences.editor_color.char.italic=false
ccw.preferences.editor_color.comment=204,223,50
ccw.preferences.editor_color.comment.bold=false
ccw.preferences.editor_color.comment.enabled=true
ccw.preferences.editor_color.comment.italic=false
ccw.preferences.editor_color.float=127,179,71
ccw.preferences.editor_color.float.bold=false
ccw.preferences.editor_color.float.enabled=true
ccw.preferences.editor_color.float.italic=false
ccw.preferences.editor_color.int=127,179,71
ccw.preferences.editor_color.int.bold=false
ccw.preferences.editor_color.int.enabled=true
ccw.preferences.editor_color.int.italic=false
ccw.preferences.editor_color.keyword=190,214,255
ccw.preferences.editor_color.keyword.bold=false
ccw.preferences.editor_color.keyword.enabled=true
ccw.preferences.editor_color.keyword.italic=false
ccw.preferences.editor_color.literalSymbol=190,214,255
ccw.preferences.editor_color.literalSymbol.bold=false
ccw.preferences.editor_color.literalSymbol.enabled=true
ccw.preferences.editor_color.literalSymbol.italic=false
ccw.preferences.editor_color.meta=255,255,255
ccw.preferences.editor_color.meta.bold=false
ccw.preferences.editor_color.meta.enabled=true
ccw.preferences.editor_color.meta.italic=false
ccw.preferences.editor_color.other-literals=239,192,144
ccw.preferences.editor_color.other-literals.bold=false
ccw.preferences.editor_color.other-literals.enabled=true
ccw.preferences.editor_color.other-literals.italic=false
ccw.preferences.editor_color.regex=255,198,0
ccw.preferences.editor_color.regex.bold=false
ccw.preferences.editor_color.regex.enabled=true
ccw.preferences.editor_color.regex.italic=false
ccw.preferences.editor_color.string=255,198,0
ccw.preferences.editor_color.string.bold=false
ccw.preferences.editor_color.string.enabled=true
ccw.preferences.editor_color.string.italic=false
ccw.preferences.editor_color.symbol=121,171,255
ccw.preferences.editor_color.symbol.bold=false
ccw.preferences.editor_color.symbol.enabled=true
ccw.preferences.editor_color.symbol.italic=false
ccw.preferences.editor_color.whitespace=216,216,216
ccw.preferences.editor_color.whitespace.bold=false
ccw.preferences.editor_color.whitespace.enabled=true
ccw.preferences.editor_color.whitespace.italic=false
eclipse.preferences.version=1
overriddenByCSS=,ccw.preferences.editor_color.JAVA_CLASS,ccw.preferences.editor_color.RAW_SYMBOL.italic,ccw.preferences.editor_color.int.enabled,ccw.preferences.editor_color.callableFUNCTION,ccw.preferences.editor_color.meta.italic,ccw.preferences.editor_color.GLOBAL_VAR.bold,ccw.preferences.editor_color.keyword,ccw.preferences.editor_color.SPECIAL_FORM.enabled,ccw.preferences.editor_color.float,ccw.preferences.editor_color.int.italic,ccw.preferences.editor_color.float.enabled,ccw.preferences.editor_color.callableGLOBAL_VAR.bold,ccw.preferences.editor_color.callableRAW_SYMBOL.italic,ccw.preferences.editor_color.comment.italic,ccw.preferences.editor_color.literalSymbol,ccw.preferences.editor_color.JAVA_CLASS.bold,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold,ccw.preferences.editor_color.callableFUNCTION.bold,ccw.preferences.editor_color.other-literals.bold,ccw.preferences.editor_color.callableFUNCTION.italic,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled,ccw.preferences.editor_color.SPECIAL_FORM.bold,ccw.preferences.editor_color.float.bold,ccw.preferences.editor_color.callableMACRO.enabled,ccw.preferences.editor_color.callableJAVA_CLASS.enabled,ccw.preferences.editor_color.FUNCTION.italic,ccw.preferences.editor_color.callableGLOBAL_VAR.enabled,ccw.preferences.editor_color.symbol.bold,ccw.preferences.editor_color.comment.enabled,ccw.preferences.editor_color.other-literals.enabled,ccw.preferences.editor_color.callableRAW_SYMBOL.bold,ccw.preferences.editor_color.string.italic,ccw.preferences.editor_color.meta,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled,ccw.preferences.editor_color.char.italic,ccw.preferences.editor_color.whitespace.enabled,ccw.preferences.editor_color.callableJAVA_CLASS,ccw.preferences.editor_color.string.bold,ccw.preferences.editor_color.other-literals,ccw.preferences.editor_color.callableJAVA_CLASS.bold,ccw.preferences.editor_color.MACRO.enabled,ccw.preferences.editor_color.MACRO.bold,ccw.preferences.editor_color.JAVA_CLASS.italic,ccw.preferences.editor_color.string,ccw.preferences.editor_color.SPECIAL_FORM,ccw.preferences.editor_color.FUNCTION,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD,ccw.preferences.editor_color.comment.bold,ccw.preferences.editor_color.FUNCTION.enabled,ccw.preferences.editor_color.regex.enabled,ccw.preferences.editor_color.callableRAW_SYMBOL.enabled,ccw.preferences.editor_color.symbol.enabled,ccw.preferences.editor_color.int,ccw.preferences.editor_color.callableJAVA_CLASS.italic,ccw.preferences.editor_color.literalSymbol.enabled,ccw.preferences.editor_color.callableMACRO.italic,ccw.preferences.editor_color.FUNCTION.bold,ccw.preferences.editor_color.whitespace,ccw.preferences.editor_color.whitespace.italic,ccw.preferences.editor_color.regex.italic,ccw.preferences.editor_color.meta.bold,ccw.preferences.editor_color.literalSymbol.italic,ccw.preferences.editor_color.callableGLOBAL_VAR.italic,ccw.preferences.editor_color.JAVA_STATIC_METHOD,ccw.preferences.editor_color.callableFUNCTION.enabled,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold,ccw.preferences.editor_color.GLOBAL_VAR.enabled,ccw.preferences.editor_color.GLOBAL_VAR,ccw.preferences.editor_color.float.italic,ccw.preferences.editor_color.keyword.italic,ccw.preferences.editor_color.comment,ccw.preferences.editor_color.other-literals.italic,ccw.preferences.editor_color.keyword.bold,ccw.preferences.editor_color.whitespace.bold,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD,ccw.preferences.editor_color.symbol.italic,ccw.preferences.editor_color.int.bold,ccw.preferences.editor_color.string.enabled,ccw.preferences.editor_color.RAW_SYMBOL,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic,ccw.preferences.editor_color.GLOBAL_VAR.italic,ccw.preferences.editor_color.MACRO,ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic,ccw.preferences.editor_color.keyword.enabled,ccw.preferences.editor_color.regex.bold,ccw.preferences.editor_color.symbol,ccw.preferences.editor_color.SPECIAL_FORM.italic,ccw.preferences.editor_color.regex,ccw.preferences.editor_color.char.bold,ccw.preferences.editor_color.RAW_SYMBOL.bold,ccw.preferences.editor_color.callableSPECIAL_FORM.italic,ccw.preferences.editor_color.callableSPECIAL_FORM,ccw.preferences.editor_color.callableGLOBAL_VAR,ccw.preferences.editor_color.char.enabled,ccw.preferences.editor_color.callableMACRO.bold,ccw.preferences.editor_color.char,ccw.preferences.editor_color.RAW_SYMBOL.enabled,ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold,ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled,ccw.preferences.editor_color.callableSPECIAL_FORM.enabled,ccw.preferences.editor_color.callableMACRO,ccw.preferences.editor_color.MACRO.italic,ccw.preferences.editor_color.meta.enabled,ccw.preferences.editor_color.JAVA_CLASS.enabled,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled,ccw.preferences.editor_color.literalSymbol.bold,ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic,ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic,ccw.preferences.editor_color.callableRAW_SYMBOL,ccw.preferences.editor_color.callableSPECIAL_FORM.bold,ccw.preferences.editor_color.JAVA_INSTANCE_METHOD,
asASDocBold=false
asASDocColor=\#CCDF32
asASDocItalic=false
asASDocStrikethrough=false
asASDocUnderline=false
asBracketBold=false
asBracketColor=\#D8D8D8
asBracketItalic=false
asBracketStrikethrough=false
asBracketUnderline=false
asClassBold=false
asClassColor=\#D25252
asClassItalic=false
asClassStrikethrough=false
asClassUnderline=false
asCommentBold=false
asCommentColor=\#C7DD0C
asCommentItalic=false
asCommentStrikethrough=false
asCommentUnderline=false
asFunctionBold=false
asFunctionColor=\#FFFFFF
asFunctionItalic=false
asFunctionStrikethrough=false
asFunctionUnderline=false
asInterfaceBold=false
asInterfaceColor=\#D197D9
asInterfaceItalic=false
asInterfaceStrikethrough=false
asInterfaceUnderline=false
asMetadataBold=false
asMetadataColor=\#FFFFFF
asMetadataItalic=false
asMetadataStrikethrough=false
asMetadataUnderline=false
asOperatorBold=false
asOperatorColor=\#D8D8D8
asOperatorItalic=false
asOperatorStrikethrough=false
asOperatorUnderline=false
asPackageBold=false
asPackageColor=\#D197D9
asPackageItalic=false
asPackageStrikethrough=false
asPackageUnderline=false
asReservedBold=false
asReservedColor=\#8DCBE2
asReservedItalic=false
asReservedStrikethrough=false
asReservedUnderline=false
asStringBold=false
asStringColor=\#FFC600
asStringItalic=false
asStringStrikethrough=false
asStringUnderline=false
asTextBold=false
asTextColor=\#D8D8D8
asTextItalic=false
asTextStrikethrough=false
asTextUnderline=false
asTraceBold=false
asTraceColor=\#BED6FF
asTraceItalic=false
asTraceStrikethrough=false
asTraceUnderline=false
asVarBold=false
asVarColor=\#79ABFF
asVarItalic=false
asVarStrikethrough=false
asVarUnderline=false
eclipse.preferences.version=1
overriddenByCSS=,asCommentUnderline,asCommentColor,asStringColor,asReservedItalic,asBracketBold,asCommentStrikethrough,asVarColor,asOperatorUnderline,asStringStrikethrough,asTextColor,asStringItalic,asStringBold,asVarStrikethrough,asOperatorColor,asVarUnderline,asTextUnderline,asClassColor,asReservedColor,asMetadataStrikethrough,asPackageUnderline,asTextItalic,asMetadataUnderline,asCommentItalic,asPackageItalic,asTraceUnderline,asFunctionUnderline,asTextBold,asOperatorBold,asASDocStrikethrough,asVarItalic,asTraceStrikethrough,asCommentBold,asTraceColor,asASDocItalic,asPackageColor,asBracketUnderline,asInterfaceBold,asASDocColor,asFunctionItalic,asInterfaceColor,asPackageBold,asInterfaceStrikethrough,asClassItalic,asPackageStrikethrough,asFunctionBold,asClassStrikethrough,asStringUnderline,asMetadataColor,asTraceBold,asVarBold,asFunctionStrikethrough,asASDocUnderline,asFunctionColor,asTraceItalic,asClassUnderline,asInterfaceUnderline,asOperatorItalic,asOperatorStrikethrough,asBracketColor,asClassBold,asReservedUnderline,asASDocBold,asReservedStrikethrough,asTextStrikethrough,asMetadataBold,asMetadataItalic,asBracketItalic,asReservedBold,asInterfaceItalic,asBracketStrikethrough,
cssCommentBold=false
cssCommentColor=\#C7DD0C
cssCommentItalic=false
cssCommentStrikethrough=false
cssCommentUnderline=false
cssFontFaceBold=false
cssFontFaceColor=\#8DCBE2
cssFontFaceItalic=false
cssFontFaceStrikethrough=false
cssFontFaceUnderline=false
cssImportBold=false
cssImportColor=\#8DCBE2
cssImportItalic=false
cssImportStrikethrough=false
cssImportUnderline=false
cssMediaBold=false
cssMediaColor=\#8DCBE2
cssMediaItalic=false
cssMediaStrikethrough=false
cssMediaUnderline=false
cssNamespaceBold=false
cssNamespaceColor=\#D8D8D8
cssNamespaceItalic=false
cssNamespaceStrikethrough=false
cssNamespaceUnderline=false
cssPropertyNameBold=false
cssPropertyNameColor=\#BED6FF
cssPropertyNameItalic=false
cssPropertyNameStrikethrough=false
cssPropertyNameUnderline=false
cssPropertyValueBold=false
cssPropertyValueColor=\#FFC600
cssPropertyValueItalic=false
cssPropertyValueStrikethrough=false
cssPropertyValueUnderline=false
cssSelectorBold=false
cssSelectorColor=\#79ABFF
cssSelectorItalic=false
cssSelectorStrikethrough=false
cssSelectorUnderline=false
cssStringBold=false
cssStringColor=\#FFC600
cssStringItalic=false
cssStringStrikethrough=false
cssStringUnderline=false
cssSymbolBold=false
cssSymbolColor=\#8DCBE2
cssSymbolItalic=false
cssSymbolStrikethrough=false
cssSymbolUnderline=false
cssTextBold=false
cssTextColor=\#D8D8D8
cssTextItalic=false
cssTextStrikethrough=false
cssTextUnderline=false
eclipse.preferences.version=1
overriddenByCSS=,cssNamespaceStrikethrough,cssImportBold,cssFontFaceBold,cssPropertyValueItalic,cssTextColor,cssStringColor,cssSymbolColor,cssSelectorItalic,cssTextStrikethrough,cssMediaItalic,cssStringItalic,cssStringUnderline,cssStringBold,cssStringStrikethrough,cssPropertyNameStrikethrough,cssMediaBold,cssImportItalic,cssCommentBold,cssNamespaceItalic,cssPropertyValueBold,cssTextUnderline,cssFontFaceItalic,cssSymbolStrikethrough,cssMediaStrikethrough,cssPropertyNameItalic,cssCommentStrikethrough,cssNamespaceColor,cssImportUnderline,cssPropertyValueColor,cssMediaColor,cssTextBold,cssFontFaceStrikethrough,cssMediaUnderline,cssSelectorStrikethrough,cssPropertyNameBold,cssNamespaceUnderline,cssSelectorColor,cssImportColor,cssPropertyValueStrikethrough,cssFontFaceColor,cssCommentColor,cssImportStrikethrough,cssCommentItalic,cssSymbolItalic,cssPropertyValueUnderline,cssTextItalic,cssNamespaceBold,cssCommentUnderline,cssSymbolUnderline,cssPropertyNameColor,cssFontFaceUnderline,cssSelectorUnderline,cssPropertyNameUnderline,cssSelectorBold,cssSymbolBold,
asASDocBold=false
asASDocColor=\#CCDF32
asASDocItalic=false
asASDocStrikethrough=false
asASDocUnderline=false
eclipse.preferences.version=1
mxmlCommentBold=false
mxmlCommentColor=\#C7DD0C
mxmlCommentItalic=false
mxmlCommentStrikethrough=false
mxmlCommentUnderline=false
mxmlComponentTagBold=false
mxmlComponentTagColor=\#BED6FF
mxmlComponentTagItalic=false
mxmlComponentTagStrikethrough=false
mxmlComponentTagUnderline=false
mxmlProcessingInstructionBold=false
mxmlProcessingInstructionColor=\#FFFFFF
mxmlProcessingInstructionItalic=false
mxmlProcessingInstructionStrikethrough=false
mxmlProcessingInstructionUnderline=false
mxmlStringBold=false
mxmlStringColor=\#FFC600
mxmlStringItalic=false
mxmlStringStrikethrough=false
mxmlStringUnderline=false
mxmlTagBold=false
mxmlTagColor=\#79ABFF
mxmlTagItalic=false
mxmlTagStrikethrough=false
mxmlTagUnderline=false
mxmlTextBold=false
mxmlTextColor=\#D8D8D8
mxmlTextItalic=false
mxmlTextStrikethrough=false
mxmlTextUnderline=false
overriddenByCSS=,mxmlProcessingInstructionStrikethrough,mxmlProcessingInstructionBold,mxmlTextBold,mxmlComponentTagStrikethrough,mxmlTextUnderline,asASDocItalic,mxmlProcessingInstructionUnderline,mxmlTagColor,asASDocColor,mxmlCommentStrikethrough,mxmlComponentTagItalic,mxmlCommentItalic,mxmlTagUnderline,mxmlComponentTagBold,mxmlStringColor,mxmlTagBold,mxmlProcessingInstructionItalic,mxmlStringBold,mxmlStringUnderline,mxmlTextStrikethrough,mxmlCommentUnderline,mxmlStringItalic,asASDocUnderline,mxmlProcessingInstructionColor,mxmlStringStrikethrough,mxmlComponentTagColor,asASDocBold,mxmlTagStrikethrough,mxmlTextColor,mxmlTextItalic,mxmlTagItalic,asASDocStrikethrough,mxmlComponentTagUnderline,mxmlCommentColor,mxmlCommentBold,
eclipse.preferences.version=1
overriddenByCSS=,semanticHighlighting.ts_interface.enabled,semanticHighlighting.ts_interface.color,semanticHighlighting.ts_class.italic,semanticHighlighting.ts_localVariable.bold,ts_java_doc,semanticHighlighting.ts_class.bold,semanticHighlighting.ts_interface.underline,semanticHighlighting.ts_module.underline,semanticHighlighting.ts_method.color,semanticHighlighting.ts_module.color,semanticHighlighting.ts_module.bold,semanticHighlighting.ts_module.enabled,semanticHighlighting.ts_method.strikethrough,semanticHighlighting.ts_class.enabled,ts_reference,ts_keyword,ts_brackets,ts_comment,semanticHighlighting.ts_classProperty.strikethrough,semanticHighlighting.ts_method.bold,semanticHighlighting.ts_localVariable.enabled,ts_default,semanticHighlighting.ts_interface.bold,semanticHighlighting.ts_classProperty.color,semanticHighlighting.ts_method.underline,semanticHighlighting.ts_localVariable.color,semanticHighlighting.ts_classProperty.enabled,semanticHighlighting.ts_classProperty.underline,semanticHighlighting.ts_localVariable.strikethrough,semanticHighlighting.ts_interface.strikethrough,semanticHighlighting.ts_class.strikethrough,semanticHighlighting.ts_method.enabled,semanticHighlighting.ts_module.italic,semanticHighlighting.ts_module.strikethrough,semanticHighlighting.ts_class.underline,semanticHighlighting.ts_localVariable.underline,semanticHighlighting.ts_classProperty.bold,ts_number,semanticHighlighting.ts_method.italic,semanticHighlighting.ts_class.color,semanticHighlighting.ts_classProperty.italic,semanticHighlighting.ts_localVariable.italic,semanticHighlighting.ts_interface.italic,ts_string,
semanticHighlighting.ts_class.bold=false
semanticHighlighting.ts_class.color=210,82,82
semanticHighlighting.ts_class.enabled=true
semanticHighlighting.ts_class.italic=false
semanticHighlighting.ts_class.strikethrough=false
semanticHighlighting.ts_class.underline=false
semanticHighlighting.ts_classProperty.bold=false
semanticHighlighting.ts_classProperty.color=190,214,255
semanticHighlighting.ts_classProperty.enabled=true
semanticHighlighting.ts_classProperty.italic=false
semanticHighlighting.ts_classProperty.strikethrough=false
semanticHighlighting.ts_classProperty.underline=false
semanticHighlighting.ts_interface.bold=false
semanticHighlighting.ts_interface.color=209,151,217
semanticHighlighting.ts_interface.enabled=true
semanticHighlighting.ts_interface.italic=false
semanticHighlighting.ts_interface.strikethrough=false
semanticHighlighting.ts_interface.underline=false
semanticHighlighting.ts_localVariable.bold=false
semanticHighlighting.ts_localVariable.color=121,171,255
semanticHighlighting.ts_localVariable.enabled=true
semanticHighlighting.ts_localVariable.italic=false
semanticHighlighting.ts_localVariable.strikethrough=false
semanticHighlighting.ts_localVariable.underline=false
semanticHighlighting.ts_method.bold=false
semanticHighlighting.ts_method.color=255,255,255
semanticHighlighting.ts_method.enabled=true
semanticHighlighting.ts_method.italic=false
semanticHighlighting.ts_method.strikethrough=false
semanticHighlighting.ts_method.underline=false
semanticHighlighting.ts_module.bold=false
semanticHighlighting.ts_module.color=210,82,82
semanticHighlighting.ts_module.enabled=true
semanticHighlighting.ts_module.italic=false
semanticHighlighting.ts_module.strikethrough=false
semanticHighlighting.ts_module.underline=false
ts_brackets=216,216,216
ts_comment=199,221,12
ts_default=216,216,216
ts_java_doc=204,223,50
ts_keyword=141,203,226
ts_number=127,179,71
ts_reference=255,255,255
ts_string=255,198,0
codeStyleNormal=\#D8D8D8 | null | null | null | null | null
eclipse.preferences.version=1
editorBlocknameColor=\#8DCBE2 | null | null | null | null | null
editorColorBoundarymaker=\#D8D8D8 | null | null | null | null | null
editorColorComment=\#C7DD0C | null | null | false | null | null
editorColorHeredoc=\#CCDF32 | null | null | false | null | null
editorColorKeyword=\#8DCBE2 | null | null | null | null | null
editorColorLineComment=\#C7DD0C | null | null | false | null | null
editorColorNumber=\#7FB347 | null | null | null | null | null
editorColorPHPDocComment=\#CCDF32 | null | null | false | null | null
editorColorPhpdoc=\#CCDF32 | null | null | false | null | null
editorColorString=\#FFC600 | null | null | null | null | null
editorColorTask=\#CCDF32 | null | null | false | null | null
editorColorVariable=\#79ABFF | null | null | null | null | null
editorStmtColorBoundarymaker=\#D8D8D8 | null | null | null | null | null
overriddenByCSS=,editorColorHeredoc,editorColorPhpdoc,codeStyleNormal,editorColorComment,editorColorTask,editorColorVariable,editorBlocknameColor,editorColorBoundarymaker,editorColorPHPDocComment,editorColorString,editorStmtColorBoundarymaker,editorColorKeyword,editorColorLineComment,editorColorNumber,
applyBackground=false
approved.defs.file.last.changed.time=1540329737000
configurationInstallLocation=/D\:/JavaIDE/eclipse-jee-2019-12/
eclipse.preferences.version=1
elearning.dont.show.until=1578408851549
iconcolormode=primary
last.download.attempt.time=1551788196373
lastConfiguration=1577371928158
newinstall=false
showWelcomeDialog=false
workbench.theme=Dark Gray
colorTheme=Darkest Dark
colorThemeExplicit=true
eclipse.preferences.version=1
eclipse.preferences.version=1
editor.coloring2.attribute=255,255,255
editor.coloring2.attribute\#dark\#=255,255,255
editor.coloring2.character=255,198,0
editor.coloring2.character\#dark\#=255,198,0
editor.coloring2.comment=199,221,12
editor.coloring2.comment\#dark\#=199,221,12
editor.coloring2.default=216,216,216
editor.coloring2.default\#dark\#=216,216,216
editor.coloring2.doc_comment=204,223,50
editor.coloring2.doc_comment\#dark\#=204,223,50
editor.coloring2.keyword=141,203,226
editor.coloring2.keyword\#dark\#=141,203,226
editor.coloring2.keyword_boolean=141,203,226
editor.coloring2.keyword_boolean\#dark\#=141,203,226
editor.coloring2.keyword_self=210,82,82
editor.coloring2.keyword_self\#dark\#=210,82,82
editor.coloring2.lifetime=255,255,255
editor.coloring2.lifetime\#dark\#=255,255,255
editor.coloring2.macro_call=255,255,255
editor.coloring2.macro_call\#dark\#=255,255,255
editor.coloring2.number=127,179,71
editor.coloring2.number\#dark\#=127,179,71
editor.coloring2.string=255,198,0
editor.coloring2.string\#dark\#=255,198,0
overriddenByCSS=,editor.coloring2.number\#dark\#,editor.coloring2.string\#dark\#,editor.coloring2.keyword_self\#dark\#,editor.coloring2.default,editor.coloring2.lifetime\#dark\#,editor.coloring2.character\#dark\#,editor.coloring2.keyword_self,editor.coloring2.attribute,editor.coloring2.character,editor.coloring2.attribute\#dark\#,editor.coloring2.keyword,editor.coloring2.default\#dark\#,editor.coloring2.keyword\#dark\#,editor.coloring2.string,editor.coloring2.macro_call\#dark\#,editor.coloring2.macro_call,editor.coloring2.comment\#dark\#,editor.coloring2.doc_comment\#dark\#,editor.coloring2.comment,editor.coloring2.keyword_boolean,editor.coloring2.number,editor.coloring2.keyword_boolean\#dark\#,editor.coloring2.doc_comment,editor.coloring2.lifetime,
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color=199,221,12
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color=216,216,216
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color=255,255,255
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color=255,255,255
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color=127,179,71
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color=191,164,164
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color=191,164,164
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color=210,82,82
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor=25,29,31
com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.default.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteral.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.keyword.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcArgument.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageFieldIndex.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.punctuation.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.serviceDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.rpcReturnType.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.comment.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.string.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralIndex.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumLiteralDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.number.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.messageDefinition.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enumDefinition.bgColor,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.enum.color,com.google.eclipse.protobuf.Protobuf.syntaxColorer.tokenStyles.message.color,
eclipse.preferences.version=1
overriddenByCSS=,syntax_highlighting_value,syntax_highlighting_text,syntax_highlighting_builtin_function,syntax_highlighting_keyword,syntax_highlighting_string,syntax_highlighting_character,syntax_highlighting_multiline_string,syntax_highlighting_comment,syntax_highlighting_primitive,syntax_highlighting_operator,syntax_highlighting_syntax_chars,
syntax_highlighting_builtin_function=255,255,255
syntax_highlighting_character=255,198,0
syntax_highlighting_comment=199,221,12
syntax_highlighting_keyword=141,203,226
syntax_highlighting_multiline_string=255,198,0
syntax_highlighting_operator=216,216,216
syntax_highlighting_primitive=127,179,71
syntax_highlighting_string=255,198,0
syntax_highlighting_syntax_chars=216,216,216
syntax_highlighting_text=216,216,216
syntax_highlighting_value=127,179,71
eclipse.preferences.version=1
overriddenByCSS=,syntaxColoring.numberLiteral.color,syntaxColoring.operator.color,syntaxColoring.comment.color,syntaxColoring.keyword.color,syntaxColoring.regExpLiteral.color,syntaxColoring.stringLiteral.color,syntaxColoring.identifier.color,syntaxColoring.punctuation.color,
syntaxColoring.comment.color=199,221,12
syntaxColoring.identifier.color=216,216,216
syntaxColoring.keyword.color=141,203,226
syntaxColoring.numberLiteral.color=127,179,71
syntaxColoring.operator.color=216,216,216
syntaxColoring.punctuation.color=216,216,216
syntaxColoring.regExpLiteral.color=255,198,0
syntaxColoring.stringLiteral.color=255,198,0
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color=216,216,216
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color=210,82,82
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color=127,179,71
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color=216,216,216
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color=255,198,0
com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color=204,223,50
eclipse.preferences.version=1
overriddenByCSS=,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.deprecatedKey.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.string.color,com.puppetlabs.geppetto.module.dsl.Module.syntaxColorer.tokenStyles.punctuation.color,
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=199,221,12
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=141,203,226
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=141,203,226
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=127,179,71
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=255,198,0
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=210,82,82
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=255,198,0
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216
com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216
eclipse.preferences.version=1
overriddenByCSS=,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color,com.puppetlabs.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,
eclipse.preferences.version=1
java_doc_default=204,223,50
java_doc_keyword=217,229,119
java_doc_link=217,229,119
java_doc_tag=217,229,119
js_default=216,216,216
js_keyword=141,203,226
js_keyword_return=141,203,226
js_ml_comment=199,221,12
js_operator=216,216,216
js_regexp=255,198,0
js_reserved=141,203,226
js_sl_comment=199,221,12
js_ssi=190,214,255
js_string=255,198,0
js_task_tag=217,229,119
overriddenByCSS=,js_default,java_doc_default,java_doc_link,js_keyword_return,js_operator,js_string,js_regexp,js_reserved,js_ml_comment,js_ssi,java_doc_tag,js_sl_comment,js_task_tag,js_keyword,java_doc_keyword,
eclipse.preferences.version=1
overriddenByCSS=,xml_doctype,xml_task_tag,xml_tags,xml_default,xml_comments,xml_attr_value,xml_proc_instr,xml_cdata,
xml_attr_value=255,198,0
xml_cdata=216,216,216
xml_comments=199,221,12
xml_default=216,216,216
xml_doctype=255,255,255
xml_proc_instr=216,216,216
xml_tags=190,214,255
xml_task_tag=204,223,50
eclipse.preferences.version=1
overriddenByCSS=,syntaxcolor.private.non.system.symbol,syntaxcolor.symbol.conflict.local,syntaxcolor.live.bracket.matching.color,syntaxcolor.public.non.system.symbols,syntaxcolor.live.bracket.matching.italic,syntaxcolor.live.bracket.matching.strikethrough,syntaxcolor.symbol.package,syntaxcolor.symbol.system,syntaxcolor.symbol.local,syntaxcolor.number.literal,syntaxcolor.live.bracket.matching.underline,syntaxcolor.live.bracket.matching.enabled,syntaxcolor.comment,syntaxcolor.string.literal,syntaxcolor.live.bracket.matching.bold,
syntaxcolor.comment=199,221,12
syntaxcolor.live.bracket.matching.bold=false
syntaxcolor.live.bracket.matching.color=255,198,0
syntaxcolor.live.bracket.matching.enabled=true
syntaxcolor.live.bracket.matching.italic=false
syntaxcolor.live.bracket.matching.strikethrough=false
syntaxcolor.live.bracket.matching.underline=false
syntaxcolor.number.literal=127,179,71
syntaxcolor.private.non.system.symbol=190,214,255
syntaxcolor.public.non.system.symbols=210,82,82
syntaxcolor.string.literal=255,198,0
syntaxcolor.symbol.conflict.local=210,82,82
syntaxcolor.symbol.local=121,171,255
syntaxcolor.symbol.package=190,214,255
syntaxcolor.symbol.system=141,203,226
//editors/optionsParameters.background=25,29,31
//editors/optionsParameters.foreground=216,216,216
//editors/optionsProposals.background=25,29,31
//editors/optionsProposals.foreground=216,216,216
MatchingBrackets.color=65,65,4
eclipse.preferences.version=1
overriddenByCSS=,editors/optionsParameters.foreground,editors/optionsProposals.foreground,editors/optionsParameters.background,MatchingBrackets.color,editors/optionsProposals.background,
eclipse.preferences.version=1
overriddenByCSS=,text_Rd_rdUnlistedTag.bold,rdBrackets.italic,text_R_rIndexing.italic,text_Rd_rdSubSectionTag.underline,text_R_rDefault.italic,text_R_rLogicalConstants.bold,text_R_rRoxygen.strikethrough,text_R_rString.color,text_R_rIndexing.bold,text_R_rRoxygen.bold,text_R_rAssignment.Equalsign.underline,text_R_rDefault.bold,text_R_rLogicalConstants.strikethrough,text_R_rNumbers.italic,text_R_rUndefined.color,text_R_rDefault.color,text_R_rOtherOperators.color,text_R_rAssignment.Equalsign.color,text_R_rAssignment.color,text_R_rRoxygenTag.color,text_R_rAssignment.strikethrough,text_Rd_rdOtherTag.bold,text_R_rIndexing.underline,text_R_rOtherOperators.italic,text_Rd_rdSectionTag.color,text_R_rSpecialConstants.underline,text_R_rOtherOperators.bold,text_R_rSeparators.strikethrough,text_R_rSpecialConstants.strikethrough,text_Rd_rdSectionTag.strikethrough,text_Rd_rdComment.underline,text_Rd_taskTag.color,text_R_rFlowcontrol.strikethrough,text_R_rString.underline,text_Rd_rdUnlistedTag.strikethrough,text_Rd_rdSectionTag.bold,text_R_rNumbers.color,text_R_rFlowcontrol.color,text_Rd_rdSubSectionTag.bold,text_Rd_taskTag.bold,text_R_rDefault.strikethrough,text_Rd_rdComment.italic,text_R_rRoxygenTag.strikethrough,text_R_rLogicalConstants.italic,text_R_rDefault.underline,text_Rd_rdComment.color,text_R_rSeparators.bold,text_R_taskTag.italic,text_Rd_taskTag.italic,text_Rd_rdSubSectionTag.italic,text_Rd_rdDefault.strikethrough,text_R_rGrouping.strikethrough,text_Rd_rdComment.bold,text_R_rComment.color,text_R_rGrouping.italic,text_Rd_rdDefault.bold,text_Rd_rdDefault.color,text_R_rAssignment.Equalsign.italic,text_Rd_taskTag.underline,rdBrackets.color,text_R_rGrouping.bold,text_Rd_rdUnlistedTag.italic,text_Rd_rdSectionTag.underline,text_R_rComment.bold,text_R_rOtherOperators.underline,text_R_rRoxygen.underline,text_Rd_rdPlatformSpecif.strikethrough,text_R_rRoxygen.color,text_Rd_rdPlatformSpecif.bold,text_Rd_rdDefault.underline,text_R_taskTag.color,text_Rd_rdSubSectionTag.strikethrough,text_R_rSpecialConstants.italic,text_R_rRoxygenTag.italic,text_R_rLogicalConstants.color,text_R_rUndefined.italic,text_R_rRoxygen.italic,text_R_rNumbers.bold,text_R_rAssignment.Equalsign.strikethrough,text_R_rSeparators.underline,text_R_rString.italic,text_Rd_rdOtherTag.italic,text_R_rLogicalConstants.underline,text_Rd_rdPlatformSpecif.italic,rdBrackets.underline,rdBrackets.strikethrough,text_Rd_rdPlatformSpecif.color,text_Rd_rdOtherTag.strikethrough,text_R_rAssignment.Equalsign.bold,text_R_rOtherOperators.strikethrough,text_R_rGrouping.underline,text_R_rRoxygenTag.underline,text_R_rSeparators.color,text_R_rSpecialConstants.color,rdBrackets.bold,text_R_rAssignment.underline,text_R_rFlowcontrol.italic,text_Rd_rdOtherTag.underline,text_R_rAssignment.italic,text_R_rAssignment.bold,text_R_rIndexing.strikethrough,text_Rd_rdDefault.italic,text_R_rGrouping.color,text_R_rFlowcontrol.underline,text_Rd_rdUnlistedTag.color,text_Rd_rdPlatformSpecif.underline,text_R_rFlowcontrol.bold,text_R_rUndefined.bold,text_Rd_rdComment.strikethrough,text_R_rIndexing.color,text_R_rSpecialConstants.bold,text_R_rRoxygenTag.bold,text_R_rNumbers.strikethrough,text_R_rSeparators.italic,text_R_rString.bold,text_R_rString.strikethrough,text_R_rComment.underline,text_R_rNumbers.underline,text_R_rUndefined.underline,text_Rd_rdOtherTag.color,text_Rd_rdSectionTag.italic,text_R_taskTag.strikethrough,text_Rd_rdSubSectionTag.color,text_R_taskTag.underline,text_R_taskTag.bold,text_R_rComment.strikethrough,text_R_rUndefined.strikethrough,text_Rd_rdUnlistedTag.underline,text_R_rComment.italic,text_Rd_taskTag.strikethrough,
rdBrackets.bold=false
rdBrackets.color=216,216,216
rdBrackets.italic=false
rdBrackets.strikethrough=false
rdBrackets.underline=false
text_R_rAssignment.Equalsign.bold=false
text_R_rAssignment.Equalsign.color=216,216,216
text_R_rAssignment.Equalsign.italic=false
text_R_rAssignment.Equalsign.strikethrough=false
text_R_rAssignment.Equalsign.underline=false
text_R_rAssignment.bold=false
text_R_rAssignment.color=216,216,216
text_R_rAssignment.italic=false
text_R_rAssignment.strikethrough=false
text_R_rAssignment.underline=false
text_R_rComment.bold=false
text_R_rComment.color=199,221,12
text_R_rComment.italic=false
text_R_rComment.strikethrough=false
text_R_rComment.underline=false
text_R_rDefault.bold=false
text_R_rDefault.color=216,216,216
text_R_rDefault.italic=false
text_R_rDefault.strikethrough=false
text_R_rDefault.underline=false
text_R_rFlowcontrol.bold=false
text_R_rFlowcontrol.color=141,203,226
text_R_rFlowcontrol.italic=false
text_R_rFlowcontrol.strikethrough=false
text_R_rFlowcontrol.underline=false
text_R_rGrouping.bold=false
text_R_rGrouping.color=216,216,216
text_R_rGrouping.italic=false
text_R_rGrouping.strikethrough=false
text_R_rGrouping.underline=false
text_R_rIndexing.bold=false
text_R_rIndexing.color=216,216,216
text_R_rIndexing.italic=false
text_R_rIndexing.strikethrough=false
text_R_rIndexing.underline=false
text_R_rLogicalConstants.bold=false
text_R_rLogicalConstants.color=239,192,144
text_R_rLogicalConstants.italic=false
text_R_rLogicalConstants.strikethrough=false
text_R_rLogicalConstants.underline=false
text_R_rNumbers.bold=false
text_R_rNumbers.color=127,179,71
text_R_rNumbers.italic=false
text_R_rNumbers.strikethrough=false
text_R_rNumbers.underline=false
text_R_rOtherOperators.bold=false
text_R_rOtherOperators.color=216,216,216
text_R_rOtherOperators.italic=false
text_R_rOtherOperators.strikethrough=false
text_R_rOtherOperators.underline=false
text_R_rRoxygen.bold=false
text_R_rRoxygen.color=204,223,50
text_R_rRoxygen.italic=false
text_R_rRoxygen.strikethrough=false
text_R_rRoxygen.underline=false
text_R_rRoxygenTag.bold=false
text_R_rRoxygenTag.color=217,229,119
text_R_rRoxygenTag.italic=false
text_R_rRoxygenTag.strikethrough=false
text_R_rRoxygenTag.underline=false
text_R_rSeparators.bold=false
text_R_rSeparators.color=216,216,216
text_R_rSeparators.italic=false
text_R_rSeparators.strikethrough=false
text_R_rSeparators.underline=false
text_R_rSpecialConstants.bold=false
text_R_rSpecialConstants.color=239,192,144
text_R_rSpecialConstants.italic=false
text_R_rSpecialConstants.strikethrough=false
text_R_rSpecialConstants.underline=false
text_R_rString.bold=false
text_R_rString.color=255,198,0
text_R_rString.italic=false
text_R_rString.strikethrough=false
text_R_rString.underline=false
text_R_rUndefined.bold=false
text_R_rUndefined.color=210,82,82
text_R_rUndefined.italic=false
text_R_rUndefined.strikethrough=true
text_R_rUndefined.underline=false
text_R_taskTag.bold=false
text_R_taskTag.color=204,223,50
text_R_taskTag.italic=false
text_R_taskTag.strikethrough=false
text_R_taskTag.underline=false
text_Rd_rdComment.bold=false
text_Rd_rdComment.color=199,221,12
text_Rd_rdComment.italic=false
text_Rd_rdComment.strikethrough=false
text_Rd_rdComment.underline=false
text_Rd_rdDefault.bold=false
text_Rd_rdDefault.color=216,216,216
text_Rd_rdDefault.italic=false
text_Rd_rdDefault.strikethrough=false
text_Rd_rdDefault.underline=false
text_Rd_rdOtherTag.bold=false
text_Rd_rdOtherTag.color=121,171,255
text_Rd_rdOtherTag.italic=false
text_Rd_rdOtherTag.strikethrough=false
text_Rd_rdOtherTag.underline=false
text_Rd_rdPlatformSpecif.bold=false
text_Rd_rdPlatformSpecif.color=190,214,255
text_Rd_rdPlatformSpecif.italic=false
text_Rd_rdPlatformSpecif.strikethrough=false
text_Rd_rdPlatformSpecif.underline=false
text_Rd_rdSectionTag.bold=false
text_Rd_rdSectionTag.color=210,82,82
text_Rd_rdSectionTag.italic=false
text_Rd_rdSectionTag.strikethrough=false
text_Rd_rdSectionTag.underline=false
text_Rd_rdSubSectionTag.bold=false
text_Rd_rdSubSectionTag.color=255,255,255
text_Rd_rdSubSectionTag.italic=false
text_Rd_rdSubSectionTag.strikethrough=false
text_Rd_rdSubSectionTag.underline=false
text_Rd_rdUnlistedTag.bold=false
text_Rd_rdUnlistedTag.color=190,214,255
text_Rd_rdUnlistedTag.italic=false
text_Rd_rdUnlistedTag.strikethrough=false
text_Rd_rdUnlistedTag.underline=false
text_Rd_taskTag.bold=false
text_Rd_taskTag.color=204,223,50
text_Rd_taskTag.italic=false
text_Rd_taskTag.strikethrough=false
text_Rd_taskTag.underline=false
eclipse.preferences.version=1
hx_editor_brace_color=216,216,216
hx_editor_bracket_color=216,216,216
hx_editor_comment_color=199,221,12
hx_editor_conditional_compilation_color=141,203,226
hx_editor_declare_keywords_color=141,203,226
hx_editor_default_color=216,216,216
hx_editor_haxe_doc_color=204,223,50
hx_editor_keywords_color=141,203,226
hx_editor_multiline_comment_color=199,221,12
hx_editor_number_color=127,179,71
hx_editor_regexpr_color=216,216,216
hx_editor_string_color=255,198,0
hx_editor_template_color=255,198,0
hx_editor_type_color=210,82,82
hxml_editor_comment_color=199,221,12
hxml_editor_default_color=216,216,216
hxml_editor_option_color=141,203,226
overriddenByCSS=,hx_editor_comment_color,hx_editor_bracket_color,hx_editor_type_color,hx_editor_template_color,hx_editor_haxe_doc_color,hx_editor_default_color,hx_editor_string_color,hx_editor_conditional_compilation_color,hx_editor_declare_keywords_color,hx_editor_keywords_color,hxml_editor_comment_color,hxml_editor_default_color,hxml_editor_option_color,hx_editor_regexpr_color,hx_editor_number_color,hx_editor_brace_color,hx_editor_multiline_comment_color,
backgroundColor=25,29,31
commentColor=199,221,12
eclipse.preferences.version=1
keyColor=216,216,216
overriddenByCSS=,separatorColor,backgroundColor,keyColor,commentColor,valueColor,
separatorColor=216,216,216
valueColor=255,198,0
defaultColor=216,216,216
eclipse.preferences.version=1
nullColor=216,216,216
overriddenByCSS=,defaultColor,nullColor,stringColor,valueColor,
stringColor=255,198,0
valueColor=190,214,255
charColor=255,198,0
commentColor=199,221,12
conColor=210,82,82
cppColor=255,255,255
docColor=204,223,50
eclipse.preferences.version=1
functionColor=216,216,216
keywordColor=141,203,226
literateCommentColor=199,221,12
overriddenByCSS=,conColor,thColor,sourceHoverBackgroundColor,symbolColor,keywordColor,literateCommentColor,varSymColor,varColor,functionColor,cppColor,docColor,charColor,commentColor,pragmaColor,stringColor,
pragmaColor=199,221,12
sourceHoverBackgroundColor=0,0,0
stringColor=255,198,0
symbolColor=216,216,216
thColor=255,255,255
varColor=216,216,216
varSymColor=216,216,216
cmd.TexColor=255,255,255
com.TexColor=199,221,12
crl.TexColor=121,171,255
def.BibColor=216,216,216
def.TexColor=216,216,216
eclipse.preferences.version=1
equ.TexColor=255,198,0
key.BibColor=141,203,226
num.TexColor=127,179,71
overriddenByCSS=,spe.TexColor,cmd.TexColor,equ.TexColor,com.TexColor,num.TexColor,str.BibColor,key.BibColor,typ.BibColor,sqr.TexColor,def.TexColor,verb.TexColor,def.BibColor,crl.TexColor,slc.BibColor,
slc.BibColor=199,221,12
spe.TexColor=255,255,255
sqr.TexColor=121,171,255
str.BibColor=255,198,0
typ.BibColor=210,82,82
verb.TexColor=190,214,255
eclipse.preferences.version=1
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color=199,221,12
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color=216,216,216
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color=141,203,226
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color=127,179,71
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color=190,214,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color=255,255,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color=255,198,0
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color=190,214,255
net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color=121,171,255
overriddenByCSS=,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.COMMENT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.DEFAULT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.PROPERTY.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_FEATURE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_DEFINITION.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.VARIABLE_USE.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_ROOT.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_CLASS.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MIXIN_CALL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.MEDIA_QUERY_KEYWORD.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.NUMERIC_LITERAL.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.SELECTOR_HASH.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.STRING.color,net.vtst.ow.eclipse.less.Less.syntaxColorer.tokenStyles.AT_KEYWORD.color,
eclipse.preferences.version=1
editor.color.default=216,216,216
editor.color.procInstr=255,255,255
editor.color.string=255,198,0
editor.color.tag=255,255,255
editor.color.xmlComment=199,221,12
overriddenByCSS=,editor.color.string,editor.color.tag,editor.color.default,editor.color.procInstr,editor.color.xmlComment,
AbstractTextEditor.Color.Background=25,29,31
SQLCommentColor=199,221,12
SQLKeywordColor=141,203,226
SQLOperatorColor=216,216,216
SQLStringColor=255,198,0
SQLTextColor=216,216,216
cfcommentBackgroundColor=25,29,31
cfcommentColor=199,221,12
cfkeywordColor=141,203,226
cfnumberColor=127,179,71
cfscriptKeywordColor=141,203,226
cfscriptStringColor=255,198,0
cfscriptTextColor=216,216,216
cfscriptfunctionColor=255,255,255
cfstringColor=255,198,0
cftagColor=121,171,255
cftaglibColor=217,229,119
cssTextColor=216,216,216
currentLineColor=50,57,62
defaultTextColor=216,216,216
eclipse.preferences.version=1
htmCommentColor=199,221,12
htmFormTagColor=121,171,255
htmTableTagColor=121,171,255
htmTagColor=121,171,255
javascriptColor=216,216,216
javascriptFunction=255,255,255
overriddenByCSS=,cfscriptKeywordColor,javascriptFunction,cftaglibColor,htmFormTagColor,cssTextColor,SQLOperatorColor,htmTableTagColor,cfcommentBackgroundColor,currentLineColor,htmCommentColor,cfscriptTextColor,cfscriptfunctionColor,cfscriptStringColor,javascriptColor,cftagColor,AbstractTextEditor.Color.Background,unknowTagColors,cfstringColor,SQLCommentColor,htmTagColor,SQLStringColor,cfnumberColor,cfkeywordColor,SQLTextColor,defaultTextColor,SQLKeywordColor,cfcommentColor,stringColor,
stringColor=255,198,0
unknowTagColors=210,82,82
color_comment=199,221,12
color_doc=204,223,50
color_keyword=141,203,226
color_normal=216,216,216
color_number=127,179,71
color_string=255,198,0
eclipse.preferences.version=1
overriddenByCSS=,color_normal,color_string,color_number,color_comment,color_doc,color_keyword,
eclipse.preferences.version=1
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=199,221,12
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=141,203,226
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=141,203,226
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=127,179,71
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=255,198,0
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=210,82,82
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color=239,192,144
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=255,198,0
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=204,223,50
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=216,216,216
org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=216,216,216
overriddenByCSS=,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceTitle.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color,org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color,
eclipse.preferences.version=1
groovy.editor.groovyDoc.keyword.color=217,229,119
groovy.editor.groovyDoc.keyword.enabled=true
groovy.editor.groovyDoc.link.color=217,229,119
groovy.editor.groovyDoc.link.enabled=true
groovy.editor.groovyDoc.tag.color=217,229,119
groovy.editor.groovyDoc.tag.enabled=true
groovy.editor.highlight.default.color=216,216,216
groovy.editor.highlight.groovykeywords.color=141,203,226
groovy.editor.highlight.javakeywords.color=141,203,226
groovy.editor.highlight.javatypes.color=210,82,82
groovy.editor.highlight.multilinecomments.color=199,221,12
groovy.editor.highlight.numbers.color=127,179,71
groovy.editor.highlight.strings.color=255,198,0
overriddenByCSS=,groovy.editor.highlight.groovykeywords.color,semanticHighlighting.staticField.bold,semanticHighlighting.typeArgument.underline,semanticHighlighting.staticField.italic,semanticHighlighting.typeParameter.italic,groovy.editor.groovyDoc.link.enabled,semanticHighlighting.enum.enabled,semanticHighlighting.enum.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.class.enabled,semanticHighlighting.staticFinalField.strikethrough,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.annotation.color,semanticHighlighting.parameterVariable.color,groovy.editor.groovyDoc.keyword.color,semanticHighlighting.staticField.enabled,semanticHighlighting.typeArgument.enabled,semanticHighlighting.deprecatedMember.italic,semanticHighlighting.staticMethodInvocation.color,semanticHighlighting.annotation.underline,semanticHighlighting.staticFinalField.enabled,semanticHighlighting.staticMethodInvocation.strikethrough,groovy.editor.highlight.default.color,semanticHighlighting.localVariable.bold,semanticHighlighting.enum.italic,semanticHighlighting.inheritedMethodInvocation.enabled,semanticHighlighting.number.bold,semanticHighlighting.typeParameter.underline,semanticHighlighting.abstractMethodInvocation.color,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.interface.underline,semanticHighlighting.deprecatedMember.underline,groovy.editor.highlight.javatypes.color,semanticHighlighting.number.enabled,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.typeArgument.strikethrough,groovy.editor.highlight.javakeywords.color,semanticHighlighting.class.color,semanticHighlighting.class.underline,semanticHighlighting.class.strikethrough,semanticHighlighting.staticField.color,semanticHighlighting.method.bold,semanticHighlighting.number.color,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.number.italic,semanticHighlighting.interface.italic,semanticHighlighting.staticMethodInvocation.italic,semanticHighlighting.deprecatedMember.enabled,semanticHighlighting.staticField.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.interface.color,groovy.editor.highlight.numbers.color,semanticHighlighting.interface.enabled,semanticHighlighting.field.bold,groovy.editor.groovyDoc.tag.color,semanticHighlighting.enum.strikethrough,semanticHighlighting.field.strikethrough,semanticHighlighting.class.italic,semanticHighlighting.typeParameter.strikethrough,semanticHighlighting.enum.bold,semanticHighlighting.method.enabled,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.staticMethodInvocation.underline,semanticHighlighting.staticField.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.abstractMethodInvocation.underline,semanticHighlighting.interface.strikethrough,semanticHighlighting.method.italic,semanticHighlighting.staticFinalField.italic,semanticHighlighting.annotation.strikethrough,groovy.editor.groovyDoc.link.color,groovy.editor.highlight.strings.color,semanticHighlighting.abstractMethodInvocation.enabled,semanticHighlighting.field.underline,semanticHighlighting.field.color,semanticHighlighting.inheritedMethodInvocation.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.class.bold,semanticHighlighting.inheritedMethodInvocation.underline,semanticHighlighting.localVariableDeclaration.enabled,groovy.editor.groovyDoc.keyword.enabled,semanticHighlighting.typeParameter.bold,semanticHighlighting.method.strikethrough,semanticHighlighting.field.enabled,semanticHighlighting.staticMethodInvocation.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.inheritedMethodInvocation.italic,semanticHighlighting.method.color,semanticHighlighting.method.underline,semanticHighlighting.annotation.italic,semanticHighlighting.parameterVariable.underline,semanticHighlighting.inheritedMethodInvocation.bold,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.deprecatedMember.bold,semanticHighlighting.staticMethodInvocation.enabled,semanticHighlighting.staticFinalField.bold,semanticHighlighting.staticFinalField.underline,semanticHighlighting.methodDeclarationName.underline,semanticHighlighting.interface.bold,semanticHighlighting.enum.underline,semanticHighlighting.parameterVariable.bold,semanticHighlighting.number.strikethrough,semanticHighlighting.staticFinalField.color,semanticHighlighting.deprecatedMember.color,semanticHighlighting.field.italic,semanticHighlighting.deprecatedMember.strikethrough,semanticHighlighting.typeArgument.italic,semanticHighlighting.typeParameter.color,groovy.editor.highlight.multilinecomments.color,semanticHighlighting.inheritedMethodInvocation.strikethrough,semanticHighlighting.typeArgument.bold,semanticHighlighting.abstractMethodInvocation.bold,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.annotation.enabled,semanticHighlighting.localVariable.underline,semanticHighlighting.number.underline,semanticHighlighting.typeArgument.color,semanticHighlighting.parameterVariable.italic,semanticHighlighting.annotation.bold,groovy.editor.groovyDoc.tag.enabled,semanticHighlighting.abstractMethodInvocation.strikethrough,semanticHighlighting.parameterVariable.strikethrough,semanticHighlighting.abstractMethodInvocation.italic,semanticHighlighting.methodDeclarationName.italic,
semanticHighlighting.abstractMethodInvocation.bold=false
semanticHighlighting.abstractMethodInvocation.color=190,214,255
semanticHighlighting.abstractMethodInvocation.enabled=true
semanticHighlighting.abstractMethodInvocation.italic=false
semanticHighlighting.abstractMethodInvocation.strikethrough=false
semanticHighlighting.abstractMethodInvocation.underline=false
semanticHighlighting.annotation.bold=false
semanticHighlighting.annotation.color=255,255,255
semanticHighlighting.annotation.enabled=true
semanticHighlighting.annotation.italic=false
semanticHighlighting.annotation.strikethrough=false
semanticHighlighting.annotation.underline=false
semanticHighlighting.class.bold=false
semanticHighlighting.class.color=210,82,82
semanticHighlighting.class.enabled=true
semanticHighlighting.class.italic=false
semanticHighlighting.class.strikethrough=false
semanticHighlighting.class.underline=false
semanticHighlighting.deprecatedMember.bold=false
semanticHighlighting.deprecatedMember.color=210,82,82
semanticHighlighting.deprecatedMember.enabled=true
semanticHighlighting.deprecatedMember.italic=false
semanticHighlighting.deprecatedMember.strikethrough=true
semanticHighlighting.deprecatedMember.underline=false
semanticHighlighting.enum.bold=false
semanticHighlighting.enum.color=127,179,71
semanticHighlighting.enum.enabled=true
semanticHighlighting.enum.italic=false
semanticHighlighting.enum.strikethrough=false
semanticHighlighting.enum.underline=false
semanticHighlighting.field.bold=false
semanticHighlighting.field.color=190,214,255
semanticHighlighting.field.enabled=true
semanticHighlighting.field.italic=false
semanticHighlighting.field.strikethrough=false
semanticHighlighting.field.underline=false
semanticHighlighting.inheritedMethodInvocation.bold=false
semanticHighlighting.inheritedMethodInvocation.color=190,214,255
semanticHighlighting.inheritedMethodInvocation.enabled=true
semanticHighlighting.inheritedMethodInvocation.italic=false
semanticHighlighting.inheritedMethodInvocation.strikethrough=false
semanticHighlighting.inheritedMethodInvocation.underline=false
semanticHighlighting.interface.bold=false
semanticHighlighting.interface.color=209,151,217
semanticHighlighting.interface.enabled=true
semanticHighlighting.interface.italic=false
semanticHighlighting.interface.strikethrough=false
semanticHighlighting.interface.underline=false
semanticHighlighting.localVariable.bold=false
semanticHighlighting.localVariable.color=121,171,255
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariable.italic=false
semanticHighlighting.localVariable.strikethrough=false
semanticHighlighting.localVariable.underline=false
semanticHighlighting.localVariableDeclaration.bold=false
semanticHighlighting.localVariableDeclaration.color=190,214,255
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.localVariableDeclaration.italic=false
semanticHighlighting.localVariableDeclaration.strikethrough=false
semanticHighlighting.localVariableDeclaration.underline=false
semanticHighlighting.method.bold=false
semanticHighlighting.method.color=255,255,255
semanticHighlighting.method.enabled=true
semanticHighlighting.method.italic=false
semanticHighlighting.method.strikethrough=false
semanticHighlighting.method.underline=false
semanticHighlighting.methodDeclarationName.bold=false
semanticHighlighting.methodDeclarationName.color=255,255,255
semanticHighlighting.methodDeclarationName.enabled=true
semanticHighlighting.methodDeclarationName.italic=false
semanticHighlighting.methodDeclarationName.strikethrough=false
semanticHighlighting.methodDeclarationName.underline=false
semanticHighlighting.number.bold=false
semanticHighlighting.number.color=127,179,71
semanticHighlighting.number.enabled=true
semanticHighlighting.number.italic=false
semanticHighlighting.number.strikethrough=false
semanticHighlighting.number.underline=false
semanticHighlighting.parameterVariable.bold=false
semanticHighlighting.parameterVariable.color=121,171,255
semanticHighlighting.parameterVariable.enabled=true
semanticHighlighting.parameterVariable.italic=false
semanticHighlighting.parameterVariable.strikethrough=false
semanticHighlighting.parameterVariable.underline=false
semanticHighlighting.staticField.bold=false
semanticHighlighting.staticField.color=239,192,144
semanticHighlighting.staticField.enabled=true
semanticHighlighting.staticField.italic=false
semanticHighlighting.staticField.strikethrough=false
semanticHighlighting.staticField.underline=false
semanticHighlighting.staticFinalField.bold=false
semanticHighlighting.staticFinalField.color=239,192,144
semanticHighlighting.staticFinalField.enabled=true
semanticHighlighting.staticFinalField.italic=false
semanticHighlighting.staticFinalField.strikethrough=false
semanticHighlighting.staticFinalField.underline=false
semanticHighlighting.staticMethodInvocation.bold=false
semanticHighlighting.staticMethodInvocation.color=190,214,255
semanticHighlighting.staticMethodInvocation.enabled=true
semanticHighlighting.staticMethodInvocation.italic=false
semanticHighlighting.staticMethodInvocation.strikethrough=false
semanticHighlighting.staticMethodInvocation.underline=false
semanticHighlighting.typeArgument.bold=false
semanticHighlighting.typeArgument.color=191,164,164
semanticHighlighting.typeArgument.enabled=true
semanticHighlighting.typeArgument.italic=false
semanticHighlighting.typeArgument.strikethrough=false
semanticHighlighting.typeArgument.underline=false
semanticHighlighting.typeParameter.bold=false
semanticHighlighting.typeParameter.color=191,164,164
semanticHighlighting.typeParameter.enabled=true
semanticHighlighting.typeParameter.italic=false
semanticHighlighting.typeParameter.strikethrough=false
semanticHighlighting.typeParameter.underline=false
colorAliasPreferences=216,216,216
colorAnchorPreferences=216,216,216
colorCommentPreference=199,221,12
colorConstantPreferences=255,255,255
colorDefaultPreference=216,216,216
colorDocumentPreference=216,216,216
colorFlowCharacterPreferences=216,216,216
colorKeyPreference=255,255,255
colorScalarPreference=255,198,0
colorTagPropertyPreferences=216,216,216
eclipse.preferences.version=1
overriddenByCSS=,colorDocumentPreference,colorDefaultPreference,colorTagPropertyPreferences,colorKeyPreference,colorFlowCharacterPreferences,colorAliasPreferences,colorAnchorPreferences,colorCommentPreference,colorConstantPreferences,colorScalarPreference,
angularExpression=\#FFC600 | null | null | null | null | null
angularExpressionBorder=\#D8D8D8 | null | null | null | null | null
directiveName=\#8DCBE2 | null | null | null | null | null
directiveParameterName=\#BED6FF | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,angularExpression,directiveName,angularExpressionBorder,directiveParameterName,
eclipse.preferences.version=1
org.eclipse.ant.ui.Color=203,78,78
org.eclipse.ant.ui.commentsColor=199,221,12
org.eclipse.ant.ui.constantStringsColor=255,198,0
org.eclipse.ant.ui.debugColor=233,235,237
org.eclipse.ant.ui.dtdColor=255,255,255
org.eclipse.ant.ui.informationColor=121,171,255
org.eclipse.ant.ui.processingInstructionsColor=216,216,216
org.eclipse.ant.ui.tagsColor=255,255,255
org.eclipse.ant.ui.textColor=216,216,216
org.eclipse.ant.ui.verboseColor=209,151,217
org.eclipse.ant.ui.warningColor=255,198,0
overriddenByCSS=,org.eclipse.ant.ui.Color,org.eclipse.ant.ui.commentsColor,org.eclipse.ant.ui.constantStringsColor,org.eclipse.ant.ui.debugColor,org.eclipse.ant.ui.dtdColor,org.eclipse.ant.ui.informationColor,org.eclipse.ant.ui.processingInstructionsColor,org.eclipse.ant.ui.tagsColor,org.eclipse.ant.ui.textColor,org.eclipse.ant.ui.verboseColor,org.eclipse.ant.ui.warningColor,
disassembly.addressColor=63,209,63
disassembly.codeBytesColor=218,29,67
disassembly.functionOffsetsColor=218,29,67
eclipse.preferences.version=1
overriddenByCSS=,disassembly.addressColor,disassembly.codeBytesColor,disassembly.functionOffsetsColor,
eclipse.preferences.version=1
org.eclipse.cdt.make.ui.editor.comment=199,221,12
org.eclipse.cdt.make.ui.editor.default=216,216,216
org.eclipse.cdt.make.ui.editor.function=255,255,255
org.eclipse.cdt.make.ui.editor.keyword=141,203,226
org.eclipse.cdt.make.ui.editor.macro_def=190,214,255
org.eclipse.cdt.make.ui.editor.macro_ref=190,214,255
overriddenByCSS=,org.eclipse.cdt.make.ui.editor.comment,org.eclipse.cdt.make.ui.editor.macro_ref,org.eclipse.cdt.make.ui.editor.macro_def,org.eclipse.cdt.make.ui.editor.default,org.eclipse.cdt.make.ui.editor.function,org.eclipse.cdt.make.ui.editor.keyword,
asm_directive=141,203,226
asm_label=216,216,216
buildConsoleBackgroundColor=25,29,31
buildConsoleErrorStreamColor=218,29,67
buildConsoleInfoStreamColor=121,171,255
buildConsoleOutputStreamColor=233,235,237
buildConsoleProblemBackgroundColor=11,13,14
buildConsoleProblemHighlightedColor=255,127,127
buildConsoleProblemInfoBackgroundColor=25,29,31
buildConsoleProblemWarningBackgroundColor=10,12,13
c_braces=216,216,216
c_comment_task_tag=204,223,50
c_default=216,216,216
c_keyword=141,203,226
c_multi_line_comment=199,221,12
c_numbers=127,179,71
c_operators=216,216,216
c_single_line_comment=199,221,12
c_string=255,198,0
c_type=141,203,226
content_assist_parameters_background=25,29,31
content_assist_parameters_foreground=216,216,216
content_assist_proposals_background=25,29,31
content_assist_proposals_foreground=216,216,216
eclipse.preferences.version=1
inactiveCodeColor=65,65,4
org.eclipse.cdt.internal.ui.text.doctools.multi=204,223,50
org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=217,229,119
org.eclipse.cdt.internal.ui.text.doctools.single=204,223,50
overriddenByCSS=,asm_directive,asm_label,buildConsoleBackgroundColor,buildConsoleErrorStreamColor,buildConsoleInfoStreamColor,buildConsoleOutputStreamColor,buildConsoleProblemBackgroundColor,buildConsoleProblemHighlightedColor,buildConsoleProblemInfoBackgroundColor,buildConsoleProblemWarningBackgroundColor,c_braces,c_comment_task_tag,c_default,c_keyword,c_multi_line_comment,c_numbers,c_operators,c_single_line_comment,c_string,c_type,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,inactiveCodeColor,org.eclipse.cdt.internal.ui.text.doctools.multi,org.eclipse.cdt.internal.ui.text.doctools.recognizedTag,org.eclipse.cdt.internal.ui.text.doctools.single,pp_default,pp_directive,pp_header,semanticHighlighting.class.bold,semanticHighlighting.class.color,semanticHighlighting.class.enabled,semanticHighlighting.class.italic,semanticHighlighting.class.strikethrough,semanticHighlighting.class.underline,semanticHighlighting.enum.bold,semanticHighlighting.enum.color,semanticHighlighting.enum.enabled,semanticHighlighting.enum.italic,semanticHighlighting.enum.strikethrough,semanticHighlighting.enum.underline,semanticHighlighting.enumerator.bold,semanticHighlighting.enumerator.color,semanticHighlighting.enumerator.enabled,semanticHighlighting.enumerator.italic,semanticHighlighting.enumerator.strikethrough,semanticHighlighting.enumerator.underline,semanticHighlighting.externalSDK.bold,semanticHighlighting.externalSDK.color,semanticHighlighting.externalSDK.enabled,semanticHighlighting.externalSDK.italic,semanticHighlighting.externalSDK.strikethrough,semanticHighlighting.externalSDK.underline,semanticHighlighting.field.bold,semanticHighlighting.field.color,semanticHighlighting.field.enabled,semanticHighlighting.field.italic,semanticHighlighting.field.strikethrough,semanticHighlighting.field.underline,semanticHighlighting.function.bold,semanticHighlighting.function.color,semanticHighlighting.function.enabled,semanticHighlighting.function.italic,semanticHighlighting.function.strikethrough,semanticHighlighting.function.underline,semanticHighlighting.functionDeclaration.bold,semanticHighlighting.functionDeclaration.color,semanticHighlighting.functionDeclaration.enabled,semanticHighlighting.functionDeclaration.italic,semanticHighlighting.functionDeclaration.strikethrough,semanticHighlighting.functionDeclaration.underline,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.macroDefinition.bold,semanticHighlighting.macroDefinition.color,semanticHighlighting.macroDefinition.enabled,semanticHighlighting.macroDefinition.italic,semanticHighlighting.macroDefinition.strikethrough,semanticHighlighting.macroDefinition.underline,semanticHighlighting.method.bold,semanticHighlighting.method.color,semanticHighlighting.method.enabled,semanticHighlighting.method.italic,semanticHighlighting.method.strikethrough,semanticHighlighting.method.underline,semanticHighlighting.methodDeclaration.bold,semanticHighlighting.methodDeclaration.color,semanticHighlighting.methodDeclaration.enabled,semanticHighlighting.methodDeclaration.italic,semanticHighlighting.methodDeclaration.strikethrough,semanticHighlighting.methodDeclaration.underline,semanticHighlighting.namespace.bold,semanticHighlighting.namespace.color,semanticHighlighting.namespace.enabled,semanticHighlighting.namespace.italic,semanticHighlighting.namespace.strikethrough,semanticHighlighting.namespace.underline,semanticHighlighting.parameterVariable.bold,semanticHighlighting.parameterVariable.color,semanticHighlighting.parameterVariable.enabled,semanticHighlighting.parameterVariable.italic,semanticHighlighting.parameterVariable.strikethrough,semanticHighlighting.parameterVariable.underline,semanticHighlighting.staticField.bold,semanticHighlighting.staticField.color,semanticHighlighting.staticField.enabled,semanticHighlighting.staticField.italic,semanticHighlighting.staticField.strikethrough,semanticHighlighting.staticField.underline,semanticHighlighting.staticMethod.bold,semanticHighlighting.staticMethod.color,semanticHighlighting.staticMethod.enabled,semanticHighlighting.staticMethod.italic,semanticHighlighting.staticMethod.strikethrough,semanticHighlighting.staticMethod.underline,semanticHighlighting.typeParameter.bold,semanticHighlighting.typeParameter.color,semanticHighlighting.typeParameter.enabled,semanticHighlighting.typeParameter.italic,semanticHighlighting.typeParameter.strikethrough,semanticHighlighting.typeParameter.underline,semanticHighlighting.typedef.bold,semanticHighlighting.typedef.color,semanticHighlighting.typedef.enabled,semanticHighlighting.typedef.italic,semanticHighlighting.typedef.strikethrough,semanticHighlighting.typedef.underline,sourceHoverBackgroundColor,sourceHoverBackgroundColor.SystemDefault,
pp_default=216,216,216
pp_directive=141,203,226
pp_header=255,198,0
semanticHighlighting.class.bold=false
semanticHighlighting.class.color=210,82,82
semanticHighlighting.class.enabled=true
semanticHighlighting.class.italic=false
semanticHighlighting.class.strikethrough=false
semanticHighlighting.class.underline=false
semanticHighlighting.enum.bold=false
semanticHighlighting.enum.color=127,179,71
semanticHighlighting.enum.enabled=true
semanticHighlighting.enum.italic=false
semanticHighlighting.enum.strikethrough=false
semanticHighlighting.enum.underline=false
semanticHighlighting.enumerator.bold=false
semanticHighlighting.enumerator.color=239,192,144
semanticHighlighting.enumerator.enabled=true
semanticHighlighting.enumerator.italic=false
semanticHighlighting.enumerator.strikethrough=false
semanticHighlighting.enumerator.underline=false
semanticHighlighting.externalSDK.bold=false
semanticHighlighting.externalSDK.color=190,214,255
semanticHighlighting.externalSDK.enabled=true
semanticHighlighting.externalSDK.italic=false
semanticHighlighting.externalSDK.strikethrough=false
semanticHighlighting.externalSDK.underline=false
semanticHighlighting.field.bold=false
semanticHighlighting.field.color=190,214,255
semanticHighlighting.field.enabled=true
semanticHighlighting.field.italic=false
semanticHighlighting.field.strikethrough=false
semanticHighlighting.field.underline=false
semanticHighlighting.function.bold=false
semanticHighlighting.function.color=255,255,255
semanticHighlighting.function.enabled=true
semanticHighlighting.function.italic=false
semanticHighlighting.function.strikethrough=false
semanticHighlighting.function.underline=false
semanticHighlighting.functionDeclaration.bold=false
semanticHighlighting.functionDeclaration.color=190,214,255
semanticHighlighting.functionDeclaration.enabled=true
semanticHighlighting.functionDeclaration.italic=false
semanticHighlighting.functionDeclaration.strikethrough=false
semanticHighlighting.functionDeclaration.underline=false
semanticHighlighting.localVariable.bold=false
semanticHighlighting.localVariable.color=121,171,255
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariable.italic=false
semanticHighlighting.localVariable.strikethrough=false
semanticHighlighting.localVariable.underline=false
semanticHighlighting.localVariableDeclaration.bold=false
semanticHighlighting.localVariableDeclaration.color=190,214,255
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.localVariableDeclaration.italic=false
semanticHighlighting.localVariableDeclaration.strikethrough=false
semanticHighlighting.localVariableDeclaration.underline=false
semanticHighlighting.macroDefinition.bold=false
semanticHighlighting.macroDefinition.color=190,214,255
semanticHighlighting.macroDefinition.enabled=true
semanticHighlighting.macroDefinition.italic=false
semanticHighlighting.macroDefinition.strikethrough=false
semanticHighlighting.macroDefinition.underline=false
semanticHighlighting.method.bold=false
semanticHighlighting.method.color=255,255,255
semanticHighlighting.method.enabled=true
semanticHighlighting.method.italic=false
semanticHighlighting.method.strikethrough=false
semanticHighlighting.method.underline=false
semanticHighlighting.methodDeclaration.bold=false
semanticHighlighting.methodDeclaration.color=190,214,255
semanticHighlighting.methodDeclaration.enabled=true
semanticHighlighting.methodDeclaration.italic=false
semanticHighlighting.methodDeclaration.strikethrough=false
semanticHighlighting.methodDeclaration.underline=false
semanticHighlighting.namespace.bold=false
semanticHighlighting.namespace.color=209,151,217
semanticHighlighting.namespace.enabled=true
semanticHighlighting.namespace.italic=false
semanticHighlighting.namespace.strikethrough=false
semanticHighlighting.namespace.underline=false
semanticHighlighting.parameterVariable.bold=false
semanticHighlighting.parameterVariable.color=121,171,255
semanticHighlighting.parameterVariable.enabled=true
semanticHighlighting.parameterVariable.italic=false
semanticHighlighting.parameterVariable.strikethrough=false
semanticHighlighting.parameterVariable.underline=false
semanticHighlighting.staticField.bold=false
semanticHighlighting.staticField.color=239,192,144
semanticHighlighting.staticField.enabled=true
semanticHighlighting.staticField.italic=false
semanticHighlighting.staticField.strikethrough=false
semanticHighlighting.staticField.underline=false
semanticHighlighting.staticMethod.bold=false
semanticHighlighting.staticMethod.color=190,214,255
semanticHighlighting.staticMethod.enabled=true
semanticHighlighting.staticMethod.italic=false
semanticHighlighting.staticMethod.strikethrough=false
semanticHighlighting.staticMethod.underline=false
semanticHighlighting.typeParameter.bold=false
semanticHighlighting.typeParameter.color=191,164,164
semanticHighlighting.typeParameter.enabled=true
semanticHighlighting.typeParameter.italic=false
semanticHighlighting.typeParameter.strikethrough=false
semanticHighlighting.typeParameter.underline=false
semanticHighlighting.typedef.bold=false
semanticHighlighting.typedef.color=210,82,82
semanticHighlighting.typedef.enabled=true
semanticHighlighting.typedef.italic=false
semanticHighlighting.typedef.strikethrough=false
semanticHighlighting.typedef.underline=false
sourceHoverBackgroundColor=0,0,0
sourceHoverBackgroundColor.SystemDefault=false
Double\ quoted\ string=0,0,0,0,0,255,198,0
Identifier=0,0,0,0,0,255,255,255
Keyword=0,0,0,0,0,141,203,226
Multi-line\ comment=0,0,0,0,0,199,221,12
Others=0,0,0,0,0,216,216,216
Single\ quoted\ string=0,0,0,0,0,255,198,0
Single-line\ comment=0,0,0,0,0,199,221,12
Type=0,0,0,0,0,210,82,82
eclipse.preferences.version=1
overriddenByCSS=,Others,Type,Identifier,Keyword,Multi-line comment,Double quoted string,Single-line comment,Single quoted string,
eclipse.preferences.version=1
org.eclipse.debug.ui.Color=218,29,67
org.eclipse.debug.ui.MemoryHistoryKnownColor=233,235,237
org.eclipse.debug.ui.MemoryHistoryUnknownColor=168,177,184
org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=145,77,111
org.eclipse.debug.ui.changedDebugElement=255,128,128
org.eclipse.debug.ui.consoleBackground=25,29,31
org.eclipse.debug.ui.errorColor=204,223,50
org.eclipse.debug.ui.inColor=216,216,216
org.eclipse.debug.ui.outColor=216,216,216
overriddenByCSS=,org.eclipse.debug.ui.Color,org.eclipse.debug.ui.MemoryHistoryKnownColor,org.eclipse.debug.ui.MemoryHistoryUnknownColor,org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND,org.eclipse.debug.ui.changedDebugElement,org.eclipse.debug.ui.consoleBackground,org.eclipse.debug.ui.errorColor,org.eclipse.debug.ui.inColor,org.eclipse.debug.ui.outColor,
DLTK_comment_task_tag=204,223,50
DLTK_comment_task_tag_bold=false
DLTK_comment_task_tag_italic=false
DLTK_comment_task_tag_strikethrough=false
DLTK_comment_task_tag_underline=false
DLTK_default=216,216,216
DLTK_default_bold=false
DLTK_default_italic=false
DLTK_default_strikethrough=false
DLTK_default_underline=false
DLTK_doc=204,223,50
DLTK_doc.topic=217,229,119
DLTK_doc.topic_bold=false
DLTK_doc.topic_italic=false
DLTK_doc.topic_strikethrough=false
DLTK_doc.topic_underline=false
DLTK_doc_bold=false
DLTK_doc_italic=false
DLTK_doc_strikethrough=false
DLTK_doc_underline=false
DLTK_keyword=141,203,226
DLTK_keyword_bold=false
DLTK_keyword_italic=false
DLTK_keyword_return=141,203,226
DLTK_keyword_return_bold=false
DLTK_keyword_return_italic=false
DLTK_keyword_return_strikethrough=false
DLTK_keyword_return_underline=false
DLTK_keyword_strikethrough=false
DLTK_keyword_underline=false
DLTK_number=127,179,71
DLTK_number_bold=false
DLTK_number_italic=false
DLTK_number_strikethrough=false
DLTK_number_underline=false
DLTK_single_line_comment=199,221,12
DLTK_single_line_comment_bold=false
DLTK_single_line_comment_italic=false
DLTK_single_line_comment_strikethrough=false
DLTK_single_line_comment_underline=false
DLTK_string=255,198,0
DLTK_string.eval=255,198,0
DLTK_string.eval_bold=false
DLTK_string.eval_italic=false
DLTK_string.eval_strikethrough=false
DLTK_string.eval_underline=false
DLTK_string.regexp=255,198,0
DLTK_string.regexp_bold=false
DLTK_string.regexp_italic=false
DLTK_string.regexp_strikethrough=false
DLTK_string.regexp_underline=false
DLTK_string_bold=false
DLTK_string_italic=false
DLTK_string_strikethrough=false
DLTK_string_underline=false
const=239,192,144
const_bold=false
const_italic=false
const_strikethrough=false
const_underline=false
content_assist_completion_replacement_background=25,29,31
content_assist_completion_replacement_background_bold=false
content_assist_completion_replacement_background_italic=false
content_assist_completion_replacement_background_strikethrough=false
content_assist_completion_replacement_background_underline=false
content_assist_completion_replacement_foreground=216,216,216
content_assist_completion_replacement_foreground_bold=false
content_assist_completion_replacement_foreground_italic=false
content_assist_completion_replacement_foreground_strikethrough=false
content_assist_completion_replacement_foreground_underline=false
content_assist_parameters_background=25,29,31
content_assist_parameters_background_bold=false
content_assist_parameters_background_italic=false
content_assist_parameters_background_strikethrough=false
content_assist_parameters_background_underline=false
content_assist_parameters_foreground=216,216,216
content_assist_parameters_foreground_bold=false
content_assist_parameters_foreground_italic=false
content_assist_parameters_foreground_strikethrough=false
content_assist_parameters_foreground_underline=false
eclipse.preferences.version=1
overriddenByCSS=,variable.pseudo_bold,content_assist_completion_replacement_background_underline,DLTK_keyword_underline,content_assist_parameters_foreground_italic,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,ruby.symbols_underline,DLTK_keyword_italic,ruby.symbols_italic,DLTK_doc_underline,variable.pseudo_strikethrough,variable_strikethrough,DLTK_doc.topic_underline,DLTK_string.eval,content_assist_parameters_background,variable.global_bold,DLTK_doc_strikethrough,DLTK_string.regexp_underline,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,DLTK_string_strikethrough,DLTK_doc,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,const_underline,DLTK_number_strikethrough,content_assist_parameters_background_italic,variable_underline,content_assist_completion_replacement_background_strikethrough,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,DLTK_string.regexp_italic,content_assist_parameters_foreground,content_assist_parameters_foreground_underline,DLTK_number,DLTK_string.eval_strikethrough,variable.class,DLTK_single_line_comment,DLTK_string_bold,variable_italic,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_string.eval_italic,content_assist_completion_replacement_foreground,DLTK_string.regexp_bold,variable.class_italic,content_assist_parameters_background_strikethrough,ruby.symbols,DLTK_keyword_bold,DLTK_string_underline,DLTK_doc.topic,DLTK_string,variable.global_underline,variable.global,DLTK_comment_task_tag_bold,DLTK_string.eval_underline,content_assist_parameters_background_underline,DLTK_number_underline,DLTK_default_strikethrough,const_bold,variable.instance,DLTK_comment_task_tag_underline,DLTK_string.regexp_strikethrough,variable.global_italic,DLTK_comment_task_tag_strikethrough,ruby.symbols_bold,DLTK_keyword_return_italic,variable.class_underline,DLTK_doc.topic_italic,DLTK_number_bold,DLTK_single_line_comment_underline,DLTK_keyword,content_assist_completion_replacement_foreground_strikethrough,variable.class_strikethrough,variable.pseudo_italic,const_strikethrough,DLTK_keyword_return,variable.instance_bold,sourceHoverBackgroundColor_bold,DLTK_number_italic,variable.pseudo,variable.global_strikethrough,content_assist_completion_replacement_foreground_underline,variable.instance_strikethrough,DLTK_single_line_comment_bold,sourceHoverBackgroundColor_strikethrough,DLTK_doc.topic_bold,DLTK_comment_task_tag,variable.pseudo_underline,DLTK_keyword_return_bold,variable.instance_underline,const,content_assist_completion_replacement_background_bold,ruby.symbols_strikethrough,sourceHoverBackgroundColor_italic,DLTK_doc_bold,sourceHoverBackgroundColor_underline,DLTK_doc.topic_strikethrough,const_italic,variable_bold,DLTK_string.regexp,variable.instance_italic,DLTK_default,sourceHoverBackgroundColor,DLTK_single_line_comment_italic,content_assist_parameters_foreground_bold,variable.class_bold,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_doc_italic,variable,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_string.eval_bold,DLTK_string_italic,
ruby.symbols=190,214,255
ruby.symbols_bold=false
ruby.symbols_italic=false
ruby.symbols_strikethrough=false
ruby.symbols_underline=false
sourceHoverBackgroundColor=0,0,0
sourceHoverBackgroundColor.SystemDefault=false
sourceHoverBackgroundColor_bold=false
sourceHoverBackgroundColor_italic=false
sourceHoverBackgroundColor_strikethrough=false
sourceHoverBackgroundColor_underline=false
variable=121,171,255
variable.class=210,82,82
variable.class_bold=false
variable.class_italic=false
variable.class_strikethrough=false
variable.class_underline=false
variable.global=239,192,144
variable.global_bold=false
variable.global_italic=false
variable.global_strikethrough=false
variable.global_underline=false
variable.instance=210,82,82
variable.instance_bold=false
variable.instance_italic=false
variable.instance_strikethrough=false
variable.instance_underline=false
variable.pseudo=121,171,255
variable.pseudo_bold=false
variable.pseudo_italic=false
variable.pseudo_strikethrough=false
variable.pseudo_underline=false
variable_bold=false
variable_italic=false
variable_strikethrough=false
variable_underline=false
DLTK_argument=216,216,216
DLTK_argument_bold=false
DLTK_argument_italic=false
DLTK_argument_strikethrough=false
DLTK_argument_underline=false
DLTK_base_class=210,82,82
DLTK_base_class_bold=false
DLTK_base_class_italic=false
DLTK_base_class_strikethrough=false
DLTK_base_class_underline=false
DLTK_class_definition=210,82,82
DLTK_class_definition_bold=false
DLTK_class_definition_italic=false
DLTK_class_definition_strikethrough=false
DLTK_class_definition_underline=false
DLTK_comment_task_tag=204,223,50
DLTK_comment_task_tag_bold=false
DLTK_comment_task_tag_italic=false
DLTK_comment_task_tag_strikethrough=false
DLTK_comment_task_tag_underline=false
DLTK_default=216,216,216
DLTK_default_bold=false
DLTK_default_italic=false
DLTK_default_strikethrough=false
DLTK_default_underline=false
DLTK_function_definition=255,255,255
DLTK_function_definition_bold=false
DLTK_function_definition_italic=false
DLTK_function_definition_strikethrough=false
DLTK_function_definition_underline=false
DLTK_keyword=141,203,226
DLTK_keyword_bold=false
DLTK_keyword_italic=false
DLTK_keyword_return=141,203,226
DLTK_keyword_return_bold=false
DLTK_keyword_return_italic=false
DLTK_keyword_return_strikethrough=false
DLTK_keyword_return_underline=false
DLTK_keyword_strikethrough=false
DLTK_keyword_underline=false
DLTK_number=127,179,71
DLTK_number_bold=false
DLTK_number_italic=false
DLTK_number_strikethrough=false
DLTK_number_underline=false
DLTK_single_line_comment=216,216,216
DLTK_single_line_comment_bold=false
DLTK_single_line_comment_italic=false
DLTK_single_line_comment_strikethrough=false
DLTK_single_line_comment_underline=false
DLTK_string=255,198,0
DLTK_string_bold=false
DLTK_string_italic=false
DLTK_string_strikethrough=false
DLTK_string_underline=false
content_assist_completion_replacement_background=25,29,31
content_assist_completion_replacement_background_bold=false
content_assist_completion_replacement_background_italic=false
content_assist_completion_replacement_background_strikethrough=false
content_assist_completion_replacement_background_underline=false
content_assist_completion_replacement_foreground=216,216,216
content_assist_completion_replacement_foreground_bold=false
content_assist_completion_replacement_foreground_italic=false
content_assist_completion_replacement_foreground_strikethrough=false
content_assist_completion_replacement_foreground_underline=false
content_assist_parameters_background=25,29,31
content_assist_parameters_background_bold=false
content_assist_parameters_background_italic=false
content_assist_parameters_background_strikethrough=false
content_assist_parameters_background_underline=false
content_assist_parameters_foreground=216,216,216
content_assist_parameters_foreground_bold=false
content_assist_parameters_foreground_italic=false
content_assist_parameters_foreground_strikethrough=false
content_assist_parameters_foreground_underline=false
eclipse.preferences.version=1
overriddenByCSS=,tcl_variable_italic,DLTK_base_class_bold,content_assist_completion_replacement_background_underline,DLTK_comment_task_tag_strikethrough,DLTK_argument_strikethrough,DLTK_keyword_underline,DLTK_class_definition_italic,DLTK_keyword_return_italic,content_assist_parameters_foreground_italic,DLTK_base_class_strikethrough,content_assist_parameters_background_bold,DLTK_comment_task_tag_italic,DLTK_number_bold,DLTK_function_definition,DLTK_keyword_italic,DLTK_single_line_comment_underline,DLTK_keyword,content_assist_completion_replacement_foreground_strikethrough,DLTK_base_class,DLTK_keyword_return,content_assist_parameters_background,sourceHoverBackgroundColor_bold,DLTK_number_italic,DLTK_argument_italic,content_assist_completion_replacement_background_italic,DLTK_keyword_return_underline,content_assist_completion_replacement_foreground_underline,DLTK_string_strikethrough,DLTK_argument_underline,DLTK_single_line_comment_bold,DLTK_function_definition_underline,DLTK_class_definition_strikethrough,sourceHoverBackgroundColor_strikethrough,DLTK_default_bold,DLTK_keyword_strikethrough,content_assist_completion_replacement_foreground_italic,DLTK_number_strikethrough,DLTK_class_definition_underline,DLTK_comment_task_tag,DLTK_function_definition_bold,content_assist_parameters_background_italic,DLTK_keyword_return_bold,DLTK_argument_bold,content_assist_completion_replacement_background_strikethrough,DLTK_argument,content_assist_parameters_foreground_strikethrough,content_assist_completion_replacement_foreground_bold,content_assist_completion_replacement_background_bold,DLTK_class_definition_bold,content_assist_parameters_foreground,sourceHoverBackgroundColor_italic,content_assist_parameters_foreground_underline,tcl_variable,DLTK_number,sourceHoverBackgroundColor_underline,DLTK_single_line_comment,DLTK_base_class_underline,DLTK_class_definition,DLTK_string_bold,tcl_variable_underline,sourceHoverBackgroundColor.SystemDefault,content_assist_completion_replacement_background,DLTK_default,content_assist_completion_replacement_foreground,sourceHoverBackgroundColor,DLTK_base_class_italic,DLTK_single_line_comment_italic,content_assist_parameters_background_strikethrough,DLTK_keyword_bold,content_assist_parameters_foreground_bold,DLTK_string_underline,DLTK_string,DLTK_function_definition_strikethrough,tcl_variable_strikethrough,DLTK_default_italic,DLTK_single_line_comment_strikethrough,DLTK_comment_task_tag_bold,content_assist_parameters_background_underline,tcl_variable_bold,DLTK_number_underline,DLTK_default_strikethrough,DLTK_function_definition_italic,DLTK_keyword_return_strikethrough,DLTK_default_underline,DLTK_comment_task_tag_underline,DLTK_string_italic,
sourceHoverBackgroundColor=0,0,0
sourceHoverBackgroundColor.SystemDefault=false
sourceHoverBackgroundColor_bold=false
sourceHoverBackgroundColor_italic=false
sourceHoverBackgroundColor_strikethrough=false
sourceHoverBackgroundColor_underline=false
tcl_variable=121,171,255
tcl_variable_bold=false
tcl_variable_italic=false
tcl_variable_strikethrough=false
tcl_variable_underline=false
eclipse.preferences.version=1
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color=255,255,255
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color=190,214,255
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color=210,82,82
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color=199,221,12
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color=216,216,216
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color=204,223,50
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color=141,203,226
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color=127,179,71
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color=216,216,216
org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color=255,198,0
overriddenByCSS=,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color,org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color,
darkestApplied=true
eclipse.preferences.version=1
enableddarkestdark=true
themeid=com.genuitec.eclipse.themes.dark
core_autoIgnoreDerivedResources=false
eclipse.preferences.version=1
eclipse.preferences.version=1
native-borders=false
overriddenByCSS=,native-borders,
content_assist_favorite_static_members=org.assertj.core.api.Assertions.*;org.mockito.Matchers.*;org.mockito.Mockito.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*;org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*;org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.*;org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*;org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.*;org.springframework.test.web.client.match.MockRestRequestMatchers.*;org.springframework.test.web.client.response.MockRestResponseCreators.*;org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;org.springframework.test.web.servlet.result.MockMvcResultHandlers.*;org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;org.hamcrest.CoreMatchers.*;org.junit.Assert.*
eclipse.preferences.version=1
org.eclipse.jdt.internal.ui.navigator.layout=2
org.eclipse.jdt.internal.ui.navigator.librariesnode=true
org.eclipse.jdt.ui.formatterprofiles.version=18
org.eclipse.jdt.ui.text.code_templates_migrated=true
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
spelling_locale_initialized=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true
eclipse.preferences.version=1
org.eclipse.jsch.core.hasChangedDefaultWin32SshHome=true
SCRIPT_AREA_BORDER=\#D8D8D8 | null | null | null | null | null
commentBorder=\#C7DD0C | null | null | false | null | null
commentText=\#C7DD0C | null | null | false | null | null
eclipse.preferences.version=1
jsp_content=\#D8D8D8 | null | null | null | null | null
overriddenByCSS=,SCRIPT_AREA_BORDER,commentBorder,commentText,jsp_content,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,
tagAttributeEquals=\#D8D8D8 | null | null | null | null | null
tagAttributeName=\#8DCBE2 | null | null | null | null | null
tagAttributeValue=\#FFC600 | null | null | null | null | null
tagBorder=\#FFFFFF | null | null | null | null | null
tagName=\#03a8d8 | null | true | false | false | false
eclipse.preferences.version=1
org.eclipse.m2e.discovery.pref.projects=
eclipse.preferences.version=1
org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
eclipse.preferences.version=1
migrated.task.repositories.secure.store=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true
block-bc=font-family\: monospace; color\: \#569cd6;
block-h1=font-size\: 120%; font-weight\: bold; color\: \#118bbd;
block-h2=font-size\: 110%; font-weight\: bold; color\: \#118bbd;
block-h3=font-size\: 105%; font-weight\: bold; color\: \#118bbd;
block-h4=font-weight\: bold; color\: \#118bbd;
block-h5=font-size\: 90%; font-weight\: bold; color\: \#118bbd;
block-h6=font-size\: 80%; font-weight\: bold; color\: \#118bbd;
eclipse.preferences.version=1
overriddenByCSS=,block-bc,block-h1,block-h2,block-h3,block-h4,block-h5,block-h6,phrase-code,
phrase-code=font-family\: monospace; color\: \#6d72f6;
eclipse.preferences.version=1
editor.color.default=216,216,216
editor.color.externalized_string=255,198,0
editor.color.externalized_string_italic=true
editor.color.header_assignment=216,216,216
editor.color.header_assignment_bold=true
editor.color.header_attributes=121,171,255
editor.color.header_key=141,203,226
editor.color.header_key_bold=true
editor.color.header_osgi=141,203,226
editor.color.header_value=255,198,0
editor.color.header_value_italic=true
editor.color.instr=255,255,255
editor.color.instr_bold=true
editor.color.string=255,198,0
editor.color.string_italic=true
editor.color.tag=121,171,255
editor.color.tag_bold=true
editor.color.xml_comment=199,221,12
overriddenByCSS=,editor.color.default,editor.color.externalized_string,editor.color.externalized_string_italic,editor.color.header_assignment,editor.color.header_assignment_bold,editor.color.header_attributes,editor.color.header_key,editor.color.header_key_bold,editor.color.header_osgi,editor.color.header_value,editor.color.header_value_italic,editor.color.instr,editor.color.instr_bold,editor.color.string,editor.color.string_italic,editor.color.tag,editor.color.tag_bold,editor.color.xml_comment,
codeStyleNormal=\#D8D8D8 | null | null | null | null | null
eclipse.preferences.version=1
editorColorBoundarymaker=\#D8D8D8 | null | null | null | null | null
editorColorComment=\#C7DD0C | null | null | false | null | null
editorColorHeredoc=\#CCDF32 | null | null | false | null | null
editorColorKeyword=\#8DCBE2 | null | null | null | null | null
editorColorLineComment=\#C7DD0C | null | null | false | null | null
editorColorNumber=\#7FB347 | null | null | null | null | null
editorColorPHPDocComment=\#CCDF32 | null | null | false | null | null
editorColorPhpdoc=\#CCDF32 | null | null | false | null | null
editorColorString=\#FFC600 | null | null | null | null | null
editorColorTask=\#CCDF32 | null | null | false | null | null
editorColorVariable=\#79ABFF | null | null | null | null | null
overriddenByCSS=,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic,codeStyleNormal,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color,editorColorBoundarymaker,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.strikethrough,editorColorLineComment,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.strikethrough,editorColorHeredoc,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.italic,editorColorComment,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.bold,editorColorPHPDocComment,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.bold,editorColorNumber,editorColorPhpdoc,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color,editorColorTask,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.underline,editorColorVariable,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.underline,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.strikethrough,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.bold,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.italic,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled,editorColorString,editorColorKeyword,semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled,
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=\#D25252
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=\#EFC090
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=\#D25252
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=\#BED6FF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=\#FFFFFF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=\#D25252
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=\#EFC090
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=\#FFFFFF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=\#FFFFFF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=\#79ABFF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=\#EFC090
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=\#BED6FF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.underline=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.bold=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=\#79ABFF
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.italic=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.strikethrough=false
semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.underline=false
activeuserprofiles=I97BIVG4JZDY7X5;Team
eclipse.preferences.version=1
eclipse.preferences.version=1
overriddenByCSS=,pref_console_message_color,pref_console_command_color,pref_console_error_color,
pref_console_command_color=199,221,12
pref_console_error_color=210,82,82
pref_console_message_color=216,216,216
TerminalPrefInvertColors=true
eclipse.preferences.version=1
overriddenByCSS=,TerminalPrefInvertColors,
browsers=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<web-browsers current\="0">\r\n<system/>\r\n<external location\="C\:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" name\="Firefox"/>\r\n<external location\="C\:\\Program Files\\Internet Explorer\\iexplore.exe" name\="Internet Explorer"/>\r\n<external location\="C\:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" name\="Chrome"/>\r\n</web-browsers>
eclipse.preferences.version=1
AbstractTextEditor.Color.Background=28,31,34
AbstractTextEditor.Color.Background.SystemDefault=false
AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
eclipse.preferences.version=1
overviewRuler_migration=migrated_3.1
eclipse.preferences.version=1
matchingBracketsColor=244,245,246
overriddenByCSS=,matchingBracketsColor,
PROBLEMS_FILTERS_MIGRATE=true
eclipse.preferences.version=1
platformState=1577371337872
quickStart=false
tipsAndTricks=true
//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
//org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor/org.eclipse.ui.commands.radioState=xpath10
PLUGINS_NOT_ACTIVATED_ON_STARTUP=;org.eclipse.m2e.discovery;
eclipse.preferences.version=1
ATMARK_RULE=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_DELIM=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_NAME=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_OPERATOR=\#FFFFFF | null | null | null | null | null
ATTRIBUTE_VALUE=\#FFFFFF | null | null | null | null | null
CLASS=\#FFFFFF | null | null | null | null | null
COLON=\#D8D8D8 | null | null | null | null | null
COMBINATOR=\#FFFFFF | null | null | null | null | null
COMMENT=\#C7DD0C | null | null | false | null | null
CURLY_BRACE=\#D8D8D8 | null | null | null | null | null
ID=\#FFFFFF | null | null | null | null | null
MEDIA=\#8DCBE2 | null | null | null | null | null
NORMAL=\#D8D8D8 | null | null | null | null | null
PROPERTY_NAME=\#BED6FF | null | null | null | null | null
PROPERTY_VALUE=\#FFC600 | null | null | null | null | null
PSEUDO=\#FFFFFF | null | null | null | null | null
SELECTOR=\#FFFFFF | null | null | null | null | null
SEMI_COLON=\#D8D8D8 | null | null | null | null | null
STRING=\#FFC600 | null | null | null | null | null
UNIVERSAL=\#FFFFFF | null | null | null | null | null
URI=\#FFC600 | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,ATMARK_RULE,ATTRIBUTE_DELIM,ATTRIBUTE_NAME,ATTRIBUTE_OPERATOR,ATTRIBUTE_VALUE,CLASS,COLON,COMBINATOR,COMMENT,CURLY_BRACE,ID,MEDIA,NORMAL,PROPERTY_NAME,PROPERTY_VALUE,PSEUDO,SELECTOR,SEMI_COLON,STRING,UNIVERSAL,URI,
dtdComment=\#C7DD0C | null | null | false | null | null
dtdData=\#D8D8D8 | null | null | null | null | null
dtdDefault=\#D8D8D8 | null | null | null | null | null
dtdKeyword=\#8DCBE2 | null | null | null | null | null
dtdString=\#FFC600 | null | null | null | null | null
dtdSymbol=\#BED6FF | null | null | null | null | null
dtdTag=\#BED6FF | null | null | null | null | null
dtdTagName=\#BED6FF | null | null | null | null | null
eclipse.preferences.version=1
overriddenByCSS=,dtdKeyword,dtdTag,dtdString,dtdTagName,dtdDefault,dtdData,dtdSymbol,dtdComment,
commentBorder=\#C7DD0C | null | null | false | null | null
commentText=\#C7DD0C | null | null | false | null | null
declBoder=\#FFFFFF | null | null | null | null | null
doctypeExternalId=\#FFFFFF | null | null | null | null | null
doctypeExternalPubref=\#FFFFFF | null | null | null | null | null
doctypeExtrenalSysref=\#FFFFFF | null | null | null | null | null
doctypeName=\#FFFFFF | null | null | null | null | null
eclipse.preferences.version=1
entityReference=\#8DCBE2 | null | null | null | null | null
overriddenByCSS=,commentBorder,commentText,declBoder,doctypeExternalId,doctypeExternalPubref,doctypeExtrenalSysref,doctypeName,entityReference,tagAttributeEquals,tagAttributeName,tagAttributeValue,tagBorder,tagName,xmlContent,
tagAttributeEquals=\#D8D8D8 | null | null | null | null | null
tagAttributeName=\#BED6FF | null | null | null | null | null
tagAttributeValue=\#FFC600 | null | null | null | null | null
tagBorder=\#79ABFF | null | null | null | null | null
tagName=\#BED6FF | null | null | null | null | null
xmlContent=\#D8D8D8 | null | null | null | null | null
CONTENT_ASSIST_BACKGROUND_COLOR=46,52,56
CONTENT_ASSIST_FOREGROUND_COLOR=233,235,237
content_assist_parameters_background=46,52,56
content_assist_parameters_foreground=233,235,237
content_assist_proposals_background=46,52,56
content_assist_proposals_foreground=233,235,237
eclipse.preferences.version=1
java_bracket=216,216,216
java_comment_task_tag=204,223,50
java_default=216,216,216
java_doc_default=204,223,50
java_doc_keyword=217,229,119
java_doc_link=217,229,119
java_doc_tag=217,229,119
java_keyword=141,203,226
java_keyword_return=141,203,226
java_multi_line_comment=199,221,12
java_operator=216,216,216
java_single_line_comment=199,221,12
java_string=255,198,0
overriddenByCSS=,CONTENT_ASSIST_BACKGROUND_COLOR,CONTENT_ASSIST_FOREGROUND_COLOR,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,java_bracket,java_comment_task_tag,java_default,java_doc_default,java_doc_keyword,java_doc_link,java_doc_tag,java_keyword,java_keyword_return,java_multi_line_comment,java_operator,java_single_line_comment,java_string,semanticHighlighting.localVariable.bold,semanticHighlighting.localVariable.color,semanticHighlighting.localVariable.enabled,semanticHighlighting.localVariable.italic,semanticHighlighting.localVariable.strikethrough,semanticHighlighting.localVariable.underline,semanticHighlighting.localVariableDeclaration.bold,semanticHighlighting.localVariableDeclaration.color,semanticHighlighting.localVariableDeclaration.enabled,semanticHighlighting.localVariableDeclaration.italic,semanticHighlighting.localVariableDeclaration.strikethrough,semanticHighlighting.localVariableDeclaration.underline,semanticHighlighting.methodDeclarationName.bold,semanticHighlighting.methodDeclarationName.color,semanticHighlighting.methodDeclarationName.enabled,semanticHighlighting.methodDeclarationName.italic,semanticHighlighting.methodDeclarationName.strikethrough,semanticHighlighting.methodDeclarationName.underline,tagName,
semanticHighlighting.localVariable.bold=false
semanticHighlighting.localVariable.color=121,171,255
semanticHighlighting.localVariable.enabled=true
semanticHighlighting.localVariable.italic=false
semanticHighlighting.localVariable.strikethrough=false
semanticHighlighting.localVariable.underline=false
semanticHighlighting.localVariableDeclaration.bold=false
semanticHighlighting.localVariableDeclaration.color=190,214,255
semanticHighlighting.localVariableDeclaration.enabled=true
semanticHighlighting.localVariableDeclaration.italic=false
semanticHighlighting.localVariableDeclaration.strikethrough=false
semanticHighlighting.localVariableDeclaration.underline=false
semanticHighlighting.methodDeclarationName.bold=false
semanticHighlighting.methodDeclarationName.color=190,214,255
semanticHighlighting.methodDeclarationName.enabled=true
semanticHighlighting.methodDeclarationName.italic=false
semanticHighlighting.methodDeclarationName.strikethrough=false
semanticHighlighting.methodDeclarationName.underline=false
tagName=255,255,255
COLON=\#ffffff | null | false | false | false | false
COMMA=\#ffffff | null | false | false | false | false
CURLY_BRACE=\#ffffff | null | false | false | false | false
OBJECT_KEY=\#bed6ff | null | false | false | false | false
VALUE_BOOLEAN=\#03a8d8 | null | false | false | false | false
VALUE_NULL=\#89969f | null | false | false | false | false
VALUE_NUMBER=\#cb4f40 | null | false | false | false | false
VALUE_STRING=\#ffc600 | null | true | true | false | false
eclipse.preferences.version=1
overriddenByCSS=,COLON,COMMA,CURLY_BRACE,OBJECT_KEY,VALUE_BOOLEAN,VALUE_NULL,VALUE_NUMBER,VALUE_STRING,
content_assist_completion_replacement_background=200,200,0
content_assist_completion_replacement_foreground=194,0,0
content_assist_parameters_background=48,54,59
content_assist_parameters_foreground=235,237,239
content_assist_proposals_background=48,54,59
content_assist_proposals_foreground=235,237,239
eclipse.preferences.version=1
overriddenByCSS=,content_assist_completion_replacement_background,content_assist_completion_replacement_foreground,content_assist_parameters_background,content_assist_parameters_foreground,content_assist_proposals_background,content_assist_proposals_foreground,
eclipse.preferences.version=1
overriddenByCSS=,xsltagAttributeValue,xsltagBorder,xsltagName,xsltagAttributeName,
xsltagAttributeName=\#BED6FF | null | null | null | null | null
xsltagAttributeValue=\#FFC600 | null | null | null | null | null
xsltagBorder=\#79ABFF | null | null | null | null | null
xsltagName=\#BED6FF | null | null | null | null | null
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册