Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. #base "SourceSchemeBase.res"
  2.  
  3. Scheme
  4. {
  5. //////////////////////// COLORS ///////////////////////////
  6. // color details
  7. // this is a list of all the colors used by the scheme
  8. Colors
  9. {
  10. "TFDarkBrown" "50 46 43 255"
  11. "TFDarkBrownTransparent" "50 46 43 190"
  12. "TFTanBright" "236 227 203 150"
  13. "TFTanLight" "201 188 162 150"
  14. "TFTanMedium" "131 121 104 150"
  15.  
  16. "TFTanLightBright" "229 223 211 90"
  17. "TFTanLightDark" "96 90 78 90"
  18.  
  19. "TFOrangeBright" "156 82 33 255"
  20.  
  21. "TFTextBright" "251 236 203 255"
  22. "TFTextLight" "201 188 162 255"
  23. "TFTextMedium" "131 121 104 255"
  24. "TFTextMediumDark" "104 96 83 255"
  25. "TFTextBlack" "42 39 37 255"
  26. "TFTextDull" "131 121 104 255"
  27.  
  28. "TFMediumBrown" "69 64 58 255"
  29.  
  30. "QuickListBGDeselected" "69 64 58 255"
  31. "QuickListBGSelected" "131 121 104 150"
  32.  
  33. "Blank" "0 0 0 0"
  34.  
  35. // background colors
  36. "ControlBG" "76 88 68 255" // background color of controls
  37. "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars
  38. "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.)
  39. "SelectionBG" "90 84 75 255" // background color of any selected text or menu item
  40. "SelectionBG2" "69 64 57 255" // selection background in window w/o focus
  41. "ListBG" "39 36 34 255" // background of server browser, buddy list, etc.
  42. }
  43. BaseSettings
  44. {
  45. // scheme-specific colors
  46. Border.Bright "TFTanLightDark" // the lit side of a control
  47. Border.Dark "TFTanLightDark" // the dark/unlit side of a control
  48. Border.Selection "BorderSelection" // the additional border color for displaying the default/selected button
  49.  
  50. Button.TextColor "TFDarkBrown"
  51. Button.BgColor "TFTanLight"
  52. Button.ArmedTextColor "TFDarkBrown"
  53. Button.ArmedBgColor "TFTanBright"
  54. Button.DepressedTextColor "TFDarkBrown"
  55. Button.DepressedBgColor "TFTanLight"
  56. Button.FocusBorderColor "TransparentBlack"
  57.  
  58. CheckButton.TextColor "TFTextBright"
  59. CheckButton.SelectedTextColor "TFTextBright"
  60. CheckButton.BgColor "ListBG"
  61. CheckButton.HighlightFgColor "TFTextMedium"
  62. CheckButton.ArmedBgColor "Blank"
  63. CheckButton.DepressedBgColor "Blank"
  64. CheckButton.Border1 "Border.Dark" // the left checkbutton border
  65. CheckButton.Border2 "Border.Bright" // the right checkbutton border
  66. CheckButton.Check "TFTanBright" // color of the check itself
  67. CheckButton.DisabledBgColor "ListBG"
  68.  
  69. ToggleButton.SelectedTextColor "TFTextBright"
  70.  
  71. ComboBoxButton.ArrowColor "TFTanLight"
  72. ComboBoxButton.ArmedArrowColor "TFTanBright"
  73. ComboBoxButton.BgColor "Blank"
  74. ComboBoxButton.DisabledBgColor "Blank"
  75.  
  76. RadioButton.TextColor "TFTextBright"
  77. RadioButton.SelectedTextColor "TFTextBright"
  78. RadioButton.ArmedTextColor "TFTextMedium"
  79.  
  80. Frame.BgColor "60 56 53 0"
  81. Frame.OutOfFocusBgColor "60 56 53 0"
  82. FrameGrip.Color1 "TFTanMedium"
  83. FrameGrip.Color2 "TFDarkBrown"
  84. FrameTitleButton.FgColor "TFTanBright"
  85. FrameTitleBar.Font "DefaultLarge" [$WIN32]
  86. FrameTitleBar.TextColor "TFTanBright"
  87. FrameTitleBar.DisabledTextColor "TFTanLight"
  88.  
  89. Label.TextDullColor "TFTextDull"
  90. Label.TextColor "TFTextBright"
  91. Label.TextBrightColor "TFTextBright"
  92. Label.SelectedTextColor "TFTextBright"
  93. Label.BgColor "Blank"
  94. Label.DisabledFgColor1 "TFTextDull"
  95. Label.DisabledFgColor2 "Blank"
  96.  
  97. ListPanel.TextColor "TFTextBright"
  98. ListPanel.BgColor "ListBG"
  99. ListPanel.SelectedBgColor "SelectionBG"
  100. ListPanel.SelectedOutOfFocusBgColor "SelectionBG2"
  101.  
  102. MainMenu.TextColor "TanLight" [$WIN32]
  103. MainMenu.ArmedTextColor "117 107 94 255" [$WIN32]
  104. MainMenu.Inset "32"
  105.  
  106. Menu.TextInset "6"
  107. Menu.FgColor "TFTextLight"
  108. Menu.BgColor "ListBG"
  109. Menu.ArmedFgColor "TFTextBright"
  110. Menu.ArmedBgColor "TFOrangeBright"
  111. Menu.DividerColor "BorderDark"
  112.  
  113. ScrollBarButton.FgColor "TFDarkBrown"
  114. ScrollBarButton.BgColor "TFTanLight"
  115. ScrollBarButton.ArmedFgColor "TFDarkBrown"
  116. ScrollBarButton.ArmedBgColor "TFTanBright"
  117. ScrollBarButton.DepressedFgColor "TFDarkBrown"
  118. ScrollBarButton.DepressedBgColor "TFTanLight"
  119.  
  120. ScrollBarSlider.BgColor "TFTanMedium" // this isn't really used
  121. ScrollBarSlider.FgColor "TFTanLight" // handle with which the slider is grabbed
  122.  
  123. Slider.NobColor "TFTanLight"
  124. Slider.TextColor "TFTextBright"
  125. Slider.TrackColor "ListBG"
  126. Slider.DisabledTextColor1 "TFTextMediumDark"
  127. Slider.DisabledTextColor2 "Blank"
  128.  
  129. TextEntry.TextColor "TFTextBright"
  130. TextEntry.DisabledTextColor "TFTextMedium"
  131. TextEntry.SelectedBgColor "TFOrangeBright"
  132. }
  133.  
  134. Fonts
  135. {
  136. "MainMenuFont"
  137. {
  138. "1" [$WIN32]
  139. {
  140. "name" "TF2 Build"
  141. "tall" "18"
  142. "weight" "500"
  143. "additive" "0"
  144. "antialias" "1"
  145. "dropshadow" "1"
  146. }
  147. }
  148. "Default"
  149. {
  150. "1"
  151. {
  152. "name" "TF2 Secondary"
  153. "tall" "17"
  154. "weight" "500"
  155. "antialias" "1"
  156. }
  157. }
  158. "DefaultSmall"
  159. {
  160. "1"
  161. {
  162. "name" "TF2 Secondary"
  163. "tall" "14"
  164. "weight" "500"
  165. "antialias" "1"
  166. }
  167. }
  168. "DefaultVerySmall"
  169. {
  170. "1"
  171. {
  172. "name" "TF2 Secondary"
  173. "tall" "14"
  174. "weight" "0"
  175. "antialias" "1"
  176. }
  177. }
  178. "DefaultLarge"
  179. {
  180. "1"
  181. {
  182. "name" "TF2 Build"
  183. "tall" "18"
  184. "weight" "500"
  185. "additive" "0"
  186. "antialias" "1"
  187. "dropshadow" "1"
  188. }
  189. }
  190. "MenuLarge"
  191. {
  192. "1" [$X360]
  193. {
  194. "tall_hidef" "24"
  195. }
  196. }
  197.  
  198. "ServerBrowserTitle"
  199. {
  200. "1"
  201. {
  202. "name" "TF2 Build"
  203. "tall" "35"
  204. "tall_lodef" "40"
  205. "weight" "500"
  206. "additive" "0"
  207. "antialias" "1"
  208. "dropshadow" "1"
  209. }
  210. }
  211.  
  212. "ServerBrowserSmall"
  213. {
  214. "1"
  215. {
  216. "name" "TF2 Secondary"
  217. "tall" "17"
  218. "weight" "0"
  219. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  220. "yres" "480 599"
  221. }
  222. "2"
  223. {
  224. "name" "TF2 Secondary"
  225. "tall" "17"
  226. "weight" "0"
  227. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  228. "yres" "600 767"
  229. }
  230. "3"
  231. {
  232. "name" "TF2 Secondary"
  233. "tall" "17"
  234. "weight" "0"
  235. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  236. "yres" "768 1023"
  237. "antialias" "1"
  238. }
  239. "4"
  240. {
  241. "name" "TF2 Secondary"
  242. "tall" "19"
  243. "weight" "0"
  244. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  245. "yres" "1024 1199"
  246. "antialias" "1"
  247. }
  248. "5"
  249. {
  250. "name" "TF2 Secondary"
  251. "tall" "19"
  252. "weight" "0"
  253. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  254. "yres" "1200 6000"
  255. "antialias" "1"
  256. }
  257. }
  258. }
  259.  
  260. Borders
  261. {
  262. FrameBorder
  263. {
  264. "bordertype" "scalable_image"
  265. "backgroundtype" "0"
  266.  
  267. "image" "../hud/color_panel_brown"
  268. "src_corner_height" "23" // pixels inside the image
  269. "src_corner_width" "23"
  270. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  271. "draw_corner_height" "5"
  272. }
  273. ButtonKeyFocusBorder
  274. {
  275. "inset" "0 0 0 0"
  276. "backgroundtype" "2"
  277. }
  278.  
  279. ButtonDepressedBorder
  280. {
  281. "inset" "0 0 0 0"
  282. "backgroundtype" "2"
  283. }
  284. DepressedBorder
  285. {
  286. "inset" "0 0 1 1"
  287. "backgroundtype" "2"
  288. }
  289. RaisedBorder
  290. {
  291. "inset" "0 0 1 1"
  292. "backgroundtype" "2"
  293. }
  294. TabBorder
  295. {
  296. "inset" "0 0 1 1"
  297. "backgroundtype" "2"
  298.  
  299. }
  300.  
  301. TabActiveBorder
  302. {
  303. "inset" "0 0 1 0"
  304. "backgroundtype" "2"
  305.  
  306. }
  307.  
  308. }
  309.  
  310. CustomFontFiles
  311. {
  312. "9"
  313. {
  314. "font" "resource/TF2Build.ttf"
  315. "name" "TF2 Build"
  316. "russian"
  317. {
  318. "range" "0x0000 0xFFFF"
  319. }
  320. }
  321. "10"
  322. {
  323. "font" "resource/TF2secondary.ttf"
  324. "name" "TF2 Secondary"
  325. }
  326. }
  327. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement