Skip to content

Commit e54af93

Browse files
committed
Change default theme
1 parent 11aa481 commit e54af93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor-view/src/main/java/com/duy/ide/editor/theme/ThemeLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
public class ThemeLoader {
1818
private static final String ASSET_PATH = "themes/vscode";
19-
private static final String DEFAULT_EDITOR_THEME_LIGHT = "bold-light.json.properties";
19+
private static final String DEFAULT_EDITOR_THEME_LIGHT = "github-light.json.properties";
2020
private static final HashMap<String, EditorTheme> CACHED = new HashMap<>();
2121

2222
public static void init(Context context) {

0 commit comments

Comments
 (0)