9578053 Jan 22 2022 distfiles.gentoo.org/distfiles/gajim-1.3.3-2.tar.gz

This commit is contained in:
emdee 2022-10-19 18:09:31 +00:00
parent a5b3822651
commit 4c1b226bff
1045 changed files with 753037 additions and 18 deletions

View file

@ -0,0 +1,19 @@
/* Gajim Dark Application CSS File */
/* InfoBar */
infobar.info > revealer > box {
color: #D9EDF7;
background-color: #3A87AD;
}
infobar.question > revealer > box {
color: #D9EDF7;
background-color: #295A72;
}
infobar.warning > revealer > box {
color: #FCF8E3;
background-color: #D2822B;
}
infobar.error > revealer > box {
color: #FCE5D5;
background-color: #D64937;
}