BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.08k stars 1.47k forks source link

Could you add Idle Fingers as an editor theme? #200

Closed Ocanamat closed 7 years ago

Ocanamat commented 7 years ago

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,

kazup01 commented 7 years ago

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

asmsuechan commented 7 years ago

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
  4. Configure the theme from Menu -> UI -> Theme

That's it.

2017-01-11 21 13 42

asmsuechan commented 7 years ago

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

amyth-singh commented 1 year ago

can you add this theme to VSCode?