home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / Akce / Half-Life2 / hl2as_beta7_full.exe / scripts / LauncherScheme.res < prev    next >
Encoding:
Text File  |  2005-07-06  |  8.1 KB  |  594 lines

  1. // Tracker scheme resource file
  2. Scheme
  3. {
  4.     // default settings for all panels
  5.     BaseSettings
  6.     {
  7.         "sc_primary1" "102 102 153 255"
  8.         "sc_primary2" "192 192 172 128"
  9.         "sc_primary3" "204 204 255 255"
  10.         "sc_secondary1" "63 63 63 255"
  11.         "sc_secondary2" "153 153 153 255"
  12.         "sc_secondary3" "204 204 204 255"
  13.         "sc_user" "0 0 0 255"
  14.  
  15.         "FgColor" "220 220 255 255"
  16.         "BgColor" "0 0 0 255"
  17.  
  18.         "DisabledFgColor1"        "80 80 80 255" 
  19.         "DisabledFgColor2"        "40 40 40 255"    // set this to the BgColor if you don't want it to draw
  20.  
  21.         "TitleBarFgColor"            "0 0 0 255"
  22.         "TitleBarDisabledFgColor"    "150 150 150 255"
  23.         "TitleBarBgColor"            "180 120 0 255"
  24.         "TitleBarDisabledBgColor"    "99 99 99 255"
  25.  
  26.         "TitleBarIcon"                "icon_tracker"
  27.         "TitleBarDisabledIcon"        "icon_tracker_disabled"
  28.  
  29.         "TitleButtonFgColor"            "97 64 0 255"
  30.         "TitleButtonBgColor"            "197 131 0 255"
  31.         "TitleButtonDisabledFgColor"    "0 0 0 255"
  32.         "TitleButtonDisabledBgColor"    "99 99 99 255"
  33.  
  34.         "TextCursorColor"            "0 0 0 255"
  35.  
  36.         Menu
  37.         {
  38.             "FgColor"            "150 150 150 255"
  39.             "BgColor"            "70 70 70 255"
  40.             "ArmedFgColor"        "255 183 0 255"
  41.             "ArmedBgColor"        "134 91 19 255"
  42.             "DividerColor"        "56 56 56 255"
  43.  
  44.             "TextInset"            "6"            //!! not working yet
  45.         }
  46.  
  47.         ScrollBar
  48.         {
  49.             "BgColor"            "80 80 80 255"
  50.             "SliderBgColor"        "0 0 00 0"
  51.         }
  52.  
  53.         // text edit windows
  54.         "WindowFgColor"                "220 220 255 255"
  55.         "WindowBgColor"                "0 0 0 64"
  56.         "WindowDisabledFgColor"        "150 150 150 255"
  57.         "WindowDisabledBgColor"        "80 80 80 255"
  58.         
  59.         // App-specific stuff
  60.  
  61.         // status selection
  62.         "StatusSelectFgColor"        "255 255 255 255"
  63.         "StatusSelectFgColor2"        "121 121 121 255"
  64.  
  65.         // buddy buttons
  66.         BuddyButton
  67.         {
  68.             "FgColor1"        "255 183 0 255"
  69.             "FgColor2"        "157 105 0 255"
  70.  
  71.             "ArmedFgColor1"    "255 183 0 255"
  72.             "ArmedFgColor2"    "255 183 0 255"
  73.             "ArmedBgColor"    "134 91 19 255"
  74.         }
  75.  
  76.         "SectionTextColor"        "121 121 121 255"
  77.         "SectionDividerColor"    "56 56 56 255"
  78.  
  79.         // TF2 HUD
  80.         "HudStatusBgColor"            "0 0 0 64"
  81.         "HudStatusSelectedBgColor    "0 0 0 192"
  82.     }
  83.  
  84.     // describes all the fonts
  85.     Fonts
  86.     {
  87.         "Default"
  88.         {
  89.             "name"        "Tahoma"
  90.             "tall"        "16"
  91.             "weight"    "500"
  92.         }
  93.  
  94.         "DefaultSmall"
  95.         {
  96.             "name"        "Tahoma"
  97.             "tall"        "12"
  98.             "weight"    "0"
  99.         }
  100.  
  101.         // this is the symbol font
  102.         "Marlett"
  103.         {
  104.             "name"        "Marlett"
  105.             "tall"        "14"
  106.             "weight"    "0"
  107.         }
  108.     }
  109.  
  110.     // describes all the images used
  111.     Images
  112.     {
  113.         "icon_tracker"
  114.         {
  115.             "filename"    "resource/icon_tracker"
  116.             "width"        "16"
  117.             "height"    "16"
  118.         }
  119.         "icon_tracker_disabled"
  120.         {
  121.             "filename"    "resource/icon_tracker_disabled"
  122.             "width"        "16"
  123.             "height"    "16"
  124.         }
  125.         "icon_tray"
  126.         {
  127.             "filename"    "resource/icon_tracker"
  128.             "width"        "16"
  129.             "height"    "16"
  130.         }
  131.         "icon_away"
  132.         {
  133.             "filename"    "resource/icon_away"
  134.             "width"        "16"
  135.             "height"    "16"
  136.         }
  137.         "icon_busy"
  138.         {
  139.             "filename"    "resource/icon_busy"
  140.             "width"        "16"
  141.             "height"    "16"
  142.         }
  143.         "icon_online"
  144.         {
  145.             "filename"    "resource/icon_blank"
  146.             "width"        "16"
  147.             "height"    "16"
  148.         }
  149.         "icon_offline"
  150.         {
  151.             "filename"    "resource/icon_blank"
  152.             "width"        "16"
  153.             "height"    "16"
  154.         }
  155.         "icon_connecting"
  156.         {
  157.             "filename"    "resource/icon_blank"
  158.             "width"        "16"
  159.             "height"    "16"
  160.         }
  161.         "icon_message"
  162.         {
  163.             "filename"    "resource/icon_message"
  164.             "width"        "16"
  165.             "height"    "16"
  166.         }
  167.         "icon_blank"
  168.         {
  169.             "filename"    "resource/icon_blank"
  170.             "width"        "16"
  171.             "height"    "16"
  172.         }
  173.     }
  174.  
  175.     // describes all the border types
  176.     Borders
  177.     {
  178.         BaseBorder
  179.         {
  180.             "inset" "0 0 1 1"
  181.             Left
  182.             {
  183.                 "1"
  184.                 {
  185.                     "color" "43 43 43 255"
  186.                     "offset" "0 1"
  187.                 }
  188.             }
  189.  
  190.             Right
  191.             {
  192.                 "1"
  193.                 {
  194.                     "color" "99 99 99 255"
  195.                     "offset" "1 0"
  196.                 }
  197.             }
  198.  
  199.             Top
  200.             {
  201.                 "1"
  202.                 {
  203.                     "color" "43 43 43 255"
  204.                     "offset" "0 0"
  205.                 }
  206.             }
  207.  
  208.             Bottom
  209.             {
  210.                 "1"
  211.                 {
  212.                     "color" "99 99 99 255"
  213.                     "offset" "0 0"
  214.                 }
  215.             }
  216.         }
  217.         
  218.         TitleButtonBorder
  219.         {
  220.             "inset" "2 2 1 1"
  221.             Left
  222.             {
  223.                 "1"
  224.                 {
  225.                     "color" "255 170 0 255"
  226.                     "offset" "0 1"
  227.                 }
  228.             }
  229.  
  230.             Right
  231.             {
  232.                 "1"
  233.                 {
  234.                     "color" "97 64 0 255"
  235.                     "offset" "1 0"
  236.                 }
  237.             }
  238.  
  239.             Top
  240.             {
  241.                 "1"
  242.                 {
  243.                     "color" "255 170 0 255"
  244.                     "offset" "0 0"
  245.                 }
  246.             }
  247.  
  248.             Bottom
  249.             {
  250.                 "1"
  251.                 {
  252.                     "color" "97 64 0 255"
  253.                     "offset" "0 0"
  254.                 }
  255.             }
  256.         }
  257.  
  258.         TitleButtonDisabledBorder
  259.         {
  260.             "inset" "2 2 1 1"
  261.             Left
  262.             {
  263.                 "1"
  264.                 {
  265.                     "color" "79 79 79 255"
  266.                     "offset" "0 1"
  267.                 }
  268.             }
  269.  
  270.             Right
  271.             {
  272.                 "1"
  273.                 {
  274.                     "color" "0 0 0 255"
  275.                     "offset" "1 0"
  276.                 }
  277.             }
  278.             Top
  279.             {
  280.                 "1"
  281.                 {
  282.                     "color" "79 79 79 255"
  283.                     "offset" "0 0"
  284.                 }
  285.             }
  286.  
  287.             Bottom
  288.             {
  289.                 "1"
  290.                 {
  291.                     "color" "0 0 0 255"
  292.                     "offset" "0 0"
  293.                 }
  294.             }
  295.         }
  296.  
  297.         TitleButtonDepressedBorder
  298.         {
  299.             "inset" "3 3 1 1"
  300.             Left
  301.             {
  302.                 "1"
  303.                 {
  304.                     "color" "97 64 0 255"
  305.                     "offset" "0 1"
  306.                 }
  307.             }
  308.  
  309.             Right
  310.             {
  311.                 "1"
  312.                 {
  313.                     "color" "255 170 0 255"
  314.                     "offset" "1 0"
  315.                 }
  316.             }
  317.  
  318.             Top
  319.             {
  320.                 "1"
  321.                 {
  322.                     "color" "97 64 0 255"
  323.                     "offset" "0 0"
  324.                 }
  325.             }
  326.  
  327.             Bottom
  328.             {
  329.                 "1"
  330.                 {
  331.                     "color" "255 170 0 255"
  332.                     "offset" "0 0"
  333.                 }
  334.             }
  335.         }
  336.  
  337.         ScrollBarButtonBorder
  338.         {
  339.             "inset" "2 2 1 1"
  340.             Left
  341.             {
  342.                 "1"
  343.                 {
  344.                     "color" "79 79 79 255"
  345.                     "offset" "0 1"
  346.                 }
  347.             }
  348.  
  349.             Right
  350.             {
  351.                 "1"
  352.                 {
  353.                     "color" "0 0 0 255"
  354.                     "offset" "1 0"
  355.                 }
  356.             }
  357.             Top
  358.             {
  359.                 "1"
  360.                 {
  361.                     "color" "79 79 79 255"
  362.                     "offset" "0 0"
  363.                 }
  364.             }
  365.  
  366.             Bottom
  367.             {
  368.                 "1"
  369.                 {
  370.                     "color" "0 0 0 255"
  371.                     "offset" "0 0"
  372.                 }
  373.             }
  374.         }
  375.  
  376.         ButtonBorder
  377.         {
  378.             "inset" "0 0 1 1"
  379.             Left
  380.             {
  381.                 "1"
  382.                 {
  383.                     "color" "99 99 99 255"
  384.                     "offset" "0 1"
  385.                 }
  386.             }
  387.  
  388.             Right
  389.             {
  390.                 "1"
  391.                 {
  392.                     "color" "43 43 43 255"
  393.                     "offset" "1 0"
  394.                 }
  395.             }
  396.  
  397.             Top
  398.             {
  399.                 "1"
  400.                 {
  401.                     "color" "99 99 99 255"
  402.                     "offset" "0 0"
  403.                 }
  404.             }
  405.  
  406.             Bottom
  407.             {
  408.                 "1"
  409.                 {
  410.                     "color" "43 43 43 255"
  411.                     "offset" "0 0"
  412.                 }
  413.             }
  414.         }
  415.  
  416.         // this is the border used for default buttons (the button that gets pressed when you hit enter)
  417.         ButtonKeyFocusBorder
  418.         {
  419.             "inset" "0 0 1 1"
  420.             Left
  421.             {
  422.                 "1"
  423.                 {
  424.                     "color" "0 0 0 255"
  425.                     "offset" "0 0"
  426.                 }
  427.                 "2"
  428.                 {
  429.                     "color" "99 99 99 255"
  430.                     "offset" "0 1"
  431.                 }
  432.             }
  433.             Top
  434.             {
  435.                 "1"
  436.                 {
  437.                     "color" "0 0 0 255"
  438.                     "offset" "0 0"
  439.                 }
  440.                 "2"
  441.                 {
  442.                     "color" "99 99 99 255"
  443.                     "offset" "1 0"
  444.                 }
  445.             }
  446.             Right
  447.             {
  448.                 "1"
  449.                 {
  450.                     "color" "0 0 0 255"
  451.                     "offset" "0 0"
  452.                 }
  453.                 "2"
  454.                 {
  455.                     "color" "43 43 43 255"
  456.                     "offset" "1 0"
  457.                 }
  458.             }
  459.             Bottom
  460.             {
  461.                 "1"
  462.                 {
  463.                     "color" "0 0 0 255"
  464.                     "offset" "0 0"
  465.                 }
  466.                 "2"
  467.                 {
  468.                     "color" "43 43 43 255"
  469.                     "offset" "0 0"
  470.                 }
  471.             }
  472.         }
  473.  
  474.         ButtonDepressedBorder
  475.         {
  476.             "inset" "2 1 1 1"
  477.             Left
  478.             {
  479.                 "1"
  480.                 {
  481.                     "color" "43 43 43 255"
  482.                     "offset" "0 1"
  483.                 }
  484.             }
  485.  
  486.             Right
  487.             {
  488.                 "1"
  489.                 {
  490.                     "color" "99 99 99 255"
  491.                     "offset" "1 0"
  492.                 }
  493.             }
  494.  
  495.             Top
  496.             {
  497.                 "1"
  498.                 {
  499.                     "color" "43 43 43 255"
  500.                     "offset" "0 0"
  501.                 }
  502.             }
  503.  
  504.             Bottom
  505.             {
  506.                 "1"
  507.                 {
  508.                     "color" "99 99 99 255"
  509.                     "offset" "0 0"
  510.                 }
  511.             }
  512.         }
  513.  
  514.         ComboBoxBorder
  515.         {
  516.             "inset" "0 0 1 1"
  517.             Left
  518.             {
  519.                 "1"
  520.                 {
  521.                     "color" "43 43 43 255"
  522.                     "offset" "0 1"
  523.                 }
  524.             }
  525.  
  526.             Right
  527.             {
  528.                 "1"
  529.                 {
  530.                     "color" "99 99 99 255"
  531.                     "offset" "1 0"
  532.                 }
  533.             }
  534.  
  535.             Top
  536.             {
  537.                 "1"
  538.                 {
  539.                     "color" "43 43 43 255"
  540.                     "offset" "0 0"
  541.                 }
  542.             }
  543.  
  544.             Bottom
  545.             {
  546.                 "1"
  547.                 {
  548.                     "color" "99 99 99 255"
  549.                     "offset" "0 0"
  550.                 }
  551.             }
  552.         }
  553.  
  554.         MenuBorder
  555.         {
  556.             "inset" "1 1 1 1"
  557.             Left
  558.             {
  559.                 "1"
  560.                 {
  561.                     "color" "99 99 99 255"
  562.                     "offset" "0 1"
  563.                 }
  564.             }
  565.  
  566.             Right
  567.             {
  568.                 "1"
  569.                 {
  570.                     "color" "43 43 43 255"
  571.                     "offset" "1 0"
  572.                 }
  573.             }
  574.  
  575.             Top
  576.             {
  577.                 "1"
  578.                 {
  579.                     "color" "99 99 99 255"
  580.                     "offset" "0 0"
  581.                 }
  582.             }
  583.  
  584.             Bottom
  585.             {
  586.                 "1"
  587.                 {
  588.                     "color" "43 43 43 255"
  589.                     "offset" "0 0"
  590.                 }
  591.             }
  592.         }
  593.     }
  594. }