We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f65ffd commit cbeb990Copy full SHA for cbeb990
src/main/java/the/bytecode/club/bytecodeviewer/Configuration.java
@@ -84,7 +84,7 @@ public class Configuration
84
85
public static BootState bootState = BootState.START_UP;
86
public static Language language = Language.ENGLISH;
87
- public static LAFTheme lafTheme = LAFTheme.SYSTEM; //lightmode by default since it uses the system theme
+ public static LAFTheme lafTheme = LAFTheme.DARK;
88
public static RSTATheme rstaTheme = lafTheme.getRSTATheme();
89
public static long lastHotKeyExecuted = 0;
90
0 commit comments