mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
changing bold text preview color
This commit is contained in:
parent
75b28c46af
commit
d0fb6acccd
@ -6,7 +6,7 @@ const aritimStyle = {
|
||||
colorError: '#9a2f2f',
|
||||
colorWarn: '#d66500',
|
||||
colorFaded: '#666a73', // For less important text (e.g. not selected menu in settings)
|
||||
colorBright: '#005b47', // For important text; (e.g. bold)
|
||||
colorBright: '#ffffff', // For important text; (e.g. bold)
|
||||
dividerColor: '#141a21', // Borders, I wish I could remove them
|
||||
selectedColor: '#2b5278', // Selected note
|
||||
urlColor: '#356693', // Links to external sites (e.g. in settings)
|
||||
|
Loading…
Reference in New Issue
Block a user