Skip to content

Commit

Permalink
feat(themes-all): theme console added to themes-all (#632).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 18, 2024
1 parent d5dd1ec commit a779719
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions themes/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@uiw/codemirror-theme-basic": "4.21.21",
"@uiw/codemirror-theme-bbedit": "4.21.21",
"@uiw/codemirror-theme-bespin": "4.21.21",
"@uiw/codemirror-theme-console": "4.21.21",
"@uiw/codemirror-theme-copilot": "4.21.21",
"@uiw/codemirror-theme-darcula": "4.21.21",
"@uiw/codemirror-theme-dracula": "4.21.21",
Expand Down
1 change: 1 addition & 0 deletions themes/all/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from '@uiw/codemirror-theme-aura';
export * from '@uiw/codemirror-theme-basic';
export * from '@uiw/codemirror-theme-bbedit';
export * from '@uiw/codemirror-theme-bespin';
export * from '@uiw/codemirror-theme-console';
export * from '@uiw/codemirror-theme-copilot';
export * from '@uiw/codemirror-theme-darcula';
export * from '@uiw/codemirror-theme-dracula';
Expand Down
8 changes: 7 additions & 1 deletion themes/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![npm version](https://img.shields.io/npm/v/@uiw/codemirror-theme-console.svg)](https://www.npmjs.com/package/@uiw/codemirror-theme-console)

<!--missing images-->
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/console/light">
<img width="436" alt="codemirror-theme-bespin" src="https://github.com/uiwjs/react-codemirror/assets/1680273/fa508c19-a037-4bd3-a319-89626f2bc5e8">
</a>

<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/console/dark">
<img width="436" alt="codemirror-theme-github light" src="https://github.com/uiwjs/react-codemirror/assets/1680273/adc349ad-0d05-4858-96c2-a831fac1d7ac">
</a>

## Motivation

Expand Down
2 changes: 1 addition & 1 deletion themes/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/codemirror-theme-console",
"version": "1.0.0",
"version": "4.21.21",
"description": "Theme console for CodeMirror.",
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/console/light",
"author": "David Villamarin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@uiw/codemirror-theme-aura": "4.21.21",
"@uiw/codemirror-theme-basic": "4.21.21",
"@uiw/codemirror-theme-bbedit": "4.21.21",
"@uiw/codemirror-theme-bespin": "4.21.21",
"@uiw/codemirror-theme-console": "4.21.21",
"@uiw/codemirror-theme-copilot": "4.21.21",
"@uiw/codemirror-theme-darcula": "4.21.21",
"@uiw/codemirror-theme-dracula": "4.21.21",
Expand Down

1 comment on commit a779719

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.