1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:37:44 +00:00

Terminal+LibVT: Get the color scheme from the system theme

This commit is contained in:
implicitfield 2022-12-02 18:16:58 +02:00 committed by Andrew Kaster
parent 8eb402f8e5
commit 800c292be8
5 changed files with 38 additions and 107 deletions

View file

@ -94,7 +94,7 @@ public:
void set_font_and_resize_to_fit(Gfx::Font const&);
void set_color_scheme(StringView);
void update_color_scheme();
void set_logical_focus(bool);
@ -174,7 +174,7 @@ private:
// Snapshot of m_hovered_href when opening a context menu for a hyperlink.
DeprecatedString m_context_menu_href;
unsigned m_colors[256];
Gfx::Color m_colors[256];
Gfx::Color m_default_foreground_color;
Gfx::Color m_default_background_color;
bool m_show_bold_text_as_bright { true };