blob: 99c4d7e930dda6711f1cd7167f150dec5167579e [file] [log] [blame]
# plugin_customization.ini
# sets default values for plug-in-specific preferences
# keys are qualified by plug-in id
# e.g., com.example.acmeplugin/myproperty=myvalue
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in plugin_customization.properties
# This file does not need to be translated.
# WARNING: This file defines the preference overrides for the Platform build
# (the one with no JDT or PDE), not the SDK build (aka the IDE).
# For the SDK build, use the plugin_customization.ini file in the
# org.eclipse.sdk plug-in instead.
# Property "org.eclipse.ui/defaultPerspectiveId" controls the
# perspective that the workbench opens initially
org.eclipse.ui/defaultPerspectiveId=org.eclipse.ui.resourcePerspective
# new-style tabs by default
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
# put the perspective switcher on the top right
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
# Encoding and formatting
org.eclipse.core.resources/encoding=UTF-8
# check for updates on startup
org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true
org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-startup
# dark theme
org.eclipse.e4.ui.css.swt.theme/themeId=org.eclipse.e3.ui.css.theme.e4_dark
com.yakindu.solidity.Solidity/com.yakindu.solidity.Solidity.syntaxColorer.tokenStyles.comment.color=96,139,78
com.yakindu.solidity.Solidity/com.yakindu.solidity.Solidity.syntaxColorer.tokenStyles.keyword.color=88,154,214
com.yakindu.solidity.Solidity/com.yakindu.solidity.Solidity.syntaxColorer.tokenStyles.string.color=188,145,120
# Editor
org.eclipse.ui.editors/spacesForTabs=true
org.eclipse.ui.editors/spellingEnabled=false