mirror of https://github.com/odrling/Aegisub
Change default color for the end of line marker in the audio display to blue
Originally committed to SVN as r5684.
This commit is contained in:
parent
62181365b9
commit
0f8bafb432
|
@ -99,7 +99,7 @@
|
||||||
"Selection Modified" : "rgb(92, 0, 0)"
|
"Selection Modified" : "rgb(92, 0, 0)"
|
||||||
},
|
},
|
||||||
"Line Boundary Inactive Line" : "rgb(190,190,190)",
|
"Line Boundary Inactive Line" : "rgb(190,190,190)",
|
||||||
"Line boundary End" : "rgb(230, 125, 0)",
|
"Line boundary End" : "rgb(0, 0, 216)",
|
||||||
"Line boundary Start" : "rgb(216, 0, 0)",
|
"Line boundary Start" : "rgb(216, 0, 0)",
|
||||||
"Play Cursor" : "rgb(255,255,255)",
|
"Play Cursor" : "rgb(255,255,255)",
|
||||||
"Seconds Boundaries" : "rgb(0, 100, 255)",
|
"Seconds Boundaries" : "rgb(0, 100, 255)",
|
||||||
|
|
Loading…
Reference in New Issue