Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
3.7 KiB

  1. ;--------------------------------------------
  2. ; file: luna\themes.ini
  3. ;--------------------------------------------
  4. [documentation]
  5. DisplayName = Windows XP style
  6. LastUpdated = 01/09/2001
  7. ToolTip = Windows XP Visual Style
  8. Author = Microsoft Design Team
  9. Company = Microsoft Corporation
  10. Copyright = Copyright � Microsoft Corporation, 2000
  11. URL = http://www.microsoft.com
  12. Version = .01
  13. Description = Microsoft's Visual Style for Windows XP
  14. ThemeName = Luna
  15. WmpSkinName = Default ; change this to a real WMP skin name
  16. ;---------- Color Schemes for this theme ------------
  17. [ColorScheme.NormalColor]
  18. DisplayName = Default (blue)
  19. ToolTip = default blue color scheme
  20. [ColorScheme.Metallic]
  21. DisplayName = Silver
  22. ToolTip = Metallic silver color scheme
  23. [ColorScheme.HomeStead]
  24. DisplayName = Olive Green
  25. ToolTip = Olive Green color scheme
  26. ;[ColorScheme.Champagne]
  27. ;FromColor1 = 210 213 206
  28. ;ToColor1 = 210 20 20
  29. ;FromColor2 = 190 250 190
  30. ;ToColor2 = 250 220 220
  31. ;---------- Sizes for this theme ------------
  32. [Size.NormalSize]
  33. DisplayName = Normal
  34. ToolTip = Normal size
  35. [Size.LargeFonts]
  36. DisplayName = Large Fonts
  37. ToolTip = Large Fonts
  38. [Size.ExtraLargeFonts]
  39. DisplayName = Extra Large Fonts
  40. ToolTip = Extra Large Fonts
  41. ;---------- Substitution tables for this theme ------------
  42. [Subst.Common]
  43. [Subst.NormalColor]
  44. Include = Common
  45. [Subst.Metallic]
  46. Include = Common
  47. [Subst.Homestead]
  48. Include = Common
  49. [Subst.NormalSize]
  50. SBWidth = 17
  51. SBHeight = 17
  52. CaptionBarHeight = 25
  53. SMCaptionBarHeight = 17
  54. SMCaptionBarWidth = 17
  55. CaptionFont = Trebuchet MS, 10, bold
  56. SmallCaptionFont = Tahoma, 8, bold
  57. MenuFont = Tahoma, 8
  58. StatusFont = Tahoma, 8
  59. MsgBoxFont = Tahoma, 8
  60. IconTitleFont = Tahoma, 8
  61. Tahoma8 = Tahoma, 8
  62. Tahoma8Bold = Tahoma, 8, Bold
  63. StartPanelFont = Franklin Gothic Medium, 14
  64. StartButtonFont = Franklin Gothic Medium, 14, italic
  65. [Subst.LargeFonts]
  66. SBWidth = 19
  67. SBHeight = 19
  68. CaptionBarHeight = 29
  69. SMCaptionBarHeight = 19
  70. SMCaptionBarWidth = 19
  71. CaptionFont = Trebuchet MS, 14, bold
  72. SmallCaptionFont = Tahoma, 9, bold
  73. MenuFont = Tahoma, 10
  74. StatusFont = Tahoma, 10
  75. MsgBoxFont = Tahoma, 10
  76. IconTitleFont = Tahoma, 10
  77. Tahoma8 = Tahoma, 10
  78. Tahoma8Bold = Tahoma, 10, Bold
  79. StartPanelFont = Franklin Gothic Medium, 17
  80. StartButtonFont = Franklin Gothic Medium, 17, italic
  81. [Subst.ExtraLargeFonts]
  82. SBWidth = 21
  83. SBHeight = 21
  84. CaptionBarHeight = 35
  85. SMCaptionBarHeight = 21
  86. SMCaptionBarWidth = 21
  87. CaptionFont = Trebuchet MS, 17, bold
  88. SmallCaptionFont = Tahoma, 10, bold
  89. MenuFont = Tahoma, 12
  90. StatusFont = Tahoma, 10
  91. MsgBoxFont = Tahoma, 12
  92. IconTitleFont = Tahoma, 12
  93. Tahoma8 = Tahoma, 12
  94. Tahoma8Bold = Tahoma, 12, Bold
  95. StartPanelFont = Franklin Gothic Medium, 20
  96. StartButtonFont = Franklin Gothic Medium, 20, italic
  97. ;---------- ClassData files for this theme ------------
  98. [File.NormalBlue]
  99. FileName = Blue\Blue.ini
  100. ColorSchemes = NormalColor
  101. Sizes = NormalSize
  102. [File.LargeFontsBlue]
  103. FileName = Blue\Blue.ini
  104. ColorSchemes = NormalColor
  105. Sizes = LargeFonts
  106. [File.ExtraLargeBlue]
  107. FileName = Blue\Blue.ini
  108. ColorSchemes = NormalColor
  109. Sizes = ExtraLargeFonts
  110. [File.NormalMetallic]
  111. FileName = Metallic\Metallic.ini
  112. ColorSchemes = Metallic
  113. Sizes = NormalSize
  114. [File.LargeFontsMetallic]
  115. FileName = Metallic\Metallic.ini
  116. ColorSchemes = Metallic
  117. Sizes = LargeFonts
  118. [File.ExtraLargeMetallic]
  119. FileName = Metallic\Metallic.ini
  120. ColorSchemes = Metallic
  121. Sizes = ExtraLargeFonts
  122. [File.NormalHomeStead]
  123. FileName = HomeStead\HomeStead.ini
  124. ColorSchemes = HomeStead
  125. Sizes = NormalSize
  126. [File.LargeFontsHomeStead]
  127. FileName = HomeStead\HomeStead.ini
  128. ColorSchemes = HomeStead
  129. Sizes = LargeFonts
  130. [File.ExtraLargeHomeStead]
  131. FileName = HomeStead\HomeStead.ini
  132. ColorSchemes = HomeStead
  133. Sizes = ExtraLargeFonts