aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/EditorTheme.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
commit19cd11118cde7160cd447c81bc965007c0437479 (patch)
tree5fea613e7a46d69380995368a68cc72f186078a4 /subprojects/frontend/src/theme/EditorTheme.ts
parentchore(deps): bump frontend dependencies (diff)
downloadrefinery-19cd11118cde7160cd447c81bc965007c0437479.tar.gz
refinery-19cd11118cde7160cd447c81bc965007c0437479.tar.zst
refinery-19cd11118cde7160cd447c81bc965007c0437479.zip
refactor(frondend): improve editor store and theme
Also bumps frontend dependencies.
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;