mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Calendar view: adjust color palette to avoid pure black bars (#9739)
This commit is contained in:
@@ -248,12 +248,12 @@ end
|
||||
local SPAN_COLORS = {
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_WHITE },
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_GRAY_E },
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_LIGHT_GRAY },
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_GRAY },
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_GRAY_D },
|
||||
{ Blitbuffer.COLOR_BLACK, Blitbuffer.COLOR_GRAY_B },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_GRAY_9 },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_DARK_GRAY },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_GRAY_7 },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_GRAY_5 },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_BLACK },
|
||||
{ Blitbuffer.COLOR_WHITE, Blitbuffer.COLOR_GRAY_3 },
|
||||
}
|
||||
|
||||
function CalendarWeek:update()
|
||||
|
||||
Reference in New Issue
Block a user