mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2021
Posts: 39
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Jan 2021
Posts: 39
I don't know if this state is only for Dark Theme in settings of Windows 10/11. But It would be nice with options to not be forced.
I love this Dark Theme, it looks awesome. But some people maybe want to be able to turn on/off this feature.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
There is a setting to disable it. It was in the beta change log but not the release change log.

Find your mirc.ini file via running this command in any window/channel/query:
Code
//echo -a $mircini
Close mIRC then open the mirc.ini in a text editor:
Add "darkmode=0" below "[text]"
Example:
Code
[text]
 darkmode=0
 ...
Save the mirc.ini file and exit the text editor.
Run mIRC.

Joined: Dec 2002
Posts: 5,522
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,522
The ini file setting was added mainly for testing purposes, which is one of the reasons I did not document it. Although it can be used to disable all of the dark mode code on startup, It is not meant to be a feature and may be removed in future.

mIRC will follow the light/dark mode you have set for applications in your Windows settings.

Joined: Feb 2011
Posts: 476
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 476
Okay.


Link Copied to Clipboard