From 0f8bafb432a5d374632b6added71f04b11bc7acd Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 29 Sep 2011 20:27:32 +0000 Subject: [PATCH] Change default color for the end of line marker in the audio display to blue Originally committed to SVN as r5684. --- aegisub/src/libresrc/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index b59b74963..eb3833aa7 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -99,7 +99,7 @@ "Selection Modified" : "rgb(92, 0, 0)" }, "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)", "Play Cursor" : "rgb(255,255,255)", "Seconds Boundaries" : "rgb(0, 100, 255)",