sadra / middle-east

Middle East is Typora RTL theme
127 stars 18 forks source link

Toggle Source Code mode UI bug #6

Closed akamfoad closed 3 years ago

akamfoad commented 3 years ago

In the night theme: When clicking Toggle Source Code Mode, changing editor to show source code of file, the footer Exit Source Code Mode button changes to a gray text on gray background as (appears in bottom left) below:

image

it is because the element .typora-sourceview-on #toggle-sourceview-btn has background: #eee in window.css in the app itself and color: #eee;.

which should (to meet the theme color palette) has: background: transparent; and color: #eee;.

and on :hover state it should change to: background: #eee; and color: #1E2022;