You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
With a certain theme setting, the git commit's main title and the text comment of the commit are not readable.
Steps to Reproduce
Go to Settings - Themes and set:
UI Theme: One Light
Syntax Theme: One Dark
Open a directory/file with a git repo.
Open git (Ctrl+Shift+9). I assume that you are the list of commits will appear.
Click on any commit. A commit window will appear.
Expected behavior:
I expect the text to be with good colors, good contrast and generally speaking readable.
Actual behavior:
Color of the text is bad:
every change's title (@@ -66, 7 +133,7 @@ class ComponentAdmin(VersionAdmin, admin.ModelAdmin):, my name, X committed 9 days ago, id of the commit (4a899d2) are too grey.
but most importantly, the main title and the text comment of the commit are not readable.
Show as is:
Ctrl+a, all the text selected so you could see what is missing:
I checked all the other combinations and even though some (for example the reversed combination "UI Theme: One Dark; Syntax Theme: One Light") definitely require some work to improve contrast and readability, this is the only one that is properly bugged.