Аl Воgnеr (2020-Jan-31, excerpt):
> Bevor I had settings which worked with my UHD-monitor. Now
> everything is too big. What do I have to change to get smaller
> fonts?

Ignore Patrick.

Create your own style in a .css file under
`~/.config/darktable/themes`, you may have to create this directory.
If you want use an existing style and just add some tweaks, you may
import one.  I have in my `~/.config/darktable/themes/mine.css`

    @import url("orig/darktable-icons-grey.css");

    *
    {
      font-size: 10pt;
    }

and `~/.config/darktable/themes/orig` is a symlink to the directory
where darktable's original CSS files ended up after installation.

Alternatively, you may edit one of the original style files (likely to
be overwritten by the next install), or copy one of them to
`~/.config/darktable/themes/`, using a different name, and edit to
your liking (won't benefit from future changes in the original files).

Then run Darktable, and choose the name of your style file in “⚙ / GUI
options / theme”.

HTH
Stefan


-- 
Dr. Stefan Klinger -- Informatiker, Mathematiker              o/X
https://stefan-klinger.de                                     /\/
I prefer receiving plain text messages, not exceeding 32kB.     \
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to