PlainNotes
PlainNotes copied to clipboard
Dark Theme
I use Sublime with a dark theme (similar to this one) and all of the note themes included with this package are quite jarring in comparison.
I would love to see a darker option alongside the current set of neon note themes.
I agree with @Sunlis. We'd love to have a dark theme for PlainNotes.
This plugin is way to awesome to not have at least one dark theme.
Boxy Themes fully support this plugin you can try the one of these color schemes for it.
Nothing comes even close to the material theme for sublime :) But maybe I'll just use the color schemes from boxxy as a scheme for plainnotes. Or I'll write one myself and post it here? What exactly is different from "usual color schemes"?
Material Theme uses pretty similar template for color schemes, but I don't know if it fully supports this package.
What exactly is different from "usual color schemes"?
Nothing, this plugin just adds new scopes to markdown those allows extra markup. If you don't need it, you can use markdown highlighting on your notes. Just add Note.sublime-settings to User folder. E.g.
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"extensions":
[
"md"
],
"line_numbers": true,
"spell_check": true,
"auto_wrap": true
}
P.S. You can submit a request to add PlainNotes support to Material Theme.
Oh, github is so clever! Still I wanna brag about my wizardy, issue # 999 😎
https://github.com/equinusocio/material-theme/issues/999#issuecomment-253643413
I think that the package developer should be add support for themes, not vice-versa. It should use the current scheme background and the theme md syntax
What do you say?
@katerlouis thank you, i think the package should use the active color scheme and, through a preference, let use the built-in themes.