diff options
-rw-r--r-- | gtk/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 50a4afe359..ff259d18e7 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1284,13 +1284,13 @@ theme_sources = \ theme/HighContrast/_colors.scss \ theme/HighContrast/_common.scss \ theme/HighContrast/_drawing.scss \ - theme/HighContrast/gtk-contained-dark.scss \ + theme/HighContrast/gtk-contained-inverse.scss \ theme/HighContrast/gtk-contained.scss \ theme/HighContrast/Gemfile \ theme/HighContrast/gtk-contained.css \ - theme/HighContrast/gtk-contained-dark.css \ + theme/HighContrast/gtk-contained-inverse.css \ theme/HighContrast/gtk.css \ - theme/HighContrast/gtk-dark.css \ + theme/HighContrast/gtk-inverse.css \ theme/HighContrast/parse-sass.sh \ theme/Raleigh/gtk-default.css |