diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 18:28:10 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 18:28:10 +0200 |
| commit | cb69dca1dbf19ae854276803442e724045c4be81 (patch) | |
| tree | 8c3dd168d5ab337161a44246133bef98fb5be31c /browsertab.hpp | |
| parent | 7772993ed5d65f10588f3d70961c429991fd7849 (diff) | |
| download | kristall-cb69dca1dbf19ae854276803442e724045c4be81.tar.gz | |
Adds color theming, adds automatic color theming with dark/light themes
Diffstat (limited to 'browsertab.hpp')
| -rw-r--r-- | browsertab.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/browsertab.hpp b/browsertab.hpp index 2b9be8c..29bed14 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -9,6 +9,7 @@ #include "geminiclient.hpp" #include "documentoutlinemodel.hpp" #include "tabbrowsinghistory.hpp" +#include "geminirenderer.hpp" namespace Ui { class BrowserTab; @@ -100,6 +101,8 @@ public: TabBrowsingHistory history; std::unique_ptr<QTextDocument> current_document; + + GeminiStyle current_style; }; #endif // BROWSERTAB_HPP |
