@haklex/rich-style-token 0.0.26 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -59,7 +59,8 @@ const lightArticleColors = {
59
59
  accentLight: "#2563eb20",
60
60
  link: "#2563eb",
61
61
  codeText: "#374047",
62
- codeBg: "#f8f9f9",
62
+ codeBg: "#f6f8fa",
63
+ // GitHub light
63
64
  quoteBorder: "#2563eb",
64
65
  quoteBg: "#eff6ff",
65
66
  alertInfo: "#006bb7",
@@ -83,7 +84,8 @@ const darkColors = {
83
84
  accentLight: "#60a5fa20",
84
85
  link: "#60a5fa",
85
86
  codeText: "#dee1e3",
86
- codeBg: "#374047",
87
+ codeBg: "#161b22",
88
+ // GitHub dark
87
89
  quoteBorder: "#60a5fa",
88
90
  quoteBg: "#1e3a5f",
89
91
  alertInfo: "#7db9e5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-style-token",
3
- "version": "0.0.26",
3
+ "version": "0.0.29",
4
4
  "description": "Style tokens and CSS variables for haklex rich editor",
5
5
  "license": "MIT",
6
6
  "type": "module",