One Dark theme for the CodeMirror code editor
npm install @codemirror/theme-one-dark[WEBSITE | ISSUES | FORUM | CHANGELOG ]
This package implements the One Dark theme for the
CodeMirror code editor.
The project page has more information, a
number of examples and the
documentation.
This code is released under an
MIT license.
We aim to be an inclusive, welcoming community. To make that explicit,
we have a code of
conduct that applies
to communication around the project.
oneDark: ExtensionExtension to enable the One Dark theme (both the editor theme and
the highlight style).
oneDarkTheme: ExtensionThe editor theme styles for One Dark.
oneDarkHighlightStyle: HighlightStyleThe highlighting style for code in the One Dark theme.
color: {chalky: string, coral: string, cyan: string, invalid: string, ivory: string, stone: string, malibu: string, sage: string, whiskey: string, violet: string, darkBackground: string, highlightBackground: string, background: string, tooltipBackground: string, selection: string, cursor: string}The colors used in the theme, as CSS color strings.