miao-plugin/resources/help/theme/default/config.js
2022-09-26 00:41:09 +08:00

10 lines
526 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const style = {
fontColor: '#ceb78b', // 主文字颜色
descColor: '#eee', // 描述文字颜色
contBgColor: 'rgba(6, 21, 31, .5)', // 面板整体底色,注意与主文字颜色过近或太透明可能导致阅读困难
contBgBlur: 3, // 面板底图毛玻璃效果数字越大越模糊0-10 ,可为小数
headerBgColor: 'rgba(6, 21, 31, .4)', // 板块标题栏底色
rowBgColor1: 'rgba(6, 21, 31, .2)', // 帮助奇数行底色
rowBgColor2: 'rgba(6, 21, 31, .35)' // 帮助偶数行底色
}