mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
25 lines
796 B
Markdown
25 lines
796 B
Markdown
---
|
|
title: 主题颜色工具
|
|
icon: unjs:theme-colors
|
|
createTime: 2024/07/29 13:58:29
|
|
permalink: /tools/theme-colors/
|
|
readingTime: false
|
|
editLink: false
|
|
contributors: false
|
|
lastUpdated: false
|
|
---
|
|
|
|
::: tip
|
|
这个工具可以帮助您快速创建自定义主题颜色。点击下方的按钮,选择您想要的主题颜色进行配置。
|
|
|
|
工具会自动应用您的修改到当前站点,您可以随意切换到任意页面查看效果。
|
|
|
|
本工具只能帮助您简单的创建主题颜色。如果您期望更加复杂的主题颜色配置,请查看 [styles/vars.css](https://github.com/pengzhanbo/vuepress-theme-plume/blob/main/theme/src/client/styles/vars.css)
|
|
:::
|
|
|
|
<script setup>
|
|
import ThemeColors from '@source/.vuepress/themes/components/ThemeColors.vue'
|
|
</script>
|
|
|
|
<ThemeColors />
|