Skip to content

Commit

Permalink
Default to light
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Sep 18, 2024
1 parent ba0ad70 commit 7ba37e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/StyleManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ public class Granite.StyleManager : Object {
/**
* If this is set to NO_PREFERENCE the systems preferred color scheme will be used.
* Otherwise the color scheme set here will be used.
* Default is LIGHT.
*/
public Settings.ColorScheme color_scheme_override { get; set; default = NO_PREFERENCE; }
public Settings.ColorScheme color_scheme_override { get; set; default = LIGHT; }

private StyleManager () { }

Expand Down

0 comments on commit 7ba37e4

Please sign in to comment.