This commit is contained in:
tess 2022-10-29 14:49:25 +02:00
parent c54ff56e9f
commit 08c8b1aa12
2 changed files with 51 additions and 0 deletions

View File

@ -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/

View File

@ -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;
}