Skip to content

Commit 934cb75

Browse files
committed
feat(theme): add monokai-dimmed theme.
1 parent 9dcbacc commit 934cb75

File tree

14 files changed

+929
-31
lines changed

14 files changed

+929
-31
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,13 @@ jobs:
253253
env:
254254
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
255255

256+
- name: 📦 @uiw/codemirror-theme-monokai-dimmed publish to NPM
257+
run: npm publish --access public
258+
working-directory: ./themes/monokai-dimmed/
259+
continue-on-error: true
260+
env:
261+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
262+
256263
- name: 📦 @uiw/codemirror-theme-noctis-lilac publish to NPM
257264
run: npm publish --access public
258265
working-directory: ./themes/noctis-lilac/

0 commit comments

Comments
 (0)