10 lines
254 B
C
10 lines
254 B
C
|
/*
|
||
|
The MIT License (MIT)
|
||
|
Copyright (c) 2018-present Enkia
|
||
|
*/
|
||
|
|
||
|
static const char col_bg[] = "#1A1B26";
|
||
|
static const char col_fg[] = "#A9B1D6";
|
||
|
static const char col_actwin[] = "#9AA5CE";
|
||
|
static const char col_actbg[] = "#414868";
|