MindDrop homepageMindDrop Homepage
ExtensionsBeta
GitHub

Getting Started

Introduction

API

AppCoreDropsExtensionsFilesParentReferencesPersistentStoreRichTextDocumentsRichTextElementsRichTextMarksSelectionTagsThemeTopicsUtilsViews

Types

ColorDataInsertDropDropConfigEventListenerCallbackExtensionExtensionConfigExtensionDocumentFileReferenceParentReferenceResourceConfigRTNodeRTElementRTFragmentRTDocumentRTBlockElementRTInlineElementRTBlockElementConfigRTInlineElementConfigRTMarkConfigSelectionSlotTagThemeTopicTopicViewTopicViewConfigTopicViewInstanceUiComponentConfigUiLocationViewViewConfigViewInstance

Theme

Types relating to MindDrop's theming.

ThemeAppearance

The current appearance of the theme. Either light or dark.

type ThemeAppearance = 'light' | 'dark';

ThemeAppearanceSetting

The setting used to decide which apperance to apply to the theme. When set to system, the appearance will be resolved based on the OS's appearance setting.

type ThemeAppearanceSetting = 'light' | 'dark' | 'system';

Quick nav

Previous
Tag
Next
Topic
Edit this page on GitHub.