billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Change Heading Colour #226

Closed meganleewebb closed 5 months ago

meganleewebb commented 6 months ago

Heading colour is dark blue. Hard to see on black, dark, and retro theme.

How about yellow?

I tried testing to find what colours are used. Seems like cyan (indented lists and code blocks) and magenta (bold, italics and underline)

Screenshot_20240219-154045_Editor.jpg

Screenshot_20240219-154130_Editor.jpg

Screenshot_20240219-154214_Editor.jpg

billthefarmer commented 6 months ago

I think it shows up quite clearly. I can't use yellow because that is the highlight colour for search.

meganleewebb commented 6 months ago

What other colours are used?

meganleewebb commented 6 months ago

Screenshot_20240221-044905_Editor.jpg

How about using #E48744 or similar?

billthefarmer commented 6 months ago

I can't see any difference between that and previous.

meganleewebb commented 6 months ago

My error.

Screenshot.jpg

How's this look?

autumngray commented 6 months ago

FYI, when doing a search under the dark/black theme: yellow highlight + white stroke color is very hard to make out. You might want to adjust the yellow or use black stroke color.

Screenshot_20240314-073852

billthefarmer commented 6 months ago

The search highlight colour has to work against all themes and all syntax highlight colours. Because syntax highlighting changes the text colour and search highlighting changes the background you can't mix the two.