diff options
author | Kalev Lember <klember@redhat.com> | 2021-01-19 10:46:13 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2021-01-19 10:50:30 +0100 |
commit | 1a30ec6da6a38bd283dc48b0bc13a96237fd187c (patch) | |
tree | 4ef7be4987904efd0a494a638bb1c68216b65707 | |
parent | e6f0103940e2dbec15fb46138f936ab7400b80f8 (diff) | |
download | gtk+-1a30ec6da6a38bd283dc48b0bc13a96237fd187c.tar.gz |
dist: Fix css theme disting after HighContrast-dark changeswip/kalev/dist-HighContrast-dark
Commit f60d245e327a760a188e8b5a40844f5fe092df43 renamed it from
HighContrast-inverse.css to HighContrast-dark.css.
-rw-r--r-- | build-aux/meson/dist-theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/dist-theme.py b/build-aux/meson/dist-theme.py index 1582057113..b1d5291a2c 100644 --- a/build-aux/meson/dist-theme.py +++ b/build-aux/meson/dist-theme.py @@ -7,7 +7,7 @@ import subprocess stylesheets = [ 'gtk/theme/Adwaita/Adwaita.css', 'gtk/theme/Adwaita/Adwaita-dark.css', 'gtk/theme/HighContrast/HighContrast.css', - 'gtk/theme/HighContrast/HighContrast-inverse.css' ] + 'gtk/theme/HighContrast/HighContrast-dark.css' ] sourceroot = os.environ.get('MESON_SOURCE_ROOT') distroot = os.environ.get('MESON_DIST_ROOT') |