Boostnote: Could you add Idle Fingers as an editor theme?

Created on 3 Jan 2017  路  3Comments  路  Source: BoostIO/Boostnote

Hi Devs!

Great little piece of code you have here, I am using it to build up my R code library. Small feature request, could you add IdleFingers as an editor color theme?

http://colorsublime.com/theme/idleFingers

Would be happy to help if needed.

Regards,

feature request help wanted

Most helpful comment

Hi @Ocanamat, we cannot add our own theme easily to Boostnote because Boostnote references the default theme of codemirror directly e.g. here.

If you'd love to really use IdleFingers theme, there is a way only to change local app instead of throw a PR (ofcourse it's not a good way).

  1. Download idlefingers.css e.g. this
  2. Find your Boostnote directory (on mac, it's /Applications/Boostnote.app)
  3. Copy idlefingers.css to theme directory by the command like below:
$ cp idlefingers.css /Applications/Boostnote.app/Contents/Resources/app/node_modules/codemirror/theme/idlefingers.css
  1. Configure the theme from Menu -> UI -> Theme

That's it.

2017-01-11 21 13 42

All 3 comments

Hi Ocanamat san!
Thank you for your suggesting. If possible, would you send us to a pull request?

Hi @Ocanamat, we cannot add our own theme easily to Boostnote because Boostnote references the default theme of codemirror directly e.g. here.

If you'd love to really use IdleFingers theme, there is a way only to change local app instead of throw a PR (ofcourse it's not a good way).

  1. Download idlefingers.css e.g. this
  2. Find your Boostnote directory (on mac, it's /Applications/Boostnote.app)
  3. Copy idlefingers.css to theme directory by the command like below:
$ cp idlefingers.css /Applications/Boostnote.app/Contents/Resources/app/node_modules/codemirror/theme/idlefingers.css
  1. Configure the theme from Menu -> UI -> Theme

That's it.

2017-01-11 21 13 42

Any questions? If nothing, please close this issue. I'll close this in under 3 days unless you react.

Was this page helpful?
0 / 5 - 0 ratings