¥Releases
Radix Colors 发布及更新日志。
[Breaking] 所有颜色完全重制。
¥[Breaking] A complete rework of all colors.
添加所有比例的 P3 色彩空间版本。
¥Add P3 colorspace versions of all scales.
添加 ruby
、iris
和 jade
比例。
¥Add ruby
, iris
, and jade
scales
修复 a2
深色过于不透明的问题。
¥Fix some of the dark a2
colors being too opaque.
[重大更新] 全面重制所有颜色,显著提高整体对比度。
¥[Breaking] A complete rework of all colors, dramatically improving contrast across the board.
[Breaking] CSS 变量已更改为使用连字符分隔的命名方式:
¥[Breaking] CSS variables were changed to use the hyphen-separated naming:
gray1
→ gray-1
grayA1
→ gray-a1
[Breaking] CSS 文件名已更改为使用连字符分隔的命名方式:
¥[Breaking] CSS file names were changed to use the hyphen-separated naming:
gray.css
→ gray.css
grayA.css
→ gray-alpha.css
grayDark.css
→ gray-dark.css
grayDarkA.css
→ gray-dark-alpha.css
除了 :root
元素之外,还将轻量级 CSS 变量应用于 .light-theme
类。
¥Apply light scale CSS variables to .light-theme
class in addition to
the :root
element.