miao-plugin/resources/help/theme/default/config.js

10 lines
526 B
JavaScript
Raw Normal View History

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)' // 帮助偶数行底色
}