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

25 lines
887 B
JavaScript
Raw Normal View History

export const style = {
// 主文字颜色
fontColor: '#ceb78b',
// 主文字阴影: 横向距离 垂直距离 阴影大小 阴影颜色
// fontShadow: '0px 0px 1px rgba(6, 21, 31, .9)',
fontShadow: 'none',
// 描述文字颜色
descColor: '#eee',
/* 便
* 若无需此项可将rgba最后一位置为0即为完全透明
* 注意若综合透明度较低或颜色与主文字颜色过近或太透明可能导致阅读困难 */
contBgColor: 'rgba(6, 21, 31, .5)',
// 面板底图毛玻璃效果数字越大越模糊0-10 ,可为小数
contBgBlur: 3,
// 板块标题栏底色
headerBgColor: 'rgba(6, 21, 31, .4)',
// 帮助奇数行底色
rowBgColor1: 'rgba(6, 21, 31, .2)',
// 帮助偶数行底色
rowBgColor2: 'rgba(6, 21, 31, .35)'
}