File tree 4 files changed +18
-8
lines changed
4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,16 @@ export * from '@uiw/codemirror-theme-xcode';
158
158
<img width =" 436 " alt =" codemirror-theme-bespin " src =" https://user-images.githubusercontent.com/1680273/176573408-0fd54981-471a-4ef8-91d4-8ad4b159c1e0.png " >
159
159
</a >
160
160
161
+ ### console
162
+
163
+ <a href =" https://uiwjs.github.io/react-codemirror/#/theme/data/console/light " >
164
+ <img width =" 436 " alt =" codemirror-theme-console light " src =" https://github.com/uiwjs/react-codemirror/assets/1680273/e45284f3-97bf-4ddc-8796-319db788df6d " >
165
+ </a >
166
+
167
+ <a href =" https://uiwjs.github.io/react-codemirror/#/theme/data/console/dark " >
168
+ <img width =" 436 " alt =" codemirror-theme-console dark " src =" https://github.com/uiwjs/react-codemirror/assets/1680273/25bae31d-1428-481a-bc04-7c3b49ae38c0 " >
169
+ </a >
170
+
161
171
### copilot
162
172
163
173
<a href =" https://uiwjs.github.io/react-codemirror/#/theme/data/copilot " >
Original file line number Diff line number Diff line change 8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@uiw/codemirror-theme-console.svg )] ( https://www.npmjs.com/package/@uiw/codemirror-theme-console )
9
9
10
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 " >
11
+ <img width =" 436 " alt =" codemirror-theme-console light " src =" https://github.com/uiwjs/react-codemirror/assets/1680273/e45284f3-97bf-4ddc-8796-319db788df6d " >
12
12
</a >
13
13
14
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 " >
15
+ <img width =" 436 " alt =" codemirror-theme-console dark " src =" https://github.com/uiwjs/react-codemirror/assets/1680273/25bae31d-1428-481a-bc04-7c3b49ae38c0 " >
16
16
</a >
17
17
18
18
## Motivation
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ export const defaultSettingsConsoleDark: CreateThemeOptions['settings'] = {
4
4
background : '#000' ,
5
5
foreground : '#fff' ,
6
6
caret : '#fff' ,
7
- selection : '#3e4865 ' ,
7
+ selection : '#5c6c9b ' ,
8
8
selectionMatch : '#2a3967' ,
9
9
gutterBackground : '#000' ,
10
10
gutterForeground : '#ada9a9' ,
11
- gutterActiveForeground : '#000 ' ,
12
- lineHighlight : '#828282 ' ,
11
+ gutterActiveForeground : '#fff ' ,
12
+ lineHighlight : '#82828275 ' ,
13
13
} ;
14
14
15
15
export const consoleDarkInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ export const defaultSettingsConsoleLight: CreateThemeOptions['settings'] = {
4
4
background : '#fff' ,
5
5
foreground : '#000' ,
6
6
caret : '#000' ,
7
- selection : '#d6ddf2 ' ,
8
- selectionMatch : '#6d85cf ' ,
7
+ selection : '#c2d2ff ' ,
8
+ selectionMatch : '#b1c1ef ' ,
9
9
gutterBackground : '#fff' ,
10
10
gutterForeground : '#ada9a9' ,
11
11
gutterActiveForeground : '#000' ,
12
- lineHighlight : '#c7c5c5 ' ,
12
+ lineHighlight : '#c7c5c575 ' ,
13
13
} ;
14
14
15
15
export const consoleLightInit = ( options ?: Partial < CreateThemeOptions > ) => {
You can’t perform that action at this time.
1 commit comments
jaywcjlove commentedon Feb 18, 2024