plugin.properties 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ###############################################################################
  2. # Copyright (c) 2013, 2014 vogella GmbH and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. # Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
  10. # IBM Corporation
  11. ###############################################################################
  12. Plugin.name = Eclipse SDK Themes
  13. Plugin.providerName = Eclipse.org
  14. theme.classic = Classic
  15. theme.gtk = GTK
  16. theme.mac = Mac
  17. theme.win7 = Windows 7
  18. theme.dark = Dark
  19. theme.winxpBlue = Windows XP Blue
  20. theme.winxpOlive = Windows XP Olive
  21. theme.win7Classic = Windows 7 Classic
  22. theme.solaris = Solaris
  23. theme.aix = AIX
  24. theme.hpux = HPUX
  25. theme.high-contrast = High Contrast
  26. #New theme element definitions
  27. INACTIVE_UNSELECTED_TABS_COLOR_START=Inactive, unselected part color begin
  28. INACTIVE_UNSELECTED_TABS_COLOR_END=Inactive, unselected part color end
  29. INACTIVE_TAB_OUTER_KEYLINE_COLOR=Inactive part outer keyline color
  30. INACTIVE_TAB_INNER_KEYLINE_COLOR=Inactive part inner keyline color
  31. INACTIVE_TAB_OUTLINE_COLOR=Inactive part outline color
  32. ACTIVE_UNSELECTED_TABS_COLOR_START=Active, unselected part color begin
  33. ACTIVE_UNSELECTED_TABS_COLOR_END=Active, unselected part color end
  34. ACTIVE_TAB_OUTER_KEYLINE_COLOR=Active part outer keyline color
  35. ACTIVE_TAB_INNER_KEYLINE_COLOR=Active part inner keyline color
  36. ACTIVE_TAB_OUTLINE_COLOR=Active part outline color
  37. INACTIVE_TAB_BG_START=Inactive, selected part background begin
  38. INACTIVE_TAB_BG_END=Inactive, selected part background end
  39. INACTIVE_TAB_UNSELECTED_TEXT_COLOR=Inactive, unselected part foreground
  40. INACTIVE_TAB_SELECTED_TEXT_COLOR=Inactive, selected part foreground
  41. ACTIVE_TAB_BG_START=Active, selected part background begin
  42. ACTIVE_TAB_BG_END=Active, selected part background end
  43. ACTIVE_TAB_UNSELECTED_TEXT_COLOR=Active, unselected part foreground
  44. ACTIVE_TAB_SELECTED_TEXT_COLOR=Active, selected part foreground
  45. ACTIVE_NOFOCUS_TAB_BG_START=Active (no focus), selected part background begin
  46. ACTIVE_NOFOCUS_TAB_BG_END=Active (no focus), selected part background end
  47. ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR=Active (no focus), selected part foreground