[PR #1299] [MERGED] fix(bar): use accent color for active widget components #1311

Closed
opened 2026-01-05 14:54:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1299
Author: @CtByte
Created: 2/24/2025
Status: Merged
Merged: 2/25/2025
Merged by: @LGUG2Z

Base: masterHead: selected_label_color


📝 Commits (1)

  • 1dd40e2 fix(bar): use accent color for active widget components

📊 Changes

2 files changed (+23 additions, -8 deletions)

View changed files

📝 komorebi-bar/src/komorebi.rs (+10 -3)
📝 komorebi-bar/src/komorebi_layout.rs (+13 -5)

📄 Description

This commit makes sure that the accent color is used on certain bar components, such as active workspace, selected layout and focused window.

This will now make these components stand out even more for a better visual indication.

Fixes #1288

https://github.com/user-attachments/assets/50135377-510f-4fd7-8a10-d544de493534

  "theme": {
    "palette": "Base16",
    "name": "AyuMirage",
    "accent": "Base0D"
  },

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1299 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `selected_label_color` --- ### 📝 Commits (1) - [`1dd40e2`](https://github.com/LGUG2Z/komorebi/commit/1dd40e257947ef88df600c8e76047672922896f8) fix(bar): use accent color for active widget components ### 📊 Changes **2 files changed** (+23 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/komorebi.rs` (+10 -3) 📝 `komorebi-bar/src/komorebi_layout.rs` (+13 -5) </details> ### 📄 Description This commit makes sure that the accent color is used on certain bar components, such as active workspace, selected layout and focused window. This will now make these components stand out even more for a better visual indication. Fixes #1288 https://github.com/user-attachments/assets/50135377-510f-4fd7-8a10-d544de493534 ```json "theme": { "palette": "Base16", "name": "AyuMirage", "accent": "Base0D" }, ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:50 +01:00
adam closed this issue 2026-01-05 14:54:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1311