1// SPDX-FileCopyrightText: 2022 Gerry Agbobada <git@gagbo.net> 2// 3// SPDX-License-Identifier: GPL-3.0-only 4 5pub mod colors; 6pub mod widgets;