* feat: initial pmc style impl
* fix: make display mode button respect accent
* fix: better navigation menu text for latte
* fix: better nav icon colors
* fix: proper navbar icon fix for latte
* fix: fix various icon related issues
* fix: themed profile pop up
* chore: generate catwalk
* fix: use oroper file
* fix: use fade as well as use proper bg convention
* fix: navbar on expanded header
* fix: better caption box on latte
* fix: better text colors
* fix: add missing color variables
* fix: some non accented blue buttons
* Discard changes to template/catppuccin.user.css
---------
Co-authored-by: Isabel <71222764+isabelroses@users.noreply.github.com>
* fix(brave-search): search bar gradient background
* chore(brave-search): bump version number
* refactor(brave-search): no build-selectors!
Introduce the proposed change of the selector to a non-specific version to avoid issues down the line.
Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com>
---------
Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com>
* fix(mastodon): overlaying profile header
Fixing an issue where the profile header was partially hidden due to a styled div on top.
* chore(mastodon): bump version number
* feat: themed the bar & pie charts
* fix: clickable text color in drilldown pie chart
* fix: wrong pie chart outline on latte
* feat: themed the bar chart legend
* fix: wrong "no data to display" text color
* fix: wrong color of axis title (in bar charts)
* fix: improved highcharts theming
- hovering over a line graph is now themed
- fix theming of the time navigator
- "graps use accent color" is now fully finished
- map legend & info box when hovering over the map is now properly themed
* update images
This commit adds a new job to call the readme
workflow within the main catppuccin/catppuccin
repository.
This will make sure that any additions to userstyles
will be synced with the README on the main repository.
In order to bypass repository rulesets, the
repository must be cloned with a PAT. This
commit adds 2 steps to clone the repository,
one where the PAT exists and one where it
does not. This should allow the action to
succeed on main and on forked repositories.