1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #2414 from yougotwill/dracula_theme

Dracula theme
This commit is contained in:
Junyoung Choi (Sai)
2018-10-11 18:33:55 +09:00
committed by GitHub
38 changed files with 754 additions and 24 deletions

View File

@@ -425,6 +425,7 @@ export default class MarkdownPreview extends React.Component {
case 'dark':
case 'solarized-dark':
case 'monokai':
case 'dracula':
return scrollBarDarkStyle
default:
return scrollBarStyle