diff --git a/core/package.json b/core/package.json index 4768c8b35..6efc5394d 100644 --- a/core/package.json +++ b/core/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/basic-setup/package.json b/extensions/basic-setup/package.json index dd441223d..33020f754 100644 --- a/extensions/basic-setup/package.json +++ b/extensions/basic-setup/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Basic configuration for the CodeMirror6 code editor.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/basic-setup", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/classname/package.json b/extensions/classname/package.json index 54c0407e8..da0f1090b 100644 --- a/extensions/classname/package.json +++ b/extensions/classname/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Adding a class for a specific line for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/classname", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/color/package.json b/extensions/color/package.json index 432856b97..2cc92a00d 100644 --- a/extensions/color/package.json +++ b/extensions/color/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Color Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/events/package.json b/extensions/events/package.json index 0d5f7f185..ee3a02718 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Events Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/hyper-link/package.json b/extensions/hyper-link/package.json index d972411f9..6ee568a95 100644 --- a/extensions/hyper-link/package.json +++ b/extensions/hyper-link/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Hyper link Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/hyper-link", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/langs/package.json b/extensions/langs/package.json index 645bba777..8f32aadae 100644 --- a/extensions/langs/package.json +++ b/extensions/langs/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Load languages Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/languages", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/line-numbers-relative/package.json b/extensions/line-numbers-relative/package.json index 28ca6a504..be41aabbd 100644 --- a/extensions/line-numbers-relative/package.json +++ b/extensions/line-numbers-relative/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Relative line numbers Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/mentions/package.json b/extensions/mentions/package.json index ec41b35de..7f7a5dee9 100644 --- a/extensions/mentions/package.json +++ b/extensions/mentions/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Relative line numbers Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/mentions", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/extensions/zebra-stripes/package.json b/extensions/zebra-stripes/package.json index c3d05c666..afb484c81 100644 --- a/extensions/zebra-stripes/package.json +++ b/extensions/zebra-stripes/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Styles alternating lines for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/zebra-stripes", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/merge/package.json b/merge/package.json index f93d02c9c..988c0f578 100644 --- a/merge/package.json +++ b/merge/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "CodeMirror merge view for React.", "homepage": "https://uiwjs.github.io/react-codemirror", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/basic/package.json b/themes/basic/package.json index 30dd726f4..75b4f67f8 100644 --- a/themes/basic/package.json +++ b/themes/basic/package.json @@ -7,6 +7,7 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "funding": "https://jaywcjlove.github.io/#/sponsor", "exports": { "./README.md": "./README.md", ".": { diff --git a/themes/basic/src/dark.ts b/themes/basic/src/dark.ts index e736824ea..3e3bb24c0 100644 --- a/themes/basic/src/dark.ts +++ b/themes/basic/src/dark.ts @@ -6,7 +6,7 @@ export const defaultSettingsBasicDark: CreateThemeOptions['settings'] = { foreground: '#DDDDDD', caret: '#DDDDDD', selection: '#202325', - selectionMatch: '#B9D2FF30', + selectionMatch: '#202325', gutterBackground: '#292d30', gutterForeground: '#808080', gutterBorder: '1px solid #ffffff10', diff --git a/themes/basic/src/light.ts b/themes/basic/src/light.ts index 89c27fc3b..13e6c9fbd 100644 --- a/themes/basic/src/light.ts +++ b/themes/basic/src/light.ts @@ -10,7 +10,7 @@ export const defaultSettingsBasicLight: CreateThemeOptions['settings'] = { gutterBackground: '#eceff4', gutterForeground: '#2e3440', gutterBorder: 'none', - lineHighlight: '#eceff4', + lineHighlight: '#02255f11', }; export const basicLightInit = (options?: Partial) => { diff --git a/themes/bbedit/package.json b/themes/bbedit/package.json index 51522bc61..c32069075 100644 --- a/themes/bbedit/package.json +++ b/themes/bbedit/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme bbedit for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bbedit", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/bespin/package.json b/themes/bespin/package.json index d35104b1b..7d3f56c63 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme bespin for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bespin", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/bespin/src/index.ts b/themes/bespin/src/index.ts index 5eb335e2b..6b84f89de 100644 --- a/themes/bespin/src/index.ts +++ b/themes/bespin/src/index.ts @@ -12,11 +12,11 @@ export const defaultSettingsBespin: CreateThemeOptions['settings'] = { background: '#28211c', foreground: '#9d9b97', caret: '#797977', - selection: '#36312e', + selection: '#4f382b', selectionMatch: '#4f382b', gutterBackground: '#28211c', gutterForeground: '#666666', - lineHighlight: 'rgba(255, 255, 255, 0.1)', + lineHighlight: '#ffffff1a', }; export const bespinInit = (options?: Partial) => { diff --git a/themes/copilot/package.json b/themes/copilot/package.json index c9e3b717c..d09e2e5ee 100644 --- a/themes/copilot/package.json +++ b/themes/copilot/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme copilot for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/copilot", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/copilot/src/color.ts b/themes/copilot/src/color.ts index c0edfc892..2324c89cf 100644 --- a/themes/copilot/src/color.ts +++ b/themes/copilot/src/color.ts @@ -1,11 +1,11 @@ export const config = { background: '#232a2f', foreground: '#939da5', - selection: '#939da530', + selection: '#204062', selectionMatch: '#204062', cursor: '#939da5', dropdownBackground: '#1a2023', - activeLine: '#232a2f', + activeLine: '#4469832b', matchingBracket: '#204062', keyword: '#ba8ef7', storage: '#ba8ef7', diff --git a/themes/copilot/src/dark-color.ts b/themes/copilot/src/dark-color.ts deleted file mode 100644 index 222c14a95..000000000 --- a/themes/copilot/src/dark-color.ts +++ /dev/null @@ -1,26 +0,0 @@ -export const config = { - background: '#000', - foreground: '#fff', - selection: '#7d46fc3f', - selectionMatch: '#7d46fc7f', - cursor: '#7d46fc', - dropdownBackground: '#0a0b0f', - dropdownBorder: '#1e1d27', - activeLine: '#7d46fc14', - matchingBracket: '#7d46fc7f', - keyword: null, - storage: null, - variable: null, - parameter: null, - function: null, - string: '#a8a8b1', - constant: null, - type: null, - class: null, - number: null, - comment: '#2e2e37', - heading: null, - invalid: null, - regexp: '#a8a8b1', - tag: null, -}; diff --git a/themes/copilot/src/light-color.ts b/themes/copilot/src/light-color.ts deleted file mode 100644 index 1ea58bf58..000000000 --- a/themes/copilot/src/light-color.ts +++ /dev/null @@ -1,26 +0,0 @@ -export const config = { - background: '#fff', - foreground: '#000', - selection: '#0064ff26', - selectionMatch: '#0064ff4c', - cursor: '#004bff', - dropdownBackground: '#f4f6fc', - dropdownBorder: '#e7ecf2', - activeLine: '#0064ff0c', - matchingBracket: '#0064ff4c', - keyword: null, - storage: null, - variable: null, - parameter: null, - function: null, - string: '#6b7a88', - constant: null, - type: null, - class: null, - number: null, - comment: '#bec9d3', - heading: null, - invalid: null, - regexp: '#6b7a88', - tag: null, -}; diff --git a/themes/darcula/package.json b/themes/darcula/package.json index 6e7e566a1..573d730d8 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme darcula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/darcula", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/dracula/package.json b/themes/dracula/package.json index 7982ff11c..a153b0baa 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme dracula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 48ffbb634..ac69b44d2 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme duotone for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index b8ad25d95..b328e9de1 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme eclipse for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/eclipse", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/github/package.json b/themes/github/package.json index ce2120b1b..59deb7bb6 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme github for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/github/light", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/gruvbox/package.json b/themes/gruvbox/package.json index 7a96fd039..1de32b265 100644 --- a/themes/gruvbox/package.json +++ b/themes/gruvbox/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme gruvbox-dark for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/dark", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/kimbie/package.json b/themes/kimbie/package.json index b8f96a183..f63386557 100644 --- a/themes/kimbie/package.json +++ b/themes/kimbie/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme kimbie for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/kimbie", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/material/package.json b/themes/material/package.json index 0ac88fe78..0fa128870 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme material for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/material", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/monokai-dimmed/package.json b/themes/monokai-dimmed/package.json index a7a9a6e03..a08b5d670 100644 --- a/themes/monokai-dimmed/package.json +++ b/themes/monokai-dimmed/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme monokai-dimmed for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/monokai-dimmed", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/monokai/package.json b/themes/monokai/package.json index 6e1e71d39..b0a75986a 100644 --- a/themes/monokai/package.json +++ b/themes/monokai/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme monokai for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/monokai", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/noctis-lilac/package.json b/themes/noctis-lilac/package.json index 9579c3b41..41018c77b 100644 --- a/themes/noctis-lilac/package.json +++ b/themes/noctis-lilac/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme noctis-lilac for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/noctis-lilac", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/nord/package.json b/themes/nord/package.json index adb23a4c2..e7b9148d3 100644 --- a/themes/nord/package.json +++ b/themes/nord/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme nord for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/nord", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index 41b8607b2..846308433 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme okaidia for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/quietlight/package.json b/themes/quietlight/package.json index 2d03b69db..e9bb17c14 100644 --- a/themes/quietlight/package.json +++ b/themes/quietlight/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme quietlight for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/quietlight", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/red/package.json b/themes/red/package.json index c20f86ea2..e5f734a50 100644 --- a/themes/red/package.json +++ b/themes/red/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme red for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/red", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/solarized/package.json b/themes/solarized/package.json index 9cfb89cef..e353a4c3a 100644 --- a/themes/solarized/package.json +++ b/themes/solarized/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme solarized for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/solarized", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/sublime/package.json b/themes/sublime/package.json index c97089083..2d8b721aa 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme sublime for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/sublime", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/theme/package.json b/themes/theme/package.json index 942a48a95..b5d5c70a4 100644 --- a/themes/theme/package.json +++ b/themes/theme/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Themes for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/tokyo-night-day/package.json b/themes/tokyo-night-day/package.json index 3c8283ead..e9f878351 100644 --- a/themes/tokyo-night-day/package.json +++ b/themes/tokyo-night-day/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme tokyo-night-day for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-day", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/tokyo-night-storm/package.json b/themes/tokyo-night-storm/package.json index 8d19f818c..439d9b581 100644 --- a/themes/tokyo-night-storm/package.json +++ b/themes/tokyo-night-storm/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme tokyo-night-storm for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/tokyo-night/package.json b/themes/tokyo-night/package.json index 136f89584..320981823 100644 --- a/themes/tokyo-night/package.json +++ b/themes/tokyo-night/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme tokyo-night for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/tomorrow-night-blue/package.json b/themes/tomorrow-night-blue/package.json index 53de38f5d..ff9060736 100644 --- a/themes/tomorrow-night-blue/package.json +++ b/themes/tomorrow-night-blue/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme tomorrow-night-blue for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tomorrow-night-blue", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/vscode/package.json b/themes/vscode/package.json index 6890baa03..3f54533cb 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme vscode for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/white/package.json b/themes/white/package.json index 5d5485ef1..f39c92702 100644 --- a/themes/white/package.json +++ b/themes/white/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme white for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/white/dark", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js", diff --git a/themes/xcode/package.json b/themes/xcode/package.json index 4eba628f2..0bc8ed72a 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -3,6 +3,7 @@ "version": "4.21.20", "description": "Theme xcode for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light", + "funding": "https://jaywcjlove.github.io/#/sponsor", "author": "kenny wong ", "license": "MIT", "main": "./cjs/index.js",