-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable theme colors #22
Comments
hi, how can we pick one of those themes from the screenshots? setting color name in neuron.dhall only changes the heading color... |
@seekr Those screenshots were taken in version 0.4, and are thus outdated for the development version in which the UI layout has changed somewhat substantially. Notably, the color-rich "connections panel" got replaced by a backlink tree (while the former is pretty-looking, the latter is conceptually more interesting and useful to get a bird's eye view). See #195 When you set the color name in neuron.dhall, it will change the color of heading, as well as the color of zettel links (and the left menu icon colors on hover). As an aside: I really should rename this feature to "color schemes" - and reserve "theme" for true theme support (where one can customize the style by doing more than switching colors) |
@srid thanks for clarifying, is there a way to customize the markup and css generated at compilation? |
@seekr What level of customization are you looking for? CSS is straightforward to be made customizable (and FWIW, neuron uses semantic ui as the base, which I recommend retaining for the 'css class library' alluded to in #176); HTML structure however is very tricky. |
@srid I was thinking of customizing font to start with, eventually the layout of the page. It would required me forking the base code and recompile it, right? |
@seekr We can make fonts, as well as CSS, configurable in
Just clone it locally and then run |
I'm curious myself ;) I'm very new to zettelkasten and much more to neuron, so I'm trying to experiment for now. I look forward to propose (maybe even contribute?) to neuron as I explore this more! thank you! |
Allow some basic customization of the CSS (via
neuron.dhall
) so that not all Zettelkastens appear with teal as the primary color.Might as well normalize heading colors as part of this work.
The text was updated successfully, but these errors were encountered: