| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add templating system and related command-line flagsHEADmain | Fuwn | 2025-07-04 | 3 | -306/+704 |
| |\ | | | | | | | | | This commit introduces a templating system that allows users to select from several templates when generating a colour scheme. Users can create templates in the `./templates` directory adjacent to the `generate_theme` script. Available templates can be listed by running `generate_theme` with the `--list` flag and can be selected by using the `--mode` flag during generation. The `default` and `readability` templates are provided as base options. The `default` template is the standard scheme suitable for most use cases, and the `readability` template employs an alternative scheme that aims to enhance the readability of potentially hard-to-read elements when using specific Pywal configurations with poorly contrasting or otherwise unsuitable colours. | ||||
| | * | style(generate_theme): Brace variable references | Fuwn | 2025-07-03 | 1 | -4/+4 |
| | | | |||||
| | * | refactor(generate_theme): Assign templates directory to variable | Fuwn | 2025-07-03 | 1 | -3/+4 |
| | | | |||||
| | * | refactor(generate_theme): Rename and move templates | Fuwn | 2025-07-03 | 3 | -5/+5 |
| | | | |||||
| | * | modes folder and argument parsing | duartebranco | 2025-07-02 | 3 | -350/+703 |
| | | | |||||
| | * | Improve theme readability | duartebranco | 2025-07-01 | 1 | -93/+137 |
| |/ | |||||
| * | refactor(generate_theme): single jq call | Fuwn | 2024-06-06 | 1 | -20/+14 |
| | | |||||
| * | feat(generate_theme): update background and highlight rules | Fuwn | 2024-06-06 | 1 | -8/+12 |
| | | |||||
| * | docs(readme): link to generate_theme script | Fuwn | 2024-06-06 | 1 | -1/+1 |
| | | |||||
| * | docs: add readme | Fuwn | 2024-06-06 | 1 | -0/+45 |
| | | |||||
| * | feat: initial release | Fuwn | 2024-06-06 | 4 | -0/+1015 |