Skip to content

Commit d192f66

Browse files
committed
update docs
1 parent 8d8f65d commit d192f66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ To define application's component styles, the user can specify any of the below
240240
- `playback_album`
241241
- `playback_genres`
242242
- `playback_metadata`
243+
- `playback_context`
243244
- `playback_progress_bar`
244245
- `playback_progress_bar_unfilled` (Specific to `progress_bar_type` as `Line`)
245246
- `current_playing`
@@ -276,6 +277,7 @@ playback_artists = { fg = "Cyan", modifiers = ["Bold"] }
276277
playback_album = { fg = "Yellow" }
277278
playback_genres = { fg = "BrightBlack", modifiers = ["Italic"] }
278279
playback_metadata = { fg = "BrightBlack" }
280+
playback_context = { fg = "BrightBlack" }
279281
playback_progress_bar = { bg = "BrightBlack", fg = "Green" }
280282
current_playing = { fg = "Green", modifiers = ["Bold"] }
281283
page_desc = { fg = "Cyan", modifiers = ["Bold"] }

0 commit comments

Comments
 (0)