OpenBarnyard
 
Loading...
Searching...
No Matches
AGUI2Style.h
Go to the documentation of this file.
1#pragma once
2
3// Font settings
4#define AGUI2STYLE_FONT_PRIMARY "Rekord26"
5#define AGUI2STYLE_FONT_SECONDARY "Rekord18"
6
7// Colors
8#define AGUI2STYLE_COLOR_PRIMARY 0xffffc800
9#define AGUI2STYLE_COLOR_SECONDARY 0xffb56f22
10#define AGUI2STYLE_COLOR_FOCUSED 0xffffffff
11#define AGUI2STYLE_COLOR_DISABLED 0xff4b4b4b