Skip to content

Commit

Permalink
Fix nemo missing tabs in fluent theme
Browse files Browse the repository at this point in the history
  • Loading branch information
duracell80 committed Feb 4, 2023
1 parent da0e4e4 commit 683c8de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/remix_themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ if [ "$flowcolors" == true ]; then
#sed -i "s|#81C995|${ACCENT}|g" $GTK4_DARK


# ADD GTK3 OVERRIDES
echo "stackswitcher button.text-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {min-width: unset;}" >> $GTK3_FILE

# COMBINE GTK2 MODS
cp -f $GTK2_FILE $LWD/theme/gtk-2.0/

Expand Down

0 comments on commit 683c8de

Please sign in to comment.