blob: 8ca8a808ffe712c6e807e9de721c438e8c504005 [file] [log] [blame]
Skyler Grey9f3c0bc2022-10-30 23:24:36 +00001{
2 config = {
3 boot = {
4 kernelParams = ["consoleblank=60"];
5 consoleLogLevel = 2;
6 };
7 console = {
8 font = "LigaRobotoMono-Regular";
9 colors = [
10 "383a42"
11 "e45649"
12 "50a14f"
13 "c18401"
14 "0184bc"
15 "a626a4"
16 "0997b3"
17 "fafafa"
18 "383a42"
19 "e45649"
20 "50a14f"
21 "c18401"
22 "0184bc"
23 "a626a4"
24 "0997b3"
25 "fafafa"
26 ];
27 };
28 };
29}