retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.06k stars 204 forks source link

Global accent color customization #42

Open noraj opened 3 years ago

noraj commented 3 years ago

Right now (v1.6) only label color can be changed, I guess it's planned to make the global accent color changeable (used by links for example).

  "branding": {
    "title": "Ruby Cheatsheet",
    "label": "Docs",
    "colors": {
      "label": {
        "text": "#cc342d",
        "background": "#f1c3c0"
      }
    }
  },

image

geoffreymcgill commented 3 years ago

Hi @noraj Thanks for the feature request. Yes, Retype will support the ability to define a theme and/or a custom colour palette. We made a plan at the end of last week and will working on the implementation right away. I'm not sure if the functionality will make it into the v1.8.0, but we will try out best.

R-Studio commented 2 years ago

@geoffreymcgill do you know when this will be released?

geoffreymcgill commented 2 years ago

We cannot get it into v1.11, but I do think we can finalize our initial palette implementation for v1.12. I don't have time-frames for those releases, although that would be the order. We will try.

noraj commented 2 years ago

I guess it will be for v2.0 instead

geoffreymcgill commented 2 years ago

Hi @noraj. Retype v2.0 will not include a built-in configuration option to modify the link colors, but the release will include an option to override the default styles by including your own custom .css file.

We are still planning to implement simple and flexible palette configurations, but the whole thing turned into a much bigger challenge than we had allocated during the v2.0 release cycle. It's still a super high priority, although will have to wait for a future release.

See also

BenBestmann commented 1 year ago

Any update on this?

MaxThom commented 3 months ago

Hey! Thanks for the awesome project. I would be interested in having this feature as well. Any eta?