dist: Fix css theme disting after HighContrast-dark changes

Commit f60d245e32 renamed it from
HighContrast-inverse.css to HighContrast-dark.css.
This commit is contained in:
Kalev Lember 2021-01-19 10:46:13 +01:00
parent e6f0103940
commit 1a30ec6da6

View File

@ -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')