theme: add borderRadius

This commit is contained in:
Aly Raffauf 2024-08-09 16:15:05 -04:00
parent df773861db
commit 4b639fe7c9

View file

@ -226,6 +226,12 @@ in {
type = lib.types.bool; type = lib.types.bool;
}; };
borderRadius = lib.mkOption {
description = "Global border radius.";
default = 10;
type = lib.types.int;
};
colors = { colors = {
text = lib.mkOption { text = lib.mkOption {
description = "Text color."; description = "Text color.";