Skip to content

Commit 4555e4f

Browse files
committed
fix: update theme loader to improve formatting of known themes list
1 parent bbc1ace commit 4555e4f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

src-tauri/icons/128x128.png

11.6 KB
Loading

src-tauri/icons/[email protected]

34 KB
Loading

src-tauri/icons/32x32.png

-3.27 KB
Loading

src-tauri/icons/icon.icns

-7.37 KB
Binary file not shown.

src/utils/theme-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ThemeLoader {
3939
// that gets updated by the build process or manually maintained
4040

4141
// This could be enhanced to use a build-time script that generates this list
42-
const knownThemes = [
42+
const knownThemes = [
4343
'espresso.css',
4444
'matrix.css',
4545
'pommodore64.css'

0 commit comments

Comments
 (0)