mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-07-24 23:41:55 +00:00
13 lines
348 B
C++
13 lines
348 B
C++
#include "U8g2Display.h"
|
|
|
|
// Color scheme
|
|
ColorVal UIColor::window_bkg = 0;
|
|
ColorVal UIColor::title_bkg = 1;
|
|
ColorVal UIColor::title_txt = 0;
|
|
ColorVal UIColor::primary_txt = 1;
|
|
ColorVal UIColor::secondary_txt = 1;
|
|
ColorVal UIColor::warning_txt = 1;
|
|
ColorVal UIColor::popup_bkg = 1;
|
|
ColorVal UIColor::popup_txt = 0;
|
|
ColorVal UIColor::corp_blue = 1;
|