114 lines
3.6 KiB
JavaScript
114 lines
3.6 KiB
JavaScript
const setUpReadingColorAll = {
|
|
'F3EFE9': {
|
|
// 背景色:#F3EFE9
|
|
'mainBodyBg': '#F3EFE9',
|
|
// 一级标题文字颜色:#2F1904
|
|
h1Title: '#2F1904',
|
|
// 导航栏文字颜色 #999999
|
|
navigationBarTitleTextColor: '#999999',
|
|
// 导航栏返回文字颜色 #130F26
|
|
navigationBarTitleTextBackColor: '#130F26',
|
|
// 内容文字颜色:#30150A
|
|
novelContentColor: '#30150A',
|
|
// 上一章背景颜色:#CFCDC9
|
|
previousChapterBbuttonBg: '#CFCDC9',
|
|
// 上一章文字颜色:#2D2C2B
|
|
previousChapterBbuttonTextColor: '#2D2C2B',
|
|
// 下一章背景颜色:#2D2C2B
|
|
nextChapterBbuttonBg: '#2D2C2B',
|
|
// 下一章文字颜色:#ffffff
|
|
nextChapterBbuttonTextColor: '#ffffff',
|
|
// 背景 字号文字颜色:#524843
|
|
dialogTextColor: '#524843',
|
|
// A- A+背景颜色:#E3DFDA
|
|
dialogATextBg: '#E3DFDA',
|
|
// A- A+字体颜色:#2F1904
|
|
dialogATextColor: '#2F1904',
|
|
// 文字颜色:#2F1904
|
|
tabBarTextColor: '#2F1904',
|
|
// 进度条背景颜色:#E3DCDA
|
|
progressBg: '#E3DCDA',
|
|
// 进度条背景深色:#C9BAB1
|
|
progressActiveBg: '#C9BAB1',
|
|
// 进度条圆圈颜色:#F5F5F5
|
|
progressRoundBg: '#F5F5F5',
|
|
// 阴影颜色:#3E465B
|
|
boxShowBg: '#3E465B'
|
|
},
|
|
'CCD9E2': {
|
|
// 背景色:#CCD9E2
|
|
mainBodyBg: '#CCD9E2',
|
|
// 一级标题文字颜色:#041D2F
|
|
h1Title: '#041D2F',
|
|
// 导航栏文字颜色 #999999
|
|
navigationBarTitleTextColor: '#999999',
|
|
// 导航栏返回文字颜色 #130F26
|
|
navigationBarTitleTextBackColor: '#130F26',
|
|
// 内容文字颜色:#0A1E30
|
|
novelContentColor: '#0A1E30',
|
|
// 上一章背景颜色:#CFCDC9
|
|
previousChapterBbuttonBg: '#CFCDC9',
|
|
// 上一章文字颜色:#2D2C2B
|
|
previousChapterBbuttonTextColor: '#2D2C2B',
|
|
// 下一章背景颜色:#2D2C2B
|
|
nextChapterBbuttonBg: '#2D2C2B',
|
|
// 下一章文字颜色:#ffffff
|
|
nextChapterBbuttonTextColor: '#ffffff',
|
|
// 背景 字号文字颜色:#434852
|
|
dialogTextColor: '#434852',
|
|
// A- A+背景颜色:#DCE5E8
|
|
dialogATextBg: '#DCE5E8',
|
|
// A- A+字体颜色:#041D2F
|
|
dialogATextColor: '#041D2F',
|
|
// 文字颜色:#041D2F
|
|
tabBarTextColor: '#041D2F',
|
|
// 进度条背景颜色:#DAE0E3
|
|
progressBg: '#DAE0E3',
|
|
// 进度条背景深色:#B1C1C9
|
|
progressActiveBg: '#B1C1C9',
|
|
// 进度条圆圈颜色:#F5F5F5
|
|
progressRoundBg: '#F5F5F5',
|
|
// 阴影颜色:#3E465B
|
|
boxShowBg: '#3E465B'
|
|
},
|
|
'333333': {
|
|
// 背景色:#333333
|
|
mainBodyBg: '#333333',
|
|
// 一级标题文字颜色:#9C9C9C
|
|
h1Title: '#9C9C9C',
|
|
// 导航栏文字颜色 #999999
|
|
navigationBarTitleTextColor: '#999999',
|
|
// 导航栏返回文字颜色 #FFFFFF
|
|
navigationBarTitleTextBackColor: '#FFFFFF',
|
|
// 内容文字颜色:#9D9D9D
|
|
novelContentColor: '#9D9D9D',
|
|
// 上一章背景颜色:#555555
|
|
previousChapterBbuttonBg: '#555555',
|
|
// 上一章文字颜色:#989898
|
|
previousChapterBbuttonTextColor: '#989898',
|
|
// 下一章背景颜色:#9D9D9D
|
|
nextChapterBbuttonBg: '#9D9D9D',
|
|
// 下一章文字颜色:#333333
|
|
nextChapterBbuttonTextColor: '#333333',
|
|
// 背景 字号文字颜色:#8F8F8F
|
|
dialogTextColor: '#8F8F8F',
|
|
// A- A+背景颜色:#E7E7E7
|
|
dialogATextBg: '#E7E7E7',
|
|
// A- A+字体颜色:#333333
|
|
dialogATextColor: '#333333',
|
|
// 文字颜色:#9C9C9C
|
|
tabBarTextColor: '#9C9C9C',
|
|
// 进度条背景颜色:#5C5C5C
|
|
progressBg: '#5C5C5C',
|
|
// 进度条背景深色:#797979
|
|
progressActiveBg: '#797979',
|
|
// 进度条圆圈颜色:#CCCCCC
|
|
progressRoundBg: '#CCCCCC',
|
|
// 阴影颜色:#3E465B
|
|
boxShowBg: '#3E465B',
|
|
// 弹出背景颜色:#303030
|
|
dialogBg:'#303030'
|
|
}
|
|
}
|
|
|
|
export default setUpReadingColorAll; |