1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

DESKTOP: Improve code css for Solarized Dark (#2626)

* Code border was not prominent

* Update theme.js
This commit is contained in:
RAJPRAKASH 2020-03-02 03:03:57 +05:30 committed by GitHub
parent 8b22f03c09
commit 96cf42fb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ const solarizedDarkStyle = {
htmlLinkColor: '#268bd2',
htmlTableBackgroundColor: '#002b36',
htmlCodeBackgroundColor: '#002b36',
htmlCodeBorderColor: '#073642',
htmlCodeBorderColor: '#696969',
htmlCodeColor: '#fdf6e3',
editorTheme: 'solarized_dark',