diff --git a/make-symlinks.sh b/make-symlinks.sh index d4ca04a..e6516af 100755 --- a/make-symlinks.sh +++ b/make-symlinks.sh @@ -14,3 +14,7 @@ for file in $files; do mv ~/.config/$file $backup ln -s $dir/$file ~/.config/ done + +# theme file +mv ~/.themes/"tess tiger"/ $backup +ln -s $dir/"tess tiger" ~/.themes/ diff --git a/tess tiger/xfce-notify-4.0/gtk.css b/tess tiger/xfce-notify-4.0/gtk.css new file mode 100644 index 0000000..8e7a201 --- /dev/null +++ b/tess tiger/xfce-notify-4.0/gtk.css @@ -0,0 +1,47 @@ +#XfceNotifyWindow { + background-color: #031014; + border: 3px solid #e63e62; +} + +#XfceNotifyWindow label, +#XfceNotifyWindow image { + font-size: 16; + color: #e63e62; +} + +#XfceNotifyWindow label#summary { + font-weight: Bold; +} + +#XfceNotifyWindow button { + border: 1px solid #e63e62; + background-image: none; + background-color : #031014; +} + +#XfceNotifyWindow button:hover { + border: 1px solid #e63e62; + background-image: none; + background-color : #e63e62; + color: #031014; +} + +#XfceNotifyWindow progressbar { + border-radius: 3px; +} + +#XfceNotifyWindow progressbar progress { + min-height: 16px; + background-image: none; + background-color: shade(#e63e62, 1.2); +} + +#XfceNotifyWindow progressbar trough { + min-height: 16px; + background-image: none; + background-color: #031014; + border: 1px solid shade(#031014, 0.6); + border-radius: 3px; +} + +