Skip to content
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

Write a how-to doc on theming apps #318

Open
joshka opened this issue Dec 28, 2023 · 0 comments
Open

Write a how-to doc on theming apps #318

joshka opened this issue Dec 28, 2023 · 0 comments

Comments

@joshka
Copy link
Member

joshka commented Dec 28, 2023

Assuming that catppuccin/rust#9 is merged, we can point to this as one approach for getting some nice app colors.

There's also https://docs.rs/matdesign-color/latest/matdesign_color/ (old, but simple) or https://crates.io/crates/material (app, not a lib - yet) and probably a Tailwind crate somewhere.

I couldn't find a generic Color Theme crate, but that doesn't mean one doesn't exist.

joshka added a commit that referenced this issue Jun 4, 2024
* ci: parallelize CI jobs

- remove the dependency on the lint job from all other jobs
- implement workflow concurrency
- reorder the workflow so that the lint, clippy and coverage jobs are
  scheduled before the test jobs
- run jobs which run for each backend in parallel by calling e.g.
  cargo make test-termion, instead of cargo make test
- add a coverage task to the makefile
- change "cargo-make check" to check all features valid for OS in
  parallel
- run clippy only on the ubuntu-latest runner and check all features
  valid in parallel
- tidy up the workflow file

* ci: simplify Makefile OS detection

Use platform overrides to significantly simplify the Makefile logic
See https://github.com/sagiegurari/cargo-make\#platform-override

* fix(termwiz): skip doc test that requires stdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant