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:
parent
8b22f03c09
commit
96cf42fb06
@ -217,7 +217,7 @@ const solarizedDarkStyle = {
|
||||
htmlLinkColor: '#268bd2',
|
||||
htmlTableBackgroundColor: '#002b36',
|
||||
htmlCodeBackgroundColor: '#002b36',
|
||||
htmlCodeBorderColor: '#073642',
|
||||
htmlCodeBorderColor: '#696969',
|
||||
htmlCodeColor: '#fdf6e3',
|
||||
|
||||
editorTheme: 'solarized_dark',
|
||||
|
Loading…
Reference in New Issue
Block a user