1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Mobile: Fixes #2695: Fixed colour of background in OLED dark theme (#2757)

This commit is contained in:
Rahul Mohata 2020-03-15 15:43:44 +05:30 committed by GitHub
parent c2e1c4c1e1
commit 50a811720f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ function themeStyle(theme) {
output.raisedHighlightedColor = '#ffffff'; output.raisedHighlightedColor = '#ffffff';
output.htmlColor = 'rgb(220,220,220)'; output.htmlColor = 'rgb(220,220,220)';
output.htmlBackgroundColor = 'rgb(29,32,36)'; output.htmlBackgroundColor = 'rgb(0,0,0)';
output.htmlLinkColor = 'rgb(166,166,255)'; output.htmlLinkColor = 'rgb(166,166,255)';
output.htmlDividerColor = '#3D444E'; output.htmlDividerColor = '#3D444E';