Tweak chapter_ranges example colors

This commit is contained in:
Tomas Sardyha
2020-04-12 00:10:15 +02:00
parent bc2576d554
commit 91cb0be42b
3 changed files with 6 additions and 6 deletions

View File

@@ -140,12 +140,12 @@ font_height_to_letter_width_ratio = 0.5
#
# Display skippable youtube video sponsor blocks from https://github.com/po5/mpv_sponsorblock
# ```
# chapter_ranges=sponsor start<968638:0.5>sponsor end
# chapter_ranges=sponsor start<0000ff:0.5>sponsor end
# ```
#
# Display anime openings and endings as ranges:
# ```
# chapter_ranges=op<968638:0.5>.*,ed|ending<968638:0.5>.*|{eof}
# chapter_ranges=op<ffc500:0.5>.*,ed|ending<ffc500:0.5>.*|{eof}
# ```
chapter_ranges=
```

View File

@@ -108,11 +108,11 @@ font_height_to_letter_width_ratio = 0.5
#
# Display skippable youtube video sponsor blocks from https://github.com/po5/mpv_sponsorblock
# ```
# chapter_ranges=sponsor start<968638:0.5>sponsor end
# chapter_ranges=sponsor start<0000ff:0.5>sponsor end
# ```
#
# Display anime openings and endings as ranges:
# ```
# chapter_ranges=op<968638:0.5>.*,ed|ending<968638:0.5>.*|{eof}
# chapter_ranges=op<ffc500:0.5>.*,ed|ending<ffc500:0.5>.*|{eof}
# ```
chapter_ranges=

View File

@@ -126,12 +126,12 @@ font_height_to_letter_width_ratio = 0.5
#
# Display skippable youtube video sponsor blocks from https://github.com/po5/mpv_sponsorblock
# ```
# chapter_ranges=sponsor start<968638:0.5>sponsor end
# chapter_ranges=sponsor start<0000ff:0.5>sponsor end
# ```
#
# Display anime openings and endings as ranges:
# ```
# chapter_ranges=op<968638:0.5>.*,ed|ending<968638:0.5>.*|{eof}
# chapter_ranges=op<ffc500:0.5>.*,ed|ending<ffc500:0.5>.*|{eof}
# ```
chapter_ranges=
```