Skip to content

Commit

Permalink
Resolve libhandy issues with slim theme names LP 1967110
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 30, 2022
1 parent 42bc99a commit 7a12511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ foreach color: get_option('colors')
scss_compact = size == 'slim' ? 'true' : 'false'

themes += {
'name': theme_base_name + color_suffix + size_suffix,
'dir': theme_base_dir + color_suffix + size_suffix,
'name': theme_base_name + size_suffix + color_suffix,
'dir': theme_base_dir + size_suffix + color_suffix,
'color': color_suffix,
'size': size_suffix,
'scss_dark_theme': scss_dark_theme,
Expand Down

0 comments on commit 7a12511

Please sign in to comment.