···7474 '';
7575 };
76767777+ consoleColors = mkOption {
7878+ type = types.listOf types.str;
7979+ default = [];
8080+ example = [
8181+ "002b36" "dc322f" "859900" "b58900"
8282+ "268bd2" "d33682" "2aa198" "eee8d5"
8383+ "002b36" "cb4b16" "586e75" "657b83"
8484+ "839496" "6c71c4" "93a1a1" "fdf6e3"
8585+ ];
8686+ description = ''
8787+ The 16 colors palette used by the virtual consoles.
8888+ Leave empty to use the default colors.
8989+ Colors must be in hexadecimal format and listed in
9090+ order from color 0 to color 15.
9191+ '';
9292+ };
9393+7794 };
78957996 };