Skip to content

Commit

Permalink
Update Contents.json
Browse files Browse the repository at this point in the history
Fixes CarterLi#16 by adjusting the color of the chapter markers to blue to improve contrast and ensure visibility across both windowed and fullscreen OSC. Only applies to dark mode.
  • Loading branch information
robert-corlett authored Apr 15, 2022
1 parent bdce93c commit bc237b1
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.400",
"red" : "0.300",
"alpha" : "1.000",
"blue" : "0.400",
"green" : "0.400"
"blue" : "0.300",
"green" : "0.300"
}
}
},
Expand All @@ -27,12 +27,12 @@
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.200",
"red" : "0.150",
"alpha" : "1.000",
"blue" : "0.200",
"green" : "0.200"
"blue" : "0.650",
"green" : "0.350"
}
}
}
]
}
}

0 comments on commit bc237b1

Please sign in to comment.