Merge pull request #15206 from Runa-Dacino/descinfodarkmode

Makes the examine panel present more readable colours when using darkmode
This commit is contained in:
Casey
2023-08-05 14:46:40 -04:00
committed by GitHub
4 changed files with 107 additions and 79 deletions
+8
View File
@@ -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",