mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Makes the examine panel present more readable colours when using darkmode (#6728)
Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -30,6 +30,14 @@ var vchat_opts = {
|
||||
vchatTabsVer: 1.0 //Version of vchat tabs save 'file'
|
||||
};
|
||||
|
||||
/***********
|
||||
* If you are changing either tabBackgroundColor in dark or lightmode,
|
||||
* lease keep this synchronized with code\modules\examine\examine.dm
|
||||
* I cannot think of a elegant way to ensure it tracks these settings properly.
|
||||
* As long as LIGHTMODE stays as "none", stuff should not break.
|
||||
* Thank you!
|
||||
************/
|
||||
|
||||
var DARKMODE_COLORS = {
|
||||
buttonBgColor: "#40628a",
|
||||
buttonTextColor: "#FFFFFF",
|
||||
|
||||
Reference in New Issue
Block a user