@univerjs/themes 0.25.0 → 1.0.0-alpha.0

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![license](https://img.shields.io/npm/l/@univerjs/themes?style=flat-square)](https://npmjs.com/package/@univerjs/themes)
5
5
  [![downloads](https://img.shields.io/npm/dm/@univerjs/themes?style=flat-square)](https://npmjs.com/package/@univerjs/themes)
6
6
 
7
- `@univerjs/themes` contains built-in Univer theme definitions such as the default theme and green theme.
7
+ `@univerjs/themes` contains built-in Univer theme definitions such as the default, green, orange, red, and purple themes.
8
8
 
9
9
  ## Package Overview
10
10
 
@@ -25,7 +25,7 @@ Keep all `@univerjs/*` packages on the same version.
25
25
  ## Usage
26
26
 
27
27
  ```ts
28
- import { defaultTheme, greenTheme } from '@univerjs/themes';
28
+ import { defaultTheme, greenTheme, orangeTheme, purpleTheme, redTheme } from '@univerjs/themes';
29
29
  ```
30
30
 
31
31
  ## Resources
@@ -33,4 +33,3 @@ import { defaultTheme, greenTheme } from '@univerjs/themes';
33
33
  - [Documentation](https://docs.univer.ai)
34
34
  - [NPM package](https://npmjs.com/package/@univerjs/themes)
35
35
  - [GitHub repository](https://github.com/dream-num/univer)
36
-