1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-07 07:03:20 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Wesley Hansen 5b17808569 Support for solarized dark and light themes
CodeMirror seems to have the two solarized themes within the
`node_modules/coemirror/theme/solarized.css`. So passing the string
"solarized light" and "solarized dark" to the editor theme appropriately
sets these themes.

The Boostnote app appears to be dynamically determining themes based
on the css files found within `node_modules/codemirror/theme/`.
So that's why there was just a single option of 'solarized' before.

The light and dark 'solarized' themes appear to be the *only* themes
that share a css style, whereas all other light and dark variarnt
themes get their own css file (ex: base16-dark.css and base16-light.css).

Weird!
2017-10-08 23:56:15 -04:00
Dick Choi 92fd7ac09c use default theme if theme doesn't exist 2016-10-04 11:07:21 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Rokt33r c91adcd165 update label 2016-05-08 14:41:27 +09:00
Rokt33r 293c286d22 update color option and enhance UX of FolderItem 2016-05-08 03:03:26 +09:00
Rokt33r 70244f79ba rename, recolor, remove folder 2016-05-08 02:49:19 +09:00
Rokt33r dcf773fd88 add Folder 2016-05-03 22:38:54 +09:00