9578053 Jan 22 2022 distfiles.gentoo.org/distfiles/gajim-1.3.3-2.tar.gz
This commit is contained in:
parent
a5b3822651
commit
4c1b226bff
1045 changed files with 753037 additions and 18 deletions
19
gajim/data/style/gajim-dark.css
Normal file
19
gajim/data/style/gajim-dark.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue