Hi, wanted to improve my personal experience with darktable’s UI, I was able to edit most of what I wanted with no problem, but i couldn’t where in the darktable.css is a section to edit the following (I’m attaching a screenshot color coding the UI areas I’m talking about):
Red: the background color for dropdown and sidebars. this is the one I’m the most interested in. the other 2 I’m ok with if there is no way to edit them.
Green: I would like to change the font for the darktable logo, or is it an. svg?
yellow: is there a way to remove, or change those icons at the end of the panels?
When I used a Mac with Retina display I always changed this via the css. Just search in it for ‘font’ and ‘text size’ (or something similar, cant remember now exactly). One of them contains the font and size to be used for the ‘darktable’ word, the other can be used to modify the overall font size in the modules.
About the color of the drop-down I am not sure. I’ll search later when I get home what other changes I was doing in the css file and eventually post here the diff.
It’s really not a good idea to set the UI color to anything but pure grey. You eyes will adapt to the slight blue cast and that might affect your color perception during editing.
I am not aware that there is a manual for this, so all you have to do is change and try.
PS: don’t forget to save the original file. You can just copy it back if something goes really wrong. Also, I am sure that there is no warranty that the changes you do for this version will still be compatible with the next one
I almost forgot… the part that changes the ‘darktable’ font and size is at line 21:
font: 6pt AppleGothic;
This is what I used for the MacBook with retina display.
The first line allows to inherit from the official theme so the custom stylesheet won’t get deprecated after a new release (which is likely to happen if you copy/paste the whole file). It’s better because it only overwrites what is needed, and you don’t need to maintain it from version to version.