Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von yoda: 08.02.2007 09:40.
Zitat: // ~ Console Colors by rad!anc3 ~ // // // Input Colorscheme // Note: Last Number must always be bigger then 0 !!! Else all is Invisible !!! // All other Numbers you can mix up from 0 to 1 to create other cool Colors. Like the Grey listed below. // Invisible 0 0 0 0 // Black 0 0 0 1 // Blue 0 0 1 1 // Turquoise 0 1 1 1 // White 1 1 1 1 // Yellow 1 1 0 1 // Pink 1 0 1 1 // Red 1 0 0 1 // Green 0 1 0 1 // Grey 0.5 0.5 0.5 1 // Mini Console Background con_inputBoxColor "0.5 0.5 0.5 1" // Console "Tooltip" Background con_inputHintBoxColor "0.3 0.3 0.3 1" // Scrollbar con_outputBarColor "0.5 0.5 0.5 1" // Scrollbar Cursor Color con_outputSliderColor "0.3 0.3 0.3 1" // Full Console Background con_outputWindowColor "0.5 0.5 0.5 1"
Impressum ||Datenschutzerklärung