Open Kristinita opened 4 years ago
As far as I know, TE is built by embedding barebone Windows Explorers in an IE window as tabs. You can use CSS to change the colors of the HTML page TE shows, but not the embedded Windows Explorers which you have marked. If you want to customize them, you will need to raise an enhancement request.
Regards,
This can be set in the CSS class "link". Example
.link {
color: #29e;
}
These cannot be set in CSS. Set it in the Windows themes.
You must turn on dark mode for apps.
Dark mode
Light mode
Regards,
@tablacus, Type: Additional questions ❓
What do you say to that?
You must turn on dark mode for apps.
I'm not sure, that recommend it — it is a better idea (as recommend high contrast themes).
If dark mode enabled, its features applied to all Windows applications, not Tablacus Explorer solely.
I'm not sure, that change all apps for one Tablacus Explorer — is a good recommendation.
When I enable Windows dark mode, I'll be forced to use default dark mode colors. I can't customize them.
These cannot be set in CSS.
Set it in the Windows themes.
It makes no difference to end user to customize these elements through CSS or any other method. Is it possible set them by any method?
If you say “no”, please answer to these questions.
Have you looked at how custom elements are implemented in these programs?
Interface of BetterExplorer — open source Tablacus Explorer alternative:
As you see, I haven't default scrollbar and column headings; I haven't dotted lines in the navigation pane.
I didn't need to enable Windows dark mode for it. I set Dark Ribbon Color in BetterExplorer, but I use Windows light theme for all another Windows apps:
Some themes of WindowBlinds (I didn't test them personally):
Did you try registry tricks for elements customization? Example for scrollbar.
Is it possible use custom elements instead of Windows native elements? For example, in my site I use open source and secure gemini-scrollbar, written in JavaScript:
If 3.1—3.3 methods not possible, have you tried Microsoft support and feedback channels?
Thanks.
Anyway, I have adjusted it to dark mode application by the background color instead of the setting of OS with Tablacus Explorer 20.5.15. Give it a try.
Regards,
Status: Partially fixed :moon:
Thanks, all elements now have a good visible.
Horizontal and vertical:
@tablacus,
Is elements, that you reworked in the newest TE version customizable? I.e. can I change colors of column headings and/or selected folder in navigation pane?
Thanks.
Type: Addition ➕
This scrollbar also not customized:
I clicked to Tablacus Explorer address bar → I printed D:\
.
Thanks.
1.Scrollbars around file and folder listing
There are two ways to do this. Method 1. Set Windows to dark mode. Method 2. Install an add-on "Classic Style".
Dotted lines in navigation pane You can hide lines. Uncheck Options -> Tree -> Lines.
Customization column headings and/or selected folder It depends on the Windows theme. I think it can be customized at https://uxthemepatcher.com etc.
Regards,
1. Summary
It would be nice, if users find out how to change the colors of certain elements — see screenshots from 2.2.1 and 2.2.2 items.
I'm not asking to change colors for these elements in dark mode, — it is your right what colors to do for dark mode — but it would be nice, if users can change colors of these elements for their custom TE themes.
2. Argumentation
2.1. Common cause
See my principles for color themes creating.
2.2. Details
2.2.1. Visibility
In my opinion, each element must be had a good visibility for software users. Dark element color on dark background — this is bad in most cases.
Tablacus Explorer colors, which I consider bad:
2.2.2. Customization
I think, that be nice to provide for users the ability to customize UI elements by any reasons. For example, elements from screenshot below have a good visibility, but in my opinion they look awful for dark mode. I would like to change them for my custom TE theme, if there was such an opportunity.
3. Not helped
3.1. General
3.2. CSS
I don't find, how I can customize marked TE UI elements in:
index.css
andoptions.css
darkmode/style.css
usercss
addonThanks.