@plait/core 0.67.0 → 0.67.2
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/interfaces/theme.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare enum ThemeColorMode {
|
|
|
14
14
|
'dark' = "dark",
|
|
15
15
|
'starry' = "starry"
|
|
16
16
|
}
|
|
17
|
+
export declare const DEFAULT_COLOR = "#333333";
|
|
17
18
|
export declare const DefaultThemeColor: ThemeColor;
|
|
18
19
|
export declare const ColorfulThemeColor: ThemeColor;
|
|
19
20
|
export declare const SoftThemeColor: ThemeColor;
|