
Adwaita_Orange
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Gnome 3.14.2 Adwaita original theme only change blue to orange.
Copy theme folder in ~/.themes/
icons and mouse cursors in ~/.icons/
then use gnome-tweak-tool
6 years ago
added gnome shell theme
added background ( in the theme folder )
added icons theme link
added mouse cursors link
6 years ago
added gnome shell theme
added background ( in the theme folder )
added icons theme link
added mouse cursors link
antoineforty
7 days ago
Report
ruzzy
6 years ago
get your version
untar
cd /gtk+-3.14.*/gtk/resources/theme/Adwaita/
modify _colors.scss
run parse-sass.sh (install dependency)
it creates new file gtk-contained.css and gtk-contained-dark.css
modify gtk.css
from
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained.css");
to
@import url("gtk-contained.css");
and gtk-dark.css
from
@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");
to
@import url("gtk-contained-dark.css");
rename folder /gtk+-3.14.*/gtk/resources/theme/Adwaita/
to
gtk-3.0
copy gtk-3.0 folder
into your new theme folder es: Adwaita-hack
you can copy other theme file and folder ( gtk-2.0 index.theme metacity-1 )
from
/usr/share/themes/Adwaita/
you can edit gtk-2.0/gtkrc file to match gtk-3.0 colors
adjust index.theme to match your new theme name
for scrollbar and other object you can use gimp to modify image inside gtk-2.0 subfolder
I don't know if it's the best way, but it works for me ;)
I think you can modify also other _*.scss file, but you pay attention
Report