X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FApplication.h;h=053a699f8c4a8e39c680bf55968bf66c519d3be0;hb=713264ae2b82f23e80ed6369b19ae6c9b030b6e4;hp=5e3b37a7f11fa8529285d5da2940722185f71985;hpb=2a594d3e90a673c56df9766658a79cf0bcaeb9a8;p=lyx.git diff --git a/src/frontends/Application.h b/src/frontends/Application.h index 5e3b37a7f1..053a699f8c 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -14,8 +14,6 @@ #include "ColorCode.h" #include "FuncCode.h" -#include "KeyModifier.h" - #include "support/strfwd.h" #include @@ -205,6 +203,11 @@ public: /// Like getRgbColor(), but static and slower static bool getRgbColorUncached(ColorCode col, RGBColor & rgbcol); + /** + * @return true if LyX uses a dark theme + */ + virtual bool isInDarkMode() = 0; + /** Eg, passing Color_black returns "000000", * passing Color_white returns "ffffff". */