aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/theme/EditorTheme.ts')
-rw-r--r--subprojects/frontend/src/theme/EditorTheme.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/subprojects/frontend/src/theme/EditorTheme.ts b/subprojects/frontend/src/theme/EditorTheme.ts
deleted file mode 100644
index a16b4c3b..00000000
--- a/subprojects/frontend/src/theme/EditorTheme.ts
+++ /dev/null
@@ -1,7 +0,0 @@
1enum EditorTheme {
2 Light,
3 Dark,
4 Default = EditorTheme.Dark,
5}
6
7export default EditorTheme;