Skip to content

Commit a779719

Browse files
committed
feat(themes-all): theme console added to themes-all (#632).
1 parent d5dd1ec commit a779719

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

themes/all/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@uiw/codemirror-theme-basic": "4.21.21",
3232
"@uiw/codemirror-theme-bbedit": "4.21.21",
3333
"@uiw/codemirror-theme-bespin": "4.21.21",
34+
"@uiw/codemirror-theme-console": "4.21.21",
3435
"@uiw/codemirror-theme-copilot": "4.21.21",
3536
"@uiw/codemirror-theme-darcula": "4.21.21",
3637
"@uiw/codemirror-theme-dracula": "4.21.21",

themes/all/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export * from '@uiw/codemirror-theme-aura';
77
export * from '@uiw/codemirror-theme-basic';
88
export * from '@uiw/codemirror-theme-bbedit';
99
export * from '@uiw/codemirror-theme-bespin';
10+
export * from '@uiw/codemirror-theme-console';
1011
export * from '@uiw/codemirror-theme-copilot';
1112
export * from '@uiw/codemirror-theme-darcula';
1213
export * from '@uiw/codemirror-theme-dracula';

themes/console/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
88
[![npm version](https://img.shields.io/npm/v/@uiw/codemirror-theme-console.svg)](https://www.npmjs.com/package/@uiw/codemirror-theme-console)
99

10-
<!--missing images-->
10+
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/console/light">
11+
<img width="436" alt="codemirror-theme-bespin" src="https://github.com/uiwjs/react-codemirror/assets/1680273/fa508c19-a037-4bd3-a319-89626f2bc5e8">
12+
</a>
13+
14+
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/console/dark">
15+
<img width="436" alt="codemirror-theme-github light" src="https://github.com/uiwjs/react-codemirror/assets/1680273/adc349ad-0d05-4858-96c2-a831fac1d7ac">
16+
</a>
1117

1218
## Motivation
1319

themes/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-theme-console",
3-
"version": "1.0.0",
3+
"version": "4.21.21",
44
"description": "Theme console for CodeMirror.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/console/light",
66
"author": "David Villamarin <[email protected]>",

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@uiw/codemirror-theme-aura": "4.21.21",
5353
"@uiw/codemirror-theme-basic": "4.21.21",
5454
"@uiw/codemirror-theme-bbedit": "4.21.21",
55-
"@uiw/codemirror-theme-bespin": "4.21.21",
55+
"@uiw/codemirror-theme-console": "4.21.21",
5656
"@uiw/codemirror-theme-copilot": "4.21.21",
5757
"@uiw/codemirror-theme-darcula": "4.21.21",
5858
"@uiw/codemirror-theme-dracula": "4.21.21",

0 commit comments

Comments
 (0)