Skip to content

Commit

Permalink
unset
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 19, 2024
1 parent 320695a commit 272a60d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private void initGui() {
List<String> themes = new ArrayList<>();
themes.add("dark");
themes.add("light"); // default themes
themes.add("unset"); // unset theme
// custom themes
for (File file : Objects.requireNonNull(themesDir.listFiles())) {
if (file.isFile() && file.getName().endsWith(".json")) {
Expand Down

0 comments on commit 272a60d

Please sign in to comment.