We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa481 commit e54af93Copy full SHA for e54af93
editor-view/src/main/java/com/duy/ide/editor/theme/ThemeLoader.java
@@ -16,7 +16,7 @@
16
17
public class ThemeLoader {
18
private static final String ASSET_PATH = "themes/vscode";
19
- private static final String DEFAULT_EDITOR_THEME_LIGHT = "bold-light.json.properties";
+ private static final String DEFAULT_EDITOR_THEME_LIGHT = "github-light.json.properties";
20
private static final HashMap<String, EditorTheme> CACHED = new HashMap<>();
21
22
public static void init(Context context) {
0 commit comments