mIRC Home    About    Download    Register    News    Help

Print Thread
#226296 25/09/10 08:48 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Any way i can change the colors in mirc with a /command <color>? i want to be able to skip mirc's own color dialog (ALT + K), and change the colors true commands instead. the colors for own text and so on..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #226297 25/09/10 08:54 PM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
/help /color (e.g. "/color invite 4"). This may help too.

Horstl #226298 25/09/10 09:04 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Thnx, tryed to use the logic way wink /color own text 14 , /color owntext 14 , and got a error, * /color: invalid parameters . thats why i asked here, and the /help /color dont give a hint about how to change the color without the use of CTRL + K , U and so on. it tell you how to use the color dialog.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #226299 25/09/10 09:19 PM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Er, not /help color... /help /color. Jumps to mIRC commands section:
Originally Posted By: /help /color
/color [-lrs] <name> <index>

Allows you to change the color settings for items in the Colors dialog.

The -l switch reloads the color settings from the mirc.ini file.

The -r switch resets the Nth color in the 16 color palette to its default RGB value, with /color -r <N>. To change the color of the Nth color in the 16 color palette to a new value, you can use /color <index> <rgb>

To change the color of a text item in the color dialog, you can specify the name of the item, eg. Normal text, along with a new palette index.

The -s switch changes the active scheme, with /color -s <scheme name>
All the <name> text items are listed in the thread mentioned.


Link Copied to Clipboard