| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- ###############################################################################
- # Copyright (c) 2013, 2014 vogella GmbH and others.
- # All rights reserved. This program and the accompanying materials
- # are made available under the terms of the Eclipse Public License v1.0
- # which accompanies this distribution, and is available at
- # http://www.eclipse.org/legal/epl-v10.html
- #
- # Contributors:
- # Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
- # IBM Corporation
- ###############################################################################
- Plugin.name = Eclipse SDK Themes
- Plugin.providerName = Eclipse.org
- theme.classic = Classic
- theme.gtk = GTK
- theme.mac = Mac
- theme.win7 = Windows 7
- theme.dark = Dark
- theme.winxpBlue = Windows XP Blue
- theme.winxpOlive = Windows XP Olive
- theme.win7Classic = Windows 7 Classic
- theme.solaris = Solaris
- theme.aix = AIX
- theme.hpux = HPUX
- theme.high-contrast = High Contrast
- #New theme element definitions
- INACTIVE_UNSELECTED_TABS_COLOR_START=Inactive, unselected part color begin
- INACTIVE_UNSELECTED_TABS_COLOR_END=Inactive, unselected part color end
- INACTIVE_TAB_OUTER_KEYLINE_COLOR=Inactive part outer keyline color
- INACTIVE_TAB_INNER_KEYLINE_COLOR=Inactive part inner keyline color
- INACTIVE_TAB_OUTLINE_COLOR=Inactive part outline color
- ACTIVE_UNSELECTED_TABS_COLOR_START=Active, unselected part color begin
- ACTIVE_UNSELECTED_TABS_COLOR_END=Active, unselected part color end
- ACTIVE_TAB_OUTER_KEYLINE_COLOR=Active part outer keyline color
- ACTIVE_TAB_INNER_KEYLINE_COLOR=Active part inner keyline color
- ACTIVE_TAB_OUTLINE_COLOR=Active part outline color
- INACTIVE_TAB_BG_START=Inactive, selected part background begin
- INACTIVE_TAB_BG_END=Inactive, selected part background end
- INACTIVE_TAB_UNSELECTED_TEXT_COLOR=Inactive, unselected part foreground
- INACTIVE_TAB_SELECTED_TEXT_COLOR=Inactive, selected part foreground
- ACTIVE_TAB_BG_START=Active, selected part background begin
- ACTIVE_TAB_BG_END=Active, selected part background end
- ACTIVE_TAB_UNSELECTED_TEXT_COLOR=Active, unselected part foreground
- ACTIVE_TAB_SELECTED_TEXT_COLOR=Active, selected part foreground
- ACTIVE_NOFOCUS_TAB_BG_START=Active (no focus), selected part background begin
- ACTIVE_NOFOCUS_TAB_BG_END=Active (no focus), selected part background end
- ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR=Active (no focus), selected part foreground
|