Files
NXST/include/const.h
T
2026-04-26 20:02:15 +03:00

7 lines
129 B
C

#pragma once
#include <theme.hpp>
#define COLOR(hex) pu::ui::Color::FromHex(hex)
#define BACKGROUND_COLOR theme::color::BgBase