mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
CssProvider: Use consistent theme name placeholder
commit 475d916eb9
added various paths that
use theme-name for this, but the existing path already used THEME, with
a subsequent description referring to the latter. So use that everywhere
This commit is contained in:
parent
6e4f7ad857
commit
6a9c14b2fa
@ -63,9 +63,9 @@
|
||||
* In addition, certain files will be read when GTK+ is initialized. First, the
|
||||
* file `$XDG_CONFIG_HOME/gtk-4.0/gtk.css` is loaded if it exists. Then, GTK+
|
||||
* loads the first existing file among
|
||||
* `XDG_DATA_HOME/themes/theme-name/gtk-VERSION/gtk.css`,
|
||||
* `$HOME/.themes/theme-name/gtk-VERSION/gtk.css`,
|
||||
* `$XDG_DATA_DIRS/themes/theme-name/gtk-VERSION/gtk.css` and
|
||||
* `XDG_DATA_HOME/themes/THEME/gtk-VERSION/gtk.css`,
|
||||
* `$HOME/.themes/THEME/gtk-VERSION/gtk.css`,
|
||||
* `$XDG_DATA_DIRS/themes/THEME/gtk-VERSION/gtk.css` and
|
||||
* `DATADIR/share/themes/THEME/gtk-VERSION/gtk.css`, where `THEME` is the name of
|
||||
* the current theme (see the #GtkSettings:gtk-theme-name setting), `DATADIR`
|
||||
* is the prefix configured when GTK+ was compiled (unless overridden by the
|
||||
|
Loading…
Reference in New Issue
Block a user