Skip to content

Commit

Permalink
LatinIME: Default to Material You theme
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Temkar <[email protected]>
  • Loading branch information
neobuddy89 authored and PptO07 committed Dec 25, 2023
1 parent 1e53ea2 commit 9740f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class KeyboardTheme implements Comparable<KeyboardTheme> {
public static final int THEME_ID_LXX_DARK = 4;
public static final int THEME_ID_AUTO_DARK = 5;
public static final int THEME_ID_YOU = 6;
public static final int DEFAULT_THEME_ID = THEME_ID_AUTO_DARK;
public static final int DEFAULT_THEME_ID = THEME_ID_YOU;

private static KeyboardTheme[] AVAILABLE_KEYBOARD_THEMES;

Expand Down

0 comments on commit 9740f88

Please sign in to comment.