Style systems and smart build tooling for crafting high fidelity color schemes and easily using them in all your favorite apps. Originally based on the amazing work of Chris Kempson and his Base16 system.
The aim of this project is to offer compatibility with base16. The only limitation is that a base24 builder is needed for base24 templates.
Theme | ⇒ | Template | Base16 Builder | Base24 Builder |
---|---|---|---|---|
Base16 | ⇒ | Base16 | :heavy_check_mark: | :heavy_check_mark: |
Base24 | ⇒ | Base16 | :heavy_check_mark: | :heavy_check_mark: |
Base16 | ⇒ | Base24 | :x: | :heavy_check_mark: |
Base24 | ⇒ | Base24 | :x: | :heavy_check_mark: |
The builder and styling specs detail how to compile schemes and templates into application specific configurations.
A scheme is a fixed palette of named colors and (optionally) instructions for how those colors should be used by apps.
A style guide provides rules governing how a scheme's palette should be applied within apps. This means each color is used consistently for similar purposes across all your apps. Individual styling guides often support different sized pallets and have different ideas about how those colors should be deployed.
See the individual styling guides for more information on each:
A scheme is defined using a YAML file. The file specification is in the Builder Guidelines.
A builder is a build tool used by various template repositories to generate files based on scheme file and template file.
A template describes how a scheme should be transformed to support a specific application. A template repository defines a template file, then uses a builder to generate application specific files using the template.
Templates often include ready-to-use pre-built versions of every scheme. These are typically installed directly by end users to use the schemes in different applications.
To add your own template, submit a pull request to URL and add your repository to the list below. Repository naming scheme: base24-[template-name] (with dashes as separators).
To add your own scheme, submit a pull request to URL and add your repository to the list below. Repository naming scheme: base24-[scheme-name]-scheme (with dashes as separators).
Repository naming scheme: base24-builder-[language] (with dashes as separators). The separate headings are the latest versions of the spec supported by each builder.
git clone https://github.com/tinted-theming/Base24
More information can be found at https://help.github.com/en/articles/cloning-a-repository
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
MIT License (See the LICENSE for more information.)
See the Changelog for more information.
Have something you want to discuss, but you're not sure it warrants an issue? Feel free to stop by the #base16 channel on Libera Chat or the bridged Matrix channel to talk about it.