Skip to content

Commit

Permalink
New Default: Dark Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Dec 18, 2023
1 parent 4f65ffd commit cbeb990
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public class Configuration

public static BootState bootState = BootState.START_UP;
public static Language language = Language.ENGLISH;
public static LAFTheme lafTheme = LAFTheme.SYSTEM; //lightmode by default since it uses the system theme
public static LAFTheme lafTheme = LAFTheme.DARK;
public static RSTATheme rstaTheme = lafTheme.getRSTATheme();
public static long lastHotKeyExecuted = 0;

Expand Down

0 comments on commit cbeb990

Please sign in to comment.