conema / monterail-fulldark

Monterail Full Dark, a Thunderbird theme inspired by the mockup of Monterail
Mozilla Public License 2.0
60 stars 12 forks source link

Menu fonts too thin / difficult to read #63

Closed Gorobei closed 3 years ago

Gorobei commented 3 years ago

Hi.

I like the fulldark theme a lot, except for the menus and context-menu fonts, which are very thin and difficult to read. How and where (in which css file) can I change them to regular fonts (Arial/Verdana). Another way of fixing them would be to be shown as white fonts on dark-gray background (like in the pull-down menu for the identities list from the new message window). MenuFonts ContxtMenuFonts

Another problem is that in the Calendar tab, the type of Events pull-down menu is completely white and only shows the text when moving the cursor up and down: CalendarEvents

As well another small problem it is the selection color of the icons from the filtering bar: FilterBarIcons

conema commented 3 years ago

Hi @Gorobei, I can't reproduce your issues. Could you give me:

Here how it should appear: immagine immagine immagine

Gorobei commented 3 years ago

Hi.

Well, I'm sure that on Apple the theme is looking better, but, unfortunately, Windows is worse at font rendering. Anyhow, how can I change the fonts for the menus to the default SegoeUI/Arial/Verdana and the background to dark-gray/black?

As for the calendar I thing you are showing me the Today pane whereas I was referring to the Event type pull-down menu from the (full) calendar tab.

conema commented 3 years ago

I'm sure that on Apple the theme is looking better, unfortunately, Windows is worse at font rendering

The strange thing is that I'm using Windows too (windows 10)

how can I change the fonts for the menus to the default SegoeUI/Arial/Verdana

Try to add this:

.menu-text, .menu-iconic-text {
    font-family: 'Arial' !important;
}

In line #95 of the root.css file https://github.com/conema/monterail-fulldark/blob/d83513f64fbcaa2c45c27c1806a80a8ffdc39cc6/content/skin/root.css#L91-L101

Change Arial with your prefered font.

As for the calendar I thing you are showing me the Today pane whereas I was referring to the Event type pull-down menu from the (full) calendar tab.

You are right, found it, now it's fixed: immagine

This new version should resolve your last two issues (bg to pull-down, bg color of selected icons on filtering bar). Could you try it and let me now if it works?

monterail-fulldark.zip

Gorobei commented 3 years ago

Thank you. Indeed, the Calendar Event menu is fixed now and, after changing the root.css, the menu fonts were replaced with Arial. Anyhow, would it be possible, by changing the root.css, to make the menus look like the pull-down menu from the Events - white fonts on dark-gray background? This will look better and will give a more consistent look to the theme.

conema commented 3 years ago

Are you talking about the menu bar?

immagine

Gorobei commented 3 years ago

Yes, I'm talking about all the menu bars (from the main window or from the compose message window) and the right-click context menu.

conema commented 3 years ago

Now the menus should be more consistent. Could you double check it?

monterail-fulldark.zip

Gorobei commented 3 years ago

Ok. You are on the good path. Firstly, the separation lines between menu categories are too thick & white. They should be thinner and a lighter gray, like here dark_menu

Secondly, there are still white background sub-menus. I'll give a list of what issues I noticed, so far, in the main menu toolbar:

conema commented 3 years ago

File > New submenu: double line between Task & Get a New Mail Account

immagine

I have "folders" and "saved search" between "task" (attività) and "get a new mail account" (crea un nuovo indirizzo email), do you have them? If not, the double line is a Thunderbird bug

conema commented 3 years ago

The other things that you noted should be fixed here: monterail-fulldark.zip

Thank you for your testing!

Gorobei commented 3 years ago

You are almost ready. From what I checked, so far, the only wbg I found were in the compose window: paragraph & font lists from the formatting toolbar & the priority pull-down menu Para FontList Priority

Gorobei commented 3 years ago

File > New submenu: double line between Task & Get a New Mail Account

immagine

I have "folders" and "saved search" between "task" (attività) and "get a new mail account" (crea un nuovo indirizzo email), do you have them? If not, the double line is a Thunderbird bug

Btw, strange but, no idea why, I still have 2 consecutive horizontal lines with no "Folders" and "Saved search" in between.

Gorobei commented 3 years ago

Btw, strange but, no idea why, I still have 2 consecutive horizontal lines with no "Folders" and "Saved search" in between.

Ok, problem solved. If you are on a top level category (smart folder) like Inbox, Sent, Trash ..., you'll see the 2 hlines with nothing between them. If you go to a subfolder you will have "Folders" and "Saved search". ;-)

conema commented 3 years ago

You are almost ready. From what I checked, so far, the only wbg I found were in the compose window: paragraph & font lists from the formatting toolbar & the priority pull-down menu

That's should do it: monterail-fulldark.zip

conema commented 3 years ago

I'm closing the issue, if you notice other things, you know where to find me