@charcoal-ui/theme 2.0.0-alpha.4 → 2.0.0-alpha.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/theme",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0-alpha.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -43,5 +43,5 @@
43
43
  "url": "https://github.com/pixiv/charcoal.git",
44
44
  "directory": "packages/theme"
45
45
  },
46
- "gitHead": "838da177740bbcedae99861302592c62b2010c4f"
46
+ "gitHead": "ae4f70e36537aaf461e439caf47f6d9ef7e5ce67"
47
47
  }
package/src/default.ts CHANGED
@@ -136,7 +136,7 @@ export const dark: CharcoalTheme = {
136
136
  background1: '#1f1f1f',
137
137
  background2: '#000000',
138
138
  icon6: light.color.icon6,
139
- link1: light.color.link1,
139
+ link1: '#669FC2',
140
140
  link2: light.color.link2,
141
141
  surface1: '#1f1f1f',
142
142
  surface2: rgba('#000000', 0.16),
package/theme.json CHANGED
@@ -166,9 +166,9 @@
166
166
  "alpha": 0.28
167
167
  },
168
168
  "link1": {
169
- "red": 0.23921568627450981,
170
- "green": 0.4627450980392157,
171
- "blue": 0.6,
169
+ "red": 0.4,
170
+ "green": 0.6235294117647059,
171
+ "blue": 0.7607843137254902,
172
172
  "alpha": 1
173
173
  },
174
174
  "link2": {