7 lines
129 B
C
7 lines
129 B
C
#pragma once
|
|
|
|
#include <Theme.hpp>
|
|
|
|
#define COLOR(hex) pu::ui::Color::FromHex(hex)
|
|
#define BACKGROUND_COLOR theme::color::BgBase
|