Skip to content

Commit cbeb990

Browse files
committed
New Default: Dark Theme
1 parent 4f65ffd commit cbeb990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/the/bytecode/club/bytecodeviewer/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class Configuration
8484

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

0 commit comments

Comments
 (0)