Skip to content

Commit

Permalink
Commit comment : fix for gtk2.0 menu select still green on Mon Jan 2 …
Browse files Browse the repository at this point in the history
…20:28:45 CET 2017
  • Loading branch information
erikdubois committed Jan 2, 2017
1 parent d6e359a commit 33d055a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 4-moving-the-themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
[ -d $HOME"/.themes" ] || mkdir -p $HOME"/.themes"
cp -rf usr/share/themes/* $HOME"/.themes"


# fix for gtk2 sublime text select menu still green
cp ~/.themes/Mint-Y/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button-dark.png
cp ~/.themes/Mint-Y/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y/gtk-2.0/menubar-toolbar/menubar_button.png

cp ~/.themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button-dark.png
cp ~/.themes/Mint-Y-Dark/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y-Dark/gtk-2.0/menubar-toolbar/menubar_button.png

cp ~/.themes/Mint-Y-Darker/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y-Darker/gtk-2.0/menubar-toolbar/menubar_button-dark.png
cp ~/.themes/Mint-Y-Darker/gtk-2.0/assets/menubar_button.png ~/.themes/Mint-Y-Darker/gtk-2.0/menubar-toolbar/menubar_button.png


echo "Let us rename the folders so they are unique :"
echo "Your name will be added after 'Mint-Y', 'Mint-Y-Dark' or 'Mint-Y-Darker'."
echo "For example if you type Sun you will get"
Expand Down

0 comments on commit 33d055a

Please sign in to comment.