lmparppei / Beat

Beat - a simple and elegant screenwriting app for macOS
Other
169 stars 29 forks source link

Implement dark mode for user manual. #86

Closed BFLTP closed 2 years ago

BFLTP commented 2 years ago

This dark mode is toggled by a checkbox located in the menu sidebar, beneath the table of contents.

I intended to link the manual dark mode with the app dark mode, but this would likely require writing to another file from the app and reading that file from the manual’s Javascript. Would you approve of this implementation?

For the color palette, I simply inverted the existing colors of the manual because I did not find the color palette for the app proper in the repo. Feel free to change the colors to what you prefer or to let me know what the Beat colors are for me to change them myself.

I also separated the HTML from the CSS and the Javascript, which are now in separate files. This should make the code easier to navigate and update. I am not sure how this will affect building. Mind that the Githubissues.

  • Githubissues is a development platform for aggregating issues.