BTW: I see I can just clobber everything and make it all a bit bigger, but then I lose
the ability to dynamically "zoom" text size:
```
* {
font-size: 103%;
}
```
On 21-12-01 09:44, Joseph Reagle wrote:
I'd like to update the GTK font size of the application (not pageview text)
fonts, especially the task list.
After reading this:
https://zim-wiki.org/manual/Help/Config_Files.html
I've created `gtk.css` file in `~/Library/Application
Support/org.zim-wiki.Zim/gtk-3.0`.
I can change the pageview-text background and foreground color following the
example, but how do I increase the font size of the panes? And when it comes to
the task list, I can't find a CSS id; I've look for `widget_set_css(...)` and
`widget.set_name(...)` in its code:
https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/85818b30a14c861061c553358262f822e7c067ca/tests/tasklist.py
I'm using zim 0.74.2 on macOS 12.0.1 21A559 arm64.
—Joseph
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp