Merge pull request #3012 from Rishgod/theme-bold

Desktop: Changing bold-text preview color for Aritim-dark theme
pull/3037/head
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
1 changed files with 1 additions and 1 deletions

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)