You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
20 hours ago | |
|---|---|---|
| .. | ||
| .github/workflows | 20 hours ago | |
| dist | 20 hours ago | |
| CHANGELOG.md | 20 hours ago | |
| LICENSE | 20 hours ago | |
| README.md | 20 hours ago | |
| package.json | 20 hours ago | |
README.md
@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.
API Reference
-
oneDark: Extension Extension to enable the One Dark theme (both the editor theme and the highlight style).
-
oneDarkTheme: Extension The editor theme styles for One Dark.
-
oneDarkHighlightStyle: HighlightStyle The 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.