Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

fix(status_bar): correctly apply latte colours #166

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

ken-kuro
Copy link
Contributor

@ken-kuro ken-kuro commented Apr 8, 2024

The change you've made in 355e123 has a small bug relate to the flavor name hardcode part. I believe the key that you want to compare to the hard code string is identifier instead of name (https://github.com/catppuccin/python/blob/main/catppuccin/palette.py), however imo, we shouldn't hardcode it, so I make a simple change there.

This commit will fix some pallete mismatch on current latte variant.
Before:
Screenshot from 2024-04-08 10-41-40
After:
Screenshot from 2024-04-08 10-44-54

chores: remove debug line
@denisstrizhkin
Copy link

Is this maybe related to #168?

@ken-kuro
Copy link
Contributor Author

Is this maybe related to #168?

Yes it's. You can see my comparison above

@t0msk
Copy link

t0msk commented Apr 23, 2024

when it will be merged?

@ken-kuro
Copy link
Contributor Author

This repo is currently looking for new maintainers since the current maintainers have been busy lately. So I guess we should wait until they have time, or you can become one if you have experience in maintaining and working with a GTK theme. In the meantime, you could try out my forked repo to see if the problem is fixed for you, if not, please let me know so I can update my PR.

scripts/recolor.py Outdated Show resolved Hide resolved
Co-authored-by: Isabel <isabel@isabelroses.com>
Copy link
Contributor

@sgoudham sgoudham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried this out on my machine and can confirm that it works.
Thanks for the PR!

@sgoudham sgoudham changed the title fix: don't hardcode the flavor name fix(status_bar): correctly apply latte colours Apr 30, 2024
@sgoudham sgoudham merged commit 558953c into catppuccin:main Apr 30, 2024
scottames pushed a commit to scottames/dots that referenced this pull request May 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [catppuccin/gtk](https://togithub.com/catppuccin/gtk) | patch |
`v0.7.3` -> `v0.7.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>catppuccin/gtk (catppuccin/gtk)</summary>

### [`v0.7.4`](https://togithub.com/catppuccin/gtk/releases/tag/v0.7.4)

[Compare
Source](https://togithub.com/catppuccin/gtk/compare/v0.7.3...v0.7.4)

#### What's Changed

- Updated colloid submodule, this should fix theming in GNOME 46's app
grid, calendar and more.
([catppuccin/gtk#169
by [@&#8203;OscarM3615](https://togithub.com/OscarM3615))
- Tabs are now the correct colour when using Latte
([catppuccin/gtk#166
by [@&#8203;ken-kuro](https://togithub.com/ken-kuro))

#### 🚧 Looking For Maintainers 🚧

We are currently looking for maintainers. For further information and
background, see
[#&#8203;164](https://togithub.com/catppuccin/gtk/issues/164).

#### New Contributors

- [@&#8203;OscarM3615](https://togithub.com/OscarM3615) made their first
contribution in
[catppuccin/gtk#169
- [@&#8203;abayomi185](https://togithub.com/abayomi185) made their first
contribution in
[catppuccin/gtk#170
- [@&#8203;isabelroses](https://togithub.com/isabelroses) made their
first contribution in
[catppuccin/gtk#172
- [@&#8203;sgoudham](https://togithub.com/sgoudham) made their first
contribution in
[catppuccin/gtk#173

<hr>

**Full Changelog**:
catppuccin/gtk@v0.7.3...v0.7.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants