feat: add theme editor with Monaco and custom CSS injection

This commit is contained in:
Hachi-R 2025-01-29 03:46:22 -03:00
parent 3e2d7a751c
commit 5a19e9fd12
23 changed files with 516 additions and 20 deletions

View file

@ -78,6 +78,11 @@ import "./themes/add-custom-theme";
import "./themes/delete-custom-theme";
import "./themes/get-all-custom-themes";
import "./themes/delete-all-custom-themes";
import "./themes/update-custom-theme";
import "./themes/open-editor-window";
import "./themes/get-custom-theme-by-id";
import "./themes/get-active-custom-theme";
import "./themes/css-injector";
import { isPortableVersion } from "@main/helpers";
ipcMain.handle("ping", () => "pong");