From 7475e94c53d0e4a4d32315924c2c0eb78a0e2e11 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 11 May 2025 20:19:54 +0300 Subject: [PATCH] chore(settings): empty section for code notes color theme --- .../src/widgets/type_widgets/content_widget.ts | 2 ++ .../type_widgets/options/code_notes/code_theme.ts | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 apps/client/src/widgets/type_widgets/options/code_notes/code_theme.ts diff --git a/apps/client/src/widgets/type_widgets/content_widget.ts b/apps/client/src/widgets/type_widgets/content_widget.ts index 45af111e0..1d2bb91b1 100644 --- a/apps/client/src/widgets/type_widgets/content_widget.ts +++ b/apps/client/src/widgets/type_widgets/content_widget.ts @@ -44,6 +44,7 @@ import { t } from "i18next"; import LanguageOptions from "./options/i18n/language.js"; import type { EventData, EventNames } from "../../components/app_context.js"; import type BasicWidget from "../basic_widget.js"; +import CodeTheme from "./options/code_notes/code_theme.js"; const TPL = /*html*/`