mirror of https://github.com/laurent22/joplin.git
iOS: Fixed dark theme in iOS (#5165)
parent
41f01dcc34
commit
47b283a367
|
@ -11,7 +11,7 @@ const theme: Theme = {
|
||||||
oddBackgroundColor: '#eeeeee',
|
oddBackgroundColor: '#eeeeee',
|
||||||
color: '#32373F', // For regular text
|
color: '#32373F', // For regular text
|
||||||
colorError: 'red',
|
colorError: 'red',
|
||||||
colorWarn: 'rgb(228 86 0)',
|
colorWarn: 'rgb(228,86,0)',
|
||||||
colorWarnUrl: '#155BDA',
|
colorWarnUrl: '#155BDA',
|
||||||
colorFaded: '#7C8B9E', // For less important text
|
colorFaded: '#7C8B9E', // For less important text
|
||||||
colorBright: '#000000', // For important text
|
colorBright: '#000000', // For important text
|
||||||
|
|
Loading…
Reference in New Issue