https://github.com/nikku/ayu-mirror
An Ayu theme for Codemirror 6
https://github.com/nikku/ayu-mirror
ayu codemirror theme
Last synced: about 1 month ago
JSON representation
An Ayu theme for Codemirror 6
- Host: GitHub
- URL: https://github.com/nikku/ayu-mirror
- Owner: nikku
- License: mit
- Created: 2026-05-20T20:08:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-21T12:07:49.000Z (about 2 months ago)
- Last Synced: 2026-06-22T13:28:54.492Z (about 2 months ago)
- Topics: ayu, codemirror, theme
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ayu-mirror
[](https://github.com/nikku/ayu-mirror/actions/workflows/CI.yml)
The [Ayu theme](https://ayutheme.com/) for the [CodeMirror code editor](https://codemirror.net/).
## Usage
```javascript
import { EditorState } from '@codemirror/state';
import { EditorView } from '@codemirror/view';
import { ayuLight } from 'ayu-mirror';
// use as a codemirror extension
const view = new EditorView({
state: EditorState.create({
extensions: [
...,
ayuLight
]
})
});
```
## License
MIT