Skip to content

Commit eb3af94

Browse files
committed
style(theme): modify basic/copilot/bespin selection color. (#609)
1 parent 399d127 commit eb3af94

File tree

46 files changed

+46
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-58
lines changed

core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "CodeMirror component for React.",
55
"homepage": "https://uiwjs.github.io/react-codemirror",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/basic-setup/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Basic configuration for the CodeMirror6 code editor.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/basic-setup",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/classname/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Adding a class for a specific line for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/classname",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/color/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Color Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/events/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Events Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/hyper-link/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Hyper link Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/hyper-link",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/langs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Load languages Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/languages",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/line-numbers-relative/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Relative line numbers Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/mentions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Relative line numbers Extensions for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/mentions",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

extensions/zebra-stripes/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.21.20",
44
"description": "Styles alternating lines for CodeMirror6.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/zebra-stripes",
6+
"funding": "https://jaywcjlove.github.io/#/sponsor",
67
"author": "kenny wong <[email protected]>",
78
"license": "MIT",
89
"main": "./cjs/index.js",

0 commit comments

Comments
 (0)