mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Tweak default dark YACReaderLibrary theme
This commit is contained in:
@ -4,16 +4,16 @@
|
|||||||
"textColor": "#888888"
|
"textColor": "#888888"
|
||||||
},
|
},
|
||||||
"comicsViewTable": {
|
"comicsViewTable": {
|
||||||
"alternateBackgroundColor": "#2e2e2e",
|
"alternateBackgroundColor": "#2c2c2c",
|
||||||
"backgroundColor": "#2a2a2a",
|
"backgroundColor": "#232323",
|
||||||
"headerBackgroundColor": "#2a2a2a",
|
"headerBackgroundColor": "#2a2a2a",
|
||||||
"headerBorderColor": "#1f1f1f",
|
"headerBorderColor": "#1f1f1f",
|
||||||
"headerGradientColor": "#252525",
|
"headerGradientColor": "#252525",
|
||||||
"headerTextColor": "#dddddd",
|
"headerTextColor": "#dddddd",
|
||||||
"itemBorderBottomColor": "#1f1f1f",
|
"itemBorderBottomColor": "#1f1f1f",
|
||||||
"itemBorderBottomWidth": 1,
|
"itemBorderBottomWidth": 0,
|
||||||
"itemBorderTopColor": "#353535",
|
"itemBorderTopColor": "#353535",
|
||||||
"itemBorderTopWidth": 1,
|
"itemBorderTopWidth": 0,
|
||||||
"itemTextColor": "#dddddd",
|
"itemTextColor": "#dddddd",
|
||||||
"selectedColor": "#555555",
|
"selectedColor": "#555555",
|
||||||
"selectedTextColor": "#ffffff",
|
"selectedTextColor": "#ffffff",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"starRatingSelectedColor": "#ffffff"
|
"starRatingSelectedColor": "#ffffff"
|
||||||
},
|
},
|
||||||
"comicsViewToolbar": {
|
"comicsViewToolbar": {
|
||||||
"backgroundColor": "#2a2a2a",
|
"backgroundColor": "#1f1f1f",
|
||||||
"checkedBackgroundColor": "#555555",
|
"checkedBackgroundColor": "#555555",
|
||||||
"iconColor": "#dddddd",
|
"iconColor": "#dddddd",
|
||||||
"separatorColor": "#444444"
|
"separatorColor": "#444444"
|
||||||
@ -49,7 +49,7 @@
|
|||||||
"cellColorWithBackground": "#99212121",
|
"cellColorWithBackground": "#99212121",
|
||||||
"continueReadingBackgroundColor": "#88000000",
|
"continueReadingBackgroundColor": "#88000000",
|
||||||
"continueReadingColor": "#ffffff",
|
"continueReadingColor": "#ffffff",
|
||||||
"currentComicBackgroundColor": "#88000000",
|
"currentComicBackgroundColor": "#55000000",
|
||||||
"favCheckedColor": "#e84852",
|
"favCheckedColor": "#e84852",
|
||||||
"favUncheckedColor": "#1c1c1c",
|
"favUncheckedColor": "#1c1c1c",
|
||||||
"infoBackgroundColor": "#2e2e2e",
|
"infoBackgroundColor": "#2e2e2e",
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"textColor": "#dddfdf"
|
"textColor": "#dddfdf"
|
||||||
},
|
},
|
||||||
"mainToolbar": {
|
"mainToolbar": {
|
||||||
"backgroundColor": "#2a2a2a",
|
"backgroundColor": "#1f1f1f",
|
||||||
"dividerColor": "#555555",
|
"dividerColor": "#555555",
|
||||||
"folderNameColor": "#dddddd",
|
"folderNameColor": "#dddddd",
|
||||||
"iconColor": "#dddddd",
|
"iconColor": "#dddddd",
|
||||||
|
|||||||
Reference in New Issue
Block a user