Skip to content

Commit

Permalink
fix: update description for diff groupbar config values to reflect th…
Browse files Browse the repository at this point in the history
…eir role as background colors and not borders.

update descriptions for groupbar config values
- `col.active`
- `col.inactive`
- `col.locked_active`
- `col.locked_inactive`
  • Loading branch information
noornee authored and fufexan committed Nov 8, 2024
1 parent 999f294 commit 5564140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ _Subcategory `group:groupbar:`_
| render_titles | whether to render titles in the group bar decoration | bool | true |
| scrolling | whether scrolling in the groupbar changes group active window | bool | true |
| text_color | controls the group bar text color | color | 0xffffffff |
| col.active | active group border color | gradient | 0x66ffff00 |
| col.inactive | inactive (out of focus) group border color | gradient | 0x66777700 |
| col.locked_active | active locked group border color | gradient | 0x66ff5500 |
| col.locked_inactive | inactive locked group border color | gradient | 0x66775500 |
| col.active | active group bar background color | gradient | 0x66ffff00 |
| col.inactive | inactive (out of focus) group bar background color | gradient | 0x66777700 |
| col.locked_active | active locked group bar background color | gradient | 0x66ff5500 |
| col.locked_inactive | inactive locked group bar background color | gradient | 0x66775500 |

### Misc

Expand Down

0 comments on commit 5564140

Please sign in to comment.