Romanian Team
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Hl.LaLeagane.Ro
 
HomeLatest imagesRegisterLog in

 

 Menu colors +console

Go down 
3 posters
AuthorMessage
teylo

teylo


Number of posts : 713
Registration date : 2009-04-23
Age : 30
Location : Adjud

Menu colors +console  Empty
PostSubject: Menu colors +console    Menu colors +console  EmptyTue May 15, 2012 4:15 pm

Puteti edita meniul Half-life mai exact Tabelul "Find servers" si consola

Pentru a le putea edita va trebui sa intrati in valve/resources si sa deschideti trackerscheme.res cu notepad

Inlocuiti apoi cu unul dintre codurile care corespund "skin-ului" preferat de dvs.



1.

Menu colors +console  Kt9ee

Cod:
Code:
//
// TRACKER SCHEME RESOURCE FILE
//
// sections:
//    colors    - all the colors used by the scheme
//    basesettings   - contains settings for app to use to draw controls
//    fonts    - list of all the fonts used by app
//    borders    - description of all the borders
//
// notes:
// hit ctrl-alt-shift-R in the app to reload this file
//
Scheme
{
//////////////////////// COLORS ///////////////////////////
// Aquí la modificación da mi gusto

Colors
{
// base colors
"BaseText" "255 255 255 255"
"BrightBaseText" "200 30 30 255"
"SelectedText" "30 30 200 255"
"DimBaseText" "255 255 255 255"
"LabelDimText" "30 30 200 255"
"ControlText" "255 255 255 255"
"BrightControlText" "30 30 200 255"
"DisabledText1" "000 000 000 255"
"DisabledText2" "128 128 255 255"
"DimListText" "000 000 000 255"

// background colors
"ControlBG" "0 0 0 200"
"ControlDarkBG" "200 200 200 100"
"WindowBG" "0 0 0 200"
"SelectionBG" "0 0 0 200"
"SelectionBG2" "0 0 0 200"
"ListBG" "0 0 0 200"

// titlebar colors
"TitleText" "255 128 128 255"
"TitleDimText" "255 128 128 255"
"TitleBG" "128 030 050 170"
"TitleDimBG" "025 063 092 130"

// slider tick colors
"SliderTickColor" "255 255 255 255"
"SliderTrackColor" "255 255 255 255"

// border colors
"BorderBright" "255 128 128 255"
"BorderDark" "000 000 000 255"
"BorderSelection" "255 255 255 255"
}

///////////////////// BASE SETTINGS ////////////////////////
// default settings for all panels
// controls use these to determine their settings
BaseSettings
{
"FgColor"    "ControlText"
"BgColor"    "ControlBG"
"LabelBgColor"    "ControlBG"
"SubPanelBgColor"   "ControlBG"

"DisabledFgColor1"    "DisabledText1"
"DisabledFgColor2"    "DisabledText2"    // set this to the BgColor if you don't want it to draw

"TitleBarFgColor"    "TitleText"
"TitleBarDisabledFgColor"   "TitleDimText"
"TitleBarBgColor"    "TitleBG"
"TitleBarDisabledBgColor"   "TitleDimBG"

"TitleBarIcon"    "resource/icon_steam"
"TitleBarDisabledIcon"    "resource/icon_steam_disabled"

"TitleButtonFgColor"    "BorderBright"
"TitleButtonBgColor"    "ControlBG"
"TitleButtonDisabledFgColor"   "TitleDimText"
"TitleButtonDisabledBgColor"   "TitleDimBG"

"TextCursorColor"    "BaseText"    // color of the blinking text cursor in text entries
"URLTextColor"    "BrightBaseText"   // color that URL's show up in chat window

Menu
{
"FgColor"    "DimBaseText"
"BgColor"    "ControlBG"
"ArmedFgColor"    "BrightBaseText"
"ArmedBgColor"    "SelectionBG"
"DividerColor"    "BorderDark"

"TextInset"    "6"
}

MenuButton    // the little arrow on the side of boxes that triggers drop down menus
{
"ButtonArrowColor"   "DimBaseText"    // color of arrows
"ButtonBgColor"    "WindowBG"    // bg color of button. same as background color of text edit panes
"ArmedArrowColor"   "BrightBaseText"   // color of arrow when mouse is over button
"ArmedBgColor"    "DimBaseText"    // bg color of button when mouse is over button
}

Slider
{
"SliderFgColor"    "ControlBG"    // handle with which the slider is grabbed
"SliderBgColor"    "ControlDarkBG"    // area behind handle
}

ScrollBarSlider
{
"BgColor"    "ControlBG"    // this isn't really used
"ScrollBarSliderFgColor"   "ControlBG"    // handle with which the slider is grabbed
"ScrollBarSliderBgColor"   "ControlDarkBG"   // area behind handle
"ButtonFgColor"    "DimBaseText"   // color of arrows
}


// text edit windows
"WindowFgColor"    "BaseText"    // off-white
"WindowBgColor"    "WindowBG"    // redundant. can we get rid of WindowBgColor and just use WindowBG?
"WindowDisabledFgColor"    "DimBaseText"
"WindowDisabledBgColor"    "ListBG"    // background of chat conversation
"SelectionFgColor"    "SelectedText"   // fg color of selected text
"SelectionBgColor"    "SelectionBG"
"ListSelectionFgColor"    "SelectedText"
"ListBgColor"    "ListBG"    // background of server browser control, etc
"BuddyListBgColor"    "ListBG"    // background of buddy list pane

// App-specific stuff
"ChatBgColor"    "WindowBG"

// status selection
"StatusSelectFgColor"    "BrightBaseText"
"StatusSelectFgColor2"    "BrightControlText"   // this is the color of the friends status

// checkboxes
"CheckButtonBorder1" "BorderDark"    // the left checkbutton border
"CheckButtonBorder2" "BorderBright"    // the right checkbutton border
"CheckButtonCheck"    "BrightControlText"   // color of the check itself
"CheckBgColor"    "ListBG"

// buttons (default fg/bg colors are used if these are not set)
//    "ButtonArmedFgColor"
//    "ButtonArmedBgColor"
//    "ButtonDepressedFgColor"   "BrightControlText"
//    "ButtonDepressedBgColor"

// buddy buttons
BuddyButton
{
"FgColor1"    "ControlText"
"FgColor2"    "DimListText"
"ArmedFgColor1"    "BrightBaseText"
"ArmedFgColor2"    "BrightBaseText"
"ArmedBgColor"    "SelectionBG"
}

Chat
{
"TextColor"    "BrightControlText"
"SelfTextColor"    "BaseText"
"SeperatorTextColor"   "DimBaseText"
}
InGameDesktop
{
"MenuColor"    "0 0 0 255"
"ArmedMenuColor"   "255 128 128 255"
"DepressedMenuColor" "192 186 80 255"
"WidescreenBarColor" "0 0 0 0"
"MenuItemVisibilityRate" "0.03" // time it takes for one menu item to appear
"MenuItemHeight"   "28"
"GameMenuInset"    "32"
}
"SectionTextColor"    "BrightControlText"   // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
"SectionDividerColor"   "BorderDark"    // color of line that runs under section name in buddy list
}

//
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
// fonts are used in order that they are listed
// fonts listed later in the order will only be used if they fulfill a range not already filled
// if a font fails to load then the subsequent fonts will replace
"Default"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "0"
}
}
"DefaultBold"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "500"
}
}
"DefaultUnderline"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "0"
"underline" "1"
}
}
"DefaultSmall"
{
"1"
{
"name"    "Tahoma"
"tall"    "13"
"weight"   "0"
}
}
"DefaultSmallBold"
{
"1"
{
"name"    "Tahoma"
"tall"    "12"
"weight"   "600"
}
}
"DefaultVerySmall"
{
"1"
{
"name"    "Tahoma"
"tall"    "12"
"weight"   "0"
}
}


"MenuLarge"
{
"1"
{
"name"    "Verdana"
"tall"    "18"
"weight"   "1000"
"antialias" "0"
}
}
"UiHeadline"
{
"1"
{
"name"    "Verdana"
"tall"    "16"
"weight"   "1000"
"antialias" "0"
}
}

// this is the symbol font
"Marlett"
{
"1"
{
"name"    "Marlett"
"tall"    "14"
"weight"   "0"
"symbol"   "1"
}
}

"EngineFont"
{
"1"
{
"name"    "Verdana"
"tall"    "12"
"weight"   "600"
"yres"   "480 599"
"dropshadow"   "1"
}

"2"
{
"name" "Comic Sans MS"
"tall" "20"
"weight" "800"
"yres" "600 767"
"dropshadow" "2"
}
"3"
{
"name"    "Verdana"
"tall"    "14"
"weight"   "600"
"yres"   "768 1023"
"dropshadow"   "1"
}
"4"
{
"name"    "Verdana"
"tall"    "20"
"weight"   "600"
"yres"   "1024 1199"
"dropshadow"   "1"
}
"5"
{
"name"    "Verdana"
"tall"    "24"
"weight"   "600"
"yres"   "1200 6000"
"dropshadow"   "1"
}
}   

"CreditsFont"
{
"1"
{
"name"    "Trebuchet MS"
"tall"    "18"
"weight"   "600"
"antialias"   "1"
}
}

"Legacy_CreditsFont" // Added to accomodate 3rd party server plugins, etc. This version should not scale.
{
"1"
{
"name"    "ComicSansMS"
"tall"    "24"
"weight"   "700"
"antialias"   "1"
"yres"   "1 10000"
}
}
}

//
//////////////////// BORDERS //////////////////////////////
//
// describes all the border types
Borders
{
// references to other borders
BaseBorder    "InsetBorder"
ComboBoxBorder   "InsetBorder"
BrowserBorder   "InsetBorder"
ButtonBorder   "RaisedBorder"
FrameBorder    "RaisedBorder"
TabBorder    "RaisedBorder"
MenuBorder    "RaisedBorder"

// standard borders
InsetBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

RaisedBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// special border types
TitleButtonBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"4"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

TitleButtonDisabledBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BgColor"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BgColor"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}
}

TitleButtonDepressedBorder
{
"inset" "1 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

ScrollBarButtonBorder
{
"inset" "1 0 0 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

TabActiveBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "ControlBG"
"offset" "6 2"
}
}
}


ToolTipBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// this is the border used for default buttons (the button that gets pressed when you hit enter)
ButtonKeyFocusBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "0 1"
}
}
Top
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "1 0"
}
}
Right
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 0"
}
}
Bottom
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 1"
}
}
}

ButtonDepressedBorder
{
"inset" "2 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}
}
}

2.
Menu colors +console  Scaled.php?server=600&filename=port2b

Cod:
Code:
//
// TRACKER SCHEME RESOURCE FILE
//
// sections:
//    colors    - all the colors used by the scheme
//    basesettings   - contains settings for app to use to draw controls
//    fonts    - list of all the fonts used by app
//    borders    - description of all the borders
//
// notes:
// hit ctrl-alt-shift-R in the app to reload this file
//
Scheme
{
//////////////////////// COLORS ///////////////////////////
// Aquí la modificación da mi gusto

Colors
{
// base colors
"BaseText" "129 0 147 255"
"BrightBaseText" "0 0 0 255"
"SelectedText" "255 255 255 255"
"DimBaseText" "0 121 28 255"
"LabelDimText" "0 0 0 255"
"ControlText" "129 0 147 255"
"BrightControlText" "49 1 129 255"
"DisabledText1" "100 100 100 255"
"DisabledText2" "100 100 100 255"
"DimListText" "000 000 000 255"

// background colors
"ControlBG" "255 255 255 115"
"ControlDarkBG" "140 192 255 100"
"WindowBG" "255 255 255 230"
"SelectionBG" "4 102 61 200"
"SelectionBG2" "0 0 0 200"
"ListBG" "200 200 200 130"

// titlebar colors
"TitleText" "166 233 255 255"
"TitleDimText" "114 114 114 255"
"TitleBG" "3 156 230 170"
"TitleDimBG" "75 5 135 130"

// slider tick colors
"SliderTickColor" "235 73 85 200"
"SliderTrackColor" "255 0 0 255"

// border colors
"BorderBright" "141 141 141 255"
"BorderDark" "000 000 000 255"
"BorderSelection" "255 255 255 255"
}

///////////////////// BASE SETTINGS ////////////////////////
// default settings for all panels
// controls use these to determine their settings
BaseSettings
{
"FgColor"    "ControlText"
"BgColor"    "ControlBG"
"LabelBgColor"    "ControlBG"
"SubPanelBgColor"   "ControlBG"

"DisabledFgColor1"    "DisabledText1"
"DisabledFgColor2"    "DisabledText2"    // set this to the BgColor if you don't want it to draw

"TitleBarFgColor"    "TitleText"
"TitleBarDisabledFgColor"   "TitleDimText"
"TitleBarBgColor"    "TitleBG"
"TitleBarDisabledBgColor"   "TitleDimBG"

"TitleBarIcon"    "resource/icon_steam"
"TitleBarDisabledIcon"    "resource/icon_steam_disabled"

"TitleButtonFgColor"    "BorderBright"
"TitleButtonBgColor"    "ControlBG"
"TitleButtonDisabledFgColor"   "TitleDimText"
"TitleButtonDisabledBgColor"   "TitleDimBG"

"TextCursorColor"    "BaseText"    // color of the blinking text cursor in text entries
"URLTextColor"    "BrightBaseText"   // color that URL's show up in chat window

Menu
{
"FgColor"    "DimBaseText"
"BgColor"    "ControlBG"
"ArmedFgColor"    "BrightBaseText"
"ArmedBgColor"    "SelectionBG"
"DividerColor"    "BorderDark"

"TextInset"    "6"
}

MenuButton    // the little arrow on the side of boxes that triggers drop down menus
{
"ButtonArrowColor"   "DimBaseText"    // color of arrows
"ButtonBgColor"    "WindowBG"    // bg color of button. same as background color of text edit panes
"ArmedArrowColor"   "BrightBaseText"   // color of arrow when mouse is over button
"ArmedBgColor"    "DimBaseText"    // bg color of button when mouse is over button
}

Slider
{
"SliderFgColor"    "ControlBG"    // handle with which the slider is grabbed
"SliderBgColor"    "ControlDarkBG"    // area behind handle
}

ScrollBarSlider
{
"BgColor"    "ControlBG"    // this isn't really used
"ScrollBarSliderFgColor"   "ControlBG"    // handle with which the slider is grabbed
"ScrollBarSliderBgColor"   "ControlDarkBG"   // area behind handle
"ButtonFgColor"    "DimBaseText"   // color of arrows
}


// text edit windows
"WindowFgColor"    "BaseText"    // off-white
"WindowBgColor"    "WindowBG"    // redundant. can we get rid of WindowBgColor and just use WindowBG?
"WindowDisabledFgColor"    "DimBaseText"
"WindowDisabledBgColor"    "ListBG"    // background of chat conversation
"SelectionFgColor"    "SelectedText"   // fg color of selected text
"SelectionBgColor"    "SelectionBG"
"ListSelectionFgColor"    "SelectedText"
"ListBgColor"    "ListBG"    // background of server browser control, etc
"BuddyListBgColor"    "ListBG"    // background of buddy list pane

// App-specific stuff
"ChatBgColor"    "WindowBG"

// status selection
"StatusSelectFgColor"    "BrightBaseText"
"StatusSelectFgColor2"    "BrightControlText"   // this is the color of the friends status

// checkboxes
"CheckButtonBorder1" "BorderDark"    // the left checkbutton border
"CheckButtonBorder2" "BorderBright"    // the right checkbutton border
"CheckButtonCheck"    "BrightControlText"   // color of the check itself
"CheckBgColor"    "ListBG"

// buttons (default fg/bg colors are used if these are not set)
//    "ButtonArmedFgColor"
//    "ButtonArmedBgColor"
//    "ButtonDepressedFgColor"   "BrightControlText"
//    "ButtonDepressedBgColor"

// buddy buttons
BuddyButton
{
"FgColor1"    "ControlText"
"FgColor2"    "DimListText"
"ArmedFgColor1"    "BrightBaseText"
"ArmedFgColor2"    "BrightBaseText"
"ArmedBgColor"    "SelectionBG"
}

Chat
{
"TextColor"    "BrightControlText"
"SelfTextColor"    "BaseText"
"SeperatorTextColor"   "DimBaseText"
}
InGameDesktop
{
"MenuColor"    "255 255 255 255"
"ArmedMenuColor"   "160 255 255 255"
"DepressedMenuColor" "192 186 80 255"
"WidescreenBarColor" "0 0 0 0"
"MenuItemVisibilityRate" "0.03" // time it takes for one menu item to appear
"MenuItemHeight"   "33"
"GameMenuInset"    "36"
}
"SectionTextColor"    "BrightControlText"   // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
"SectionDividerColor"   "BorderDark"    // color of line that runs under section name in buddy list
}

//
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
// fonts are used in order that they are listed
// fonts listed later in the order will only be used if they fulfill a range not already filled
// if a font fails to load then the subsequent fonts will replace
"Default"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "0"
}
}
"DefaultBold"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "500"
}
}
"DefaultUnderline"
{
"1"
{
"name"    "Tahoma"
"tall"    "16"
"weight"   "0"
"underline" "1"
}
}
"DefaultSmall"
{
"1"
{
"name"    "Tahoma"
"tall"    "13"
"weight"   "0"
}
}
"DefaultSmallBold"
{
"1"
{
"name"    "Tahoma"
"tall"    "12"
"weight"   "600"
}
}
"DefaultVerySmall"
{
"1"
{
"name"    "Tahoma"
"tall"    "12"
"weight"   "0"
}
}


"MenuLarge"
{
"1"
{
"name"    "Haettenscheiler"
"tall"    "20"
"weight"   "2000"
"antialias" "2000"
}
}
"UiHeadline"
{
"1"
{
"name"    "Verdana"
"tall"    "16"
"weight"   "1000"
"antialias" "0"
}
}

// this is the symbol font
"Marlett"
{
"1"
{
"name"    "Marlett"
"tall"    "14"
"weight"   "0"
"symbol"   "1"
}
}

"EngineFont"
{
"1"
{
"name"    "Verdana" //verdana
"tall"    "12"
"weight"   "600"
"yres"   "480 599"
"dropshadow"   "1"
}

"2"
{
"name" "Comic Sans MS"
"tall" "20"
"weight" "800"
"yres" "600 767"
"dropshadow" "2"
}
"3"
{
"name"    "Verdana"
"tall"    "14"
"weight"   "600"
"yres"   "768 1023"
"dropshadow"   "1"
}
"4"
{
"name"    "Verdana"
"tall"    "20"
"weight"   "600"
"yres"   "1024 1199"
"dropshadow"   "1"
}
"5"
{
"name"    "Verdana"
"tall"    "24"
"weight"   "600"
"yres"   "1200 6000"
"dropshadow"   "1"
}
}   

"CreditsFont"
{
"1"
{
"name"    "Trebuchet MS"
"tall"    "18"
"weight"   "600"
"antialias"   "1"
}
}

"Legacy_CreditsFont" // Added to accomodate 3rd party server plugins, etc. This version should not scale.
{
"1"
{
"name"    "ComicSansMS"
"tall"    "18"
"weight"   "500"
"antialias"   "1"
"yres"   "1 10000"
}
}
}

//
//////////////////// BORDERS //////////////////////////////
//
// describes all the border types
Borders
{
// references to other borders
BaseBorder    "InsetBorder"
ComboBoxBorder   "InsetBorder"
BrowserBorder   "InsetBorder"
ButtonBorder   "RaisedBorder"
FrameBorder    "RaisedBorder"
TabBorder    "RaisedBorder"
MenuBorder    "RaisedBorder"

// standard borders
InsetBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

RaisedBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// special border types
TitleButtonBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"4"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

TitleButtonDisabledBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BgColor"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BgColor"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}
}

TitleButtonDepressedBorder
{
"inset" "1 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

ScrollBarButtonBorder
{
"inset" "1 0 0 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

TabActiveBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "ControlBG"
"offset" "6 2"
}
}
}


ToolTipBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// this is the border used for default buttons (the button that gets pressed when you hit enter)
ButtonKeyFocusBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "0 1"
}
}
Top
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "1 0"
}
}
Right
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 0"
}
}
Bottom
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 1"
}
}
}

ButtonDepressedBorder
{
"inset" "2 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}
}
}

3.(pe care il folosesc)

Menu colors +console  2012_04_07_00001

Cod:
Code:
Scheme
{
   Colors
   {
      "BaseText" "255 255 255 255"
      "BrightBaseText" "255 255 255 255"
      "SelectedText" "255 255 255 255"
      "DimBaseText" "181 182 181 255"
      "LabelDimText" "160 170 149 255"
      "ControlText" "255 255 255 255"
      "BrightControlText" "181 182 181 255"
      "DisabledText1" "117 128 111 255"
      "DisabledText2" "40 46 34 255"
      "DimListText" "117 134 102 255"
      "ControlBG" "0 0 0 104"
      "ControlDarkBG" "0 0 0 10"
      "WindowBG" "0 0 0 0"
      "SelectionBG" "82 81 82 255"
      "SelectionBG2" "40 46 34 255"
      "ListBG" "0 0 0 10"
      "TitleText" "231 223 198 255"
      "TitleDimText" "136 145 128 255"
      "TitleBG" "76 88 68 0"
      "TitleDimBG" "76 88 68 0"
      "SliderTickColor" "255 255 255 255"
      "SliderTrackColor" "255 255 255 255"
      "BorderBright" "255 255 255 255"
      "BorderDark" "181 178 173 255"
      "BorderSelection" "0 0 0 255"
   }
   BaseSettings
   {
      "FgColor" "ControlText"
      "BgColor" "ControlBG"
      "LabelBgColor" "ControlBG"
      "SubPanelBgColor" "ControlBG"
      "DisabledFgColor1" "DisabledText1"
      "DisabledFgColor2" "DisabledText2"
      "TitleBarFgColor" "TitleText"
      "TitleBarDisabledFgColor" "TitleDimText"
      "TitleBarBgColor" "TitleBG"
      "TitleBarDisabledBgColor" "TitleDimBG"
      "TitleBarIcon" "resource/icon_steam"
      "TitleBarDisabledIcon" "resource/icon_steam_disabled"
      "TitleButtonFgColor" "BorderBright"
      "TitleButtonBgColor" "ControlBG"
      "TitleButtonDisabledFgColor" "TitleDimText"
      "TitleButtonDisabledBgColor" "TitleDimBG"
      "TextCursorColor" "BaseText"
      "URLTextColor" "BrightBaseText"
      Menu
      {
         "FgColor" "DimBaseText"
         "BgColor" "ControlBG"
         "ArmedFgColor" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
         "DividerColor" "BorderDark"
         "TextInset" "6"
      }
      MenuButton
      {
         "ButtonArrowColor" "DimBaseText"
         "ButtonBgColor" "WindowBG"
         "ArmedArrowColor" "BrightBaseText"
         "ArmedBgColor" "DimBaseText"
      }
      Slider
      {
         "SliderFgColor" "ControlBG"
         "SliderBgColor" "ControlDarkBG"
      }
      ScrollBarSlider
      {
         "BgColor" "ControlBG"
         "ScrollBarSliderFgColor" "ControlBG"
         "ScrollBarSliderBgColor" "ControlDarkBG"
         "ButtonFgColor" "DimBaseText"
      }
      "WindowFgColor" "BaseText"
      "WindowBgColor" "WindowBG"
      "WindowDisabledFgColor" "DimBaseText"
      "WindowDisabledBgColor" "ListBG"
      "SelectionFgColor" "SelectedText"
      "SelectionBgColor" "SelectionBG"
      "ListSelectionFgColor" "SelectedText"
      "ListBgColor" "ListBG"
      "BuddyListBgColor" "ListBG"
      "ChatBgColor" "WindowBG"
      "StatusSelectFgColor" "BrightBaseText"
      "StatusSelectFgColor2" "BrightControlText"
      "CheckButtonBorder1"  "BorderDark"
      "CheckButtonBorder2"  "BorderBright"
      "CheckButtonCheck" "BrightControlText"
      "CheckBgColor" "ListBG"
      BuddyButton
      {
         "FgColor1" "ControlText"
         "FgColor2" "DimListText"
         "ArmedFgColor1" "BrightBaseText"
         "ArmedFgColor2" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
      }
      Chat
      {
         "TextColor" "BrightControlText"
         "SelfTextColor" "BaseText"
         "SeperatorTextColor" "DimBaseText"
      }
      InGameDesktop
      {
         "MenuColor" "247 227 165 255"
         "ArmedMenuColor" "132 130 123 255"
         "DepressedMenuColor" "192 186 80 255"
         "WidescreenBarColor" "0 0 0 0"
         "MenuItemVisibilityRate" "0.03"
         "MenuItemHeight" "28"
         "GameMenuInset" "32"
      }
      "SectionTextColor" "BrightControlText"
      "SectionDividerColor" "BorderDark"
   }
   Fonts
   {
      "Default"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "0"
         }
      }
      "DefaultBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "500"
         }
      }
      "DefaultUnderline"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "0"
            "underline" "1"
         }
      }
      "DefaultSmall"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "13"
            "weight" "0"
         }
      }
      "DefaultSmallBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "600"
         }
      }
      "DefaultVerySmall"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "0"
         }
      }
      "MenuLarge"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "18"
            "weight" "1000"
            "antialias" "1"
         }
      }
      "UiHeadline"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "16"
            "weight" "1000"
            "antialias" "0"
         }
      }
      "Marlett"
      {
         "1"
         {
            "name" "Marlett"
            "tall" "14"
            "weight" "0"
            "symbol" "1"
         }
      }
      "EngineFont"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "12"
            "weight" "600"
            "yres" "480 599"
            "dropshadow" "1"
         }
         "2"
         {
            "name" "Verdana"
            "tall" "13"
            "weight" "600"
            "yres" "600 767"
            "dropshadow" "1"
         }
         "3"
         {
            "name" "Verdana"
            "tall" "14"
            "weight" "600"
            "yres" "768 1023"
            "dropshadow" "1"
         }
         "4"
         {
            "name" "Verdana"
            "tall" "20"
            "weight" "600"
            "yres" "1024 1199"
            "dropshadow" "1"
         }
         "5"
         {
            "name" "Verdana"
            "tall" "24"
            "weight" "600"
            "yres" "1200 6000"
            "dropshadow" "1"
         }
      }
      "CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "18"
            "weight" "600"
            "antialias" "1"
         }
      }
      "Legacy_CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "20"
            "weight" "700"
            "antialias" "1"
            "yres" "1 10000"
         }
      }
   }
   Borders
   {
      BaseBorder "InsetBorder"
      ComboBoxBorder "InsetBorder"
      BrowserBorder "InsetBorder"
      ButtonBorder "RaisedBorder"
      FrameBorder "RaisedBorder"
      TabBorder "RaisedBorder"
      MenuBorder "RaisedBorder"
      InsetBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      RaisedBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "4"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDisabledBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BgColor"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDepressedBorder
      {
         "inset" "1 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonBorder
      {
         "inset" "1 0 0 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonDepressedBorder
      {
         "inset" "2 2 0 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      TabActiveBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "ControlBG"
               "offset" "6 2"
            }
         }
      }
      ToolTipBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ButtonKeyFocusBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 1"
            }
         }
      }
      ButtonDepressedBorder
      {
         "inset" "2 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
   }
}

Back to top Go down
http://teylo.forumgratuit.ro/
teylo

teylo


Number of posts : 713
Registration date : 2009-04-23
Age : 30
Location : Adjud

Menu colors +console  Empty
PostSubject: Re: Menu colors +console    Menu colors +console  EmptyWed May 16, 2012 11:00 am

4.
Menu colors +console  2012_05_16_00001

Code:
// Created With Cs 1.6 Color Scheme Editor 3.0 5/16/2012
// Developed By Camarones.Bubba.Gump

Scheme
{
   Colors
   {
      "BaseText" "255 228 0 255"
      "BrightBaseText" "255 255 255 255"
      "SelectedText" "0 24 255 255"
      "DimBaseText" "160 170 149 255"
      "LabelDimText" "160 170 149 255"
      "ControlText" "216 222 211 255"
      "BrightControlText" "196 181 80 255"
      "DisabledText1" "117 128 111 255"
      "DisabledText2" "40 46 34 255"
      "DimListText" "117 134 102 255"
      "ControlBG" "23 23 145 101"
      "ControlDarkBG" "90 106 80 255"
      "WindowBG" "249 5 5 101"
      "SelectionBG" "0 255 54 255"
      "SelectionBG2" "40 46 34 255"
      "ListBG" "255 0 6 181"
      "TitleText" "255 24 0 255"
      "TitleDimText" "136 145 128 255"
      "TitleBG" "76 88 68 0"
      "TitleDimBG" "76 88 68 0"
      "SliderTickColor" "255 222 0 255"
      "SliderTrackColor" "31 31 31 255"
      "BorderBright" "136 145 128 255"
      "BorderDark" "40 46 34 255"
      "BorderSelection" "0 0 0 255"
   }
   BaseSettings
   {
      "FgColor" "ControlText"
      "BgColor" "ControlBG"
      "LabelBgColor" "ControlBG"
      "SubPanelBgColor" "ControlBG"
      "DisabledFgColor1" "DisabledText1"
      "DisabledFgColor2" "DisabledText2"
      "TitleBarFgColor" "TitleText"
      "TitleBarDisabledFgColor" "TitleDimText"
      "TitleBarBgColor" "TitleBG"
      "TitleBarDisabledBgColor" "TitleDimBG"
      "TitleBarIcon" "resource/icon_steam"
      "TitleBarDisabledIcon" "resource/icon_steam_disabled"
      "TitleButtonFgColor" "BorderBright"
      "TitleButtonBgColor" "ControlBG"
      "TitleButtonDisabledFgColor" "TitleDimText"
      "TitleButtonDisabledBgColor" "TitleDimBG"
      "TextCursorColor" "BaseText"
      "URLTextColor" "BrightBaseText"
      Menu
      {
         "FgColor" "DimBaseText"
         "BgColor" "ControlBG"
         "ArmedFgColor" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
         "DividerColor" "BorderDark"
         "TextInset" "6"
      }
      MenuButton
      {
         "ButtonArrowColor" "DimBaseText"
         "ButtonBgColor" "WindowBG"
         "ArmedArrowColor" "BrightBaseText"
         "ArmedBgColor" "DimBaseText"
      }
      Slider
      {
         "SliderFgColor" "ControlBG"
         "SliderBgColor" "ControlDarkBG"
      }
      ScrollBarSlider
      {
         "BgColor" "ControlBG"
         "ScrollBarSliderFgColor" "ControlBG"
         "ScrollBarSliderBgColor" "ControlDarkBG"
         "ButtonFgColor" "DimBaseText"
      }
      "WindowFgColor" "BaseText"
      "WindowBgColor" "WindowBG"
      "WindowDisabledFgColor" "DimBaseText"
      "WindowDisabledBgColor" "ListBG"
      "SelectionFgColor" "SelectedText"
      "SelectionBgColor" "SelectionBG"
      "ListSelectionFgColor" "SelectedText"
      "ListBgColor" "ListBG"
      "BuddyListBgColor" "ListBG"
      "ChatBgColor" "WindowBG"
      "StatusSelectFgColor" "BrightBaseText"
      "StatusSelectFgColor2" "BrightControlText"
      "CheckButtonBorder1"  "BorderDark"
      "CheckButtonBorder2"  "BorderBright"
      "CheckButtonCheck" "BrightControlText"
      "CheckBgColor" "ListBG"
      BuddyButton
      {
         "FgColor1" "ControlText"
         "FgColor2" "DimListText"
         "ArmedFgColor1" "BrightBaseText"
         "ArmedFgColor2" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
      }
      Chat
      {
         "TextColor" "BrightControlText"
         "SelfTextColor" "BaseText"
         "SeperatorTextColor" "DimBaseText"
      }
      InGameDesktop
      {
         "MenuColor" "200 200 200 255"
         "ArmedMenuColor" "255 255 255 255"
         "DepressedMenuColor" "192 186 80 255"
         "WidescreenBarColor" "0 0 0 0"
         "MenuItemVisibilityRate" "0.03"
         "MenuItemHeight" "28"
         "GameMenuInset" "32"
      }
      "SectionTextColor" "BrightControlText"
      "SectionDividerColor" "BorderDark"
   }
   Fonts
   {
      "Default"
      {
         "1"
         {
            "name" "Comic Sans MS"
            "tall" "16"
            "weight" "0"
         }
      }
      "DefaultBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "500"
         }
      }
      "DefaultUnderline"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "0"
            "underline" "1"
         }
      }
      "DefaultSmall"
      {
         "1"
         {
            "name" "Comic Sans MS"
            "tall" "13"
            "weight" "0"
         }
      }
      "DefaultSmallBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "600"
         }
      }
      "DefaultVerySmall"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "0"
         }
      }
      "MenuLarge"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "18"
            "weight" "1000"
            "antialias" "1"
         }
      }
      "UiHeadline"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "16"
            "weight" "1000"
            "antialias" "0"
         }
      }
      "Marlett"
      {
         "1"
         {
            "name" "Marlett"
            "tall" "14"
            "weight" "0"
            "symbol" "1"
         }
      }
      "EngineFont"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "12"
            "weight" "600"
            "yres" "480 599"
            "dropshadow" "1"
         }
         "2"
         {
            "name" "Verdana"
            "tall" "13"
            "weight" "600"
            "yres" "600 767"
            "dropshadow" "1"
         }
         "3"
         {
            "name" "Verdana"
            "tall" "14"
            "weight" "600"
            "yres" "768 1023"
            "dropshadow" "1"
         }
         "4"
         {
            "name" "Verdana"
            "tall" "20"
            "weight" "600"
            "yres" "1024 1199"
            "dropshadow" "1"
         }
         "5"
         {
            "name" "Verdana"
            "tall" "24"
            "weight" "600"
            "yres" "1200 6000"
            "dropshadow" "1"
         }
      }
      "CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "18"
            "weight" "600"
            "antialias" "1"
         }
      }
      "Legacy_CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "20"
            "weight" "700"
            "antialias" "1"
            "yres" "1 10000"
         }
      }
   }
   Borders
   {
      BaseBorder "InsetBorder"
      ComboBoxBorder "InsetBorder"
      BrowserBorder "InsetBorder"
      ButtonBorder "RaisedBorder"
      FrameBorder "RaisedBorder"
      TabBorder "RaisedBorder"
      MenuBorder "RaisedBorder"
      InsetBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      RaisedBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "4"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDisabledBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BgColor"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDepressedBorder
      {
         "inset" "1 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonBorder
      {
         "inset" "1 0 0 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonDepressedBorder
      {
         "inset" "2 2 0 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      TabActiveBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "ControlBG"
               "offset" "6 2"
            }
         }
      }
      ToolTipBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ButtonKeyFocusBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 1"
            }
         }
      }
      ButtonDepressedBorder
      {
         "inset" "2 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
   }
}

5.

Menu colors +console  2012_05_16_00002

Code:
// Created With Cs 1.6 Color Scheme Editor 3.0 5/16/2012
// Developed By Camarones.Bubba.Gump

Scheme
{
   Colors
   {
      "BaseText" "0 42 255 255"
      "BrightBaseText" "255 255 255 255"
      "SelectedText" "255 6 0 255"
      "DimBaseText" "160 170 149 255"
      "LabelDimText" "160 170 149 255"
      "ControlText" "216 222 211 255"
      "BrightControlText" "196 181 80 255"
      "DisabledText1" "117 128 111 255"
      "DisabledText2" "40 46 34 255"
      "DimListText" "117 134 102 255"
      "ControlBG" "228 255 0 169"
      "ControlDarkBG" "90 106 80 255"
      "WindowBG" "24 255 0 243"
      "SelectionBG" "0 255 54 255"
      "SelectionBG2" "40 46 34 255"
      "ListBG" "36 255 0 181"
      "TitleText" "255 24 0 255"
      "TitleDimText" "136 145 128 255"
      "TitleBG" "76 88 68 0"
      "TitleDimBG" "76 88 68 0"
      "SliderTickColor" "0 12 255 255"
      "SliderTrackColor" "31 31 31 255"
      "BorderBright" "136 145 128 255"
      "BorderDark" "40 46 34 255"
      "BorderSelection" "0 0 0 255"
   }
   BaseSettings
   {
      "FgColor" "ControlText"
      "BgColor" "ControlBG"
      "LabelBgColor" "ControlBG"
      "SubPanelBgColor" "ControlBG"
      "DisabledFgColor1" "DisabledText1"
      "DisabledFgColor2" "DisabledText2"
      "TitleBarFgColor" "TitleText"
      "TitleBarDisabledFgColor" "TitleDimText"
      "TitleBarBgColor" "TitleBG"
      "TitleBarDisabledBgColor" "TitleDimBG"
      "TitleBarIcon" "resource/icon_steam"
      "TitleBarDisabledIcon" "resource/icon_steam_disabled"
      "TitleButtonFgColor" "BorderBright"
      "TitleButtonBgColor" "ControlBG"
      "TitleButtonDisabledFgColor" "TitleDimText"
      "TitleButtonDisabledBgColor" "TitleDimBG"
      "TextCursorColor" "BaseText"
      "URLTextColor" "BrightBaseText"
      Menu
      {
         "FgColor" "DimBaseText"
         "BgColor" "ControlBG"
         "ArmedFgColor" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
         "DividerColor" "BorderDark"
         "TextInset" "6"
      }
      MenuButton
      {
         "ButtonArrowColor" "DimBaseText"
         "ButtonBgColor" "WindowBG"
         "ArmedArrowColor" "BrightBaseText"
         "ArmedBgColor" "DimBaseText"
      }
      Slider
      {
         "SliderFgColor" "ControlBG"
         "SliderBgColor" "ControlDarkBG"
      }
      ScrollBarSlider
      {
         "BgColor" "ControlBG"
         "ScrollBarSliderFgColor" "ControlBG"
         "ScrollBarSliderBgColor" "ControlDarkBG"
         "ButtonFgColor" "DimBaseText"
      }
      "WindowFgColor" "BaseText"
      "WindowBgColor" "WindowBG"
      "WindowDisabledFgColor" "DimBaseText"
      "WindowDisabledBgColor" "ListBG"
      "SelectionFgColor" "SelectedText"
      "SelectionBgColor" "SelectionBG"
      "ListSelectionFgColor" "SelectedText"
      "ListBgColor" "ListBG"
      "BuddyListBgColor" "ListBG"
      "ChatBgColor" "WindowBG"
      "StatusSelectFgColor" "BrightBaseText"
      "StatusSelectFgColor2" "BrightControlText"
      "CheckButtonBorder1"  "BorderDark"
      "CheckButtonBorder2"  "BorderBright"
      "CheckButtonCheck" "BrightControlText"
      "CheckBgColor" "ListBG"
      BuddyButton
      {
         "FgColor1" "ControlText"
         "FgColor2" "DimListText"
         "ArmedFgColor1" "BrightBaseText"
         "ArmedFgColor2" "BrightBaseText"
         "ArmedBgColor" "SelectionBG"
      }
      Chat
      {
         "TextColor" "BrightControlText"
         "SelfTextColor" "BaseText"
         "SeperatorTextColor" "DimBaseText"
      }
      InGameDesktop
      {
         "MenuColor" "200 200 200 255"
         "ArmedMenuColor" "255 255 255 255"
         "DepressedMenuColor" "192 186 80 255"
         "WidescreenBarColor" "0 0 0 0"
         "MenuItemVisibilityRate" "0.03"
         "MenuItemHeight" "28"
         "GameMenuInset" "32"
      }
      "SectionTextColor" "BrightControlText"
      "SectionDividerColor" "BorderDark"
   }
   Fonts
   {
      "Default"
      {
         "1"
         {
            "name" "Comic Sans MS"
            "tall" "16"
            "weight" "0"
         }
      }
      "DefaultBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "500"
         }
      }
      "DefaultUnderline"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "16"
            "weight" "0"
            "underline" "1"
         }
      }
      "DefaultSmall"
      {
         "1"
         {
            "name" "Comic Sans MS"
            "tall" "13"
            "weight" "0"
         }
      }
      "DefaultSmallBold"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "600"
         }
      }
      "DefaultVerySmall"
      {
         "1"
         {
            "name" "Tahoma"
            "tall" "12"
            "weight" "0"
         }
      }
      "MenuLarge"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "18"
            "weight" "1000"
            "antialias" "1"
         }
      }
      "UiHeadline"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "16"
            "weight" "1000"
            "antialias" "0"
         }
      }
      "Marlett"
      {
         "1"
         {
            "name" "Marlett"
            "tall" "14"
            "weight" "0"
            "symbol" "1"
         }
      }
      "EngineFont"
      {
         "1"
         {
            "name" "Verdana"
            "tall" "12"
            "weight" "600"
            "yres" "480 599"
            "dropshadow" "1"
         }
         "2"
         {
            "name" "Verdana"
            "tall" "13"
            "weight" "600"
            "yres" "600 767"
            "dropshadow" "1"
         }
         "3"
         {
            "name" "Verdana"
            "tall" "14"
            "weight" "600"
            "yres" "768 1023"
            "dropshadow" "1"
         }
         "4"
         {
            "name" "Verdana"
            "tall" "20"
            "weight" "600"
            "yres" "1024 1199"
            "dropshadow" "1"
         }
         "5"
         {
            "name" "Verdana"
            "tall" "24"
            "weight" "600"
            "yres" "1200 6000"
            "dropshadow" "1"
         }
      }
      "CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "18"
            "weight" "600"
            "antialias" "1"
         }
      }
      "Legacy_CreditsFont"
      {
         "1"
         {
            "name" "Trebuchet MS"
            "tall" "20"
            "weight" "700"
            "antialias" "1"
            "yres" "1 10000"
         }
      }
   }
   Borders
   {
      BaseBorder "InsetBorder"
      ComboBoxBorder "InsetBorder"
      BrowserBorder "InsetBorder"
      ButtonBorder "RaisedBorder"
      FrameBorder "RaisedBorder"
      TabBorder "RaisedBorder"
      MenuBorder "RaisedBorder"
      InsetBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      RaisedBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "4"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDisabledBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BgColor"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BgColor"
               "offset" "0 0"
            }
         }
      }
      TitleButtonDepressedBorder
      {
         "inset" "1 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonBorder
      {
         "inset" "1 0 0 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ScrollBarButtonDepressedBorder
      {
         "inset" "2 2 0 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
      TabActiveBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "ControlBG"
               "offset" "6 2"
            }
         }
      }
      ToolTipBorder
      {
         "inset" "0 0 1 0"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
      }
      ButtonKeyFocusBorder
      {
         "inset" "0 0 1 1"
         Left
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "0 1"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderSelection"
               "offset" "0 0"
            }
            "2"
            {
               "color" "BorderDark"
               "offset" "1 1"
            }
         }
      }
      ButtonDepressedBorder
      {
         "inset" "2 1 1 1"
         Left
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 1"
            }
         }
         Right
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "1 0"
            }
         }
         Top
         {
            "1"
            {
               "color" "BorderDark"
               "offset" "0 0"
            }
         }
         Bottom
         {
            "1"
            {
               "color" "BorderBright"
               "offset" "0 0"
            }
         }
      }
   }
}
Back to top Go down
http://teylo.forumgratuit.ro/
teylo

teylo


Number of posts : 713
Registration date : 2009-04-23
Age : 30
Location : Adjud

Menu colors +console  Empty
PostSubject: Re: Menu colors +console    Menu colors +console  EmptyWed May 16, 2012 11:02 am

Updated!*

Daca cineva vrea un meniu la comanda sa ma caute.
Back to top Go down
http://teylo.forumgratuit.ro/
DAN #




Number of posts : 25
Registration date : 2012-08-24

Menu colors +console  Empty
PostSubject: Re: Menu colors +console    Menu colors +console  EmptyFri Aug 24, 2012 9:37 am

thanks!! teylo
Back to top Go down
hjk




Number of posts : 93
Registration date : 2013-03-08

Menu colors +console  Empty
PostSubject: Re: Menu colors +console    Menu colors +console  EmptyThu Mar 21, 2013 9:07 am

fain ms Cool
Eu am downloadat ca nu am vazut la resource ala tracker dupaia am sters fileshare si a mers Smile
PS:Se vede ca e un clan foarte bun gasesti orice Very Happy
Back to top Go down
Sponsored content





Menu colors +console  Empty
PostSubject: Re: Menu colors +console    Menu colors +console  Empty

Back to top Go down
 
Menu colors +console
Back to top 
Page 1 of 1
 Similar topics
-
» Console is spamming

Permissions in this forum:You cannot reply to topics in this forum
Romanian Team :: Diverse :: Tutoriale\Tips&TricKs-
Jump to: