1 #if !defined(_BTK_THEME_HPP_) 2 #define _BTK_THEME_HPP_ 29 Color high_light_text;
38 static Theme Parse(std::string_view txt);
39 static Theme ParseFile(std::string_view txt);
42 BTKAPI
void SetDefault(
const Theme &);
43 BTKAPI
Theme GetDefault();
48 #endif // _BTK_THEME_HPP_ Color window_color
Windows background.
Definition: themes.hpp:14
This header include many useful containers.
Definition: async.hpp:7
Font Class.
Definition: font.hpp:26
Color background_color
TextBox.
Definition: themes.hpp:19
Color structure.
Definition: pixels.hpp:19