Is there anyway to have those lines automatically Black in Mathematica ?


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default style of those lines is defined in the file
ContextMenus.trlocated in the subdirectorySystemFiles/FrontEnd/TextResourcesof$InstallationDirectory. If you search for “CellInsertionPoint” in that file then you should find something likeTo permanently change the default colour of the horizontal lines you could set
CellFrameColorof these three MenuItems to whatever colour you want (or you could create extra MenuItems if you want more choice). Note that you need to restart Mathematica for the changes to take effect.If you don’t want to change the original file you can also save a copy of the file to the appropriate subdirectory in either
$BaseDirectoryor$UserBaseDirectoryand edit that.