1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Merge pull request #3012 from Rishgod/theme-bold

Desktop: Changing bold-text preview color for Aritim-dark theme
This commit is contained in:
Caleb John 2020-05-13 17:55:09 -06:00 committed by GitHub
commit b5fc8e7fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '#d3dae3', // 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)