PlainNotes icon indicating copy to clipboard operation
PlainNotes copied to clipboard

Dark Theme

Open Sunlis opened this issue 9 years ago • 8 comments

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.

Sunlis avatar Jul 20 '16 19:07 Sunlis

I agree with @Sunlis. We'd love to have a dark theme for PlainNotes.

codal-ssharma avatar Sep 27 '16 10:09 codal-ssharma

This plugin is way to awesome to not have at least one dark theme.

katerlouis avatar Oct 12 '16 08:10 katerlouis

Boxy Themes fully support this plugin you can try the one of these color schemes for it.

ghost avatar Oct 12 '16 08:10 ghost

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"?

katerlouis avatar Oct 12 '16 09:10 katerlouis

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.

ghost avatar Oct 12 '16 09:10 ghost

Oh, github is so clever! Still I wanna brag about my wizardy, issue # 999 😎

katerlouis avatar Oct 13 '16 09:10 katerlouis

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 avatar Oct 17 '16 08:10 katerlouis

@katerlouis thank you, i think the package should use the active color scheme and, through a preference, let use the built-in themes.

equinusocio avatar Oct 20 '16 10:10 equinusocio