Skip to content

Commit bfa8af3

Browse files
committed
Refactor: Replace default_scheme_variant with is_mono flag for monochrome setting
1 parent fea45b5 commit bfa8af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Colorway {
4444
Gdk.RGBA accent_color = { 0 };
4545
accent_color.parse ("#75DEC2");
4646
default_accent_color = He.from_gdk_rgba (accent_color);
47-
default_scheme_variant = He.SchemeVariant.MONOCHROME;
47+
is_mono = true;
4848

4949
resource_base_path = "/io/github/lainsce/Colorway";
5050

0 commit comments

Comments
 (0)