I find it very hard to identify selected items in the commit list. I have to scan the entire list, and really squint and look for it. Also make sure I’m looking at my monitor at a good angle. Might be harder in the evening due to night light. The contrast is too subtle for my peripheral vision.
Anyways. I would much prefer to be able to identify selected commits immediately by glancing at the list.
Suggestion: Make the highlight background color a bit lighter.
Workaround: Create a file Packages/User/Merge Dark.sublime-theme
to override the background color.
{
"rules": [
{
"class": "commit_summary_control",
"layer0.tint": "rgb(63, 69, 76)",
}
]
}