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
82
gajim/data/style/default.css
Normal file
82
gajim/data/style/default.css
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
|
||||
.gajim-incoming-nickname {
|
||||
color: rgb(200, 40, 40);
|
||||
}
|
||||
.gajim-outgoing-nickname {
|
||||
color: rgb(50, 90, 140);
|
||||
}
|
||||
.gajim-outgoing-message-text {
|
||||
color: rgb(85, 85, 85);
|
||||
}
|
||||
.gajim-status-message {
|
||||
color: rgb(100, 130, 160);
|
||||
}
|
||||
.gajim-url {
|
||||
color: rgb(30, 75, 135);
|
||||
}
|
||||
.gajim-highlight-message {
|
||||
color: rgb(210, 70, 30);
|
||||
}
|
||||
.gajim-state-tab-muc-directed-msg {
|
||||
color: rgb(210, 70, 30);
|
||||
}
|
||||
.gajim-state-tab-muc-msg {
|
||||
color: rgb(40, 40, 200);
|
||||
}
|
||||
.gajim-roster-disconnected {
|
||||
background: rgb(230, 170, 170);
|
||||
}
|
||||
.gajim-roster-connected {
|
||||
background: rgb(160, 200, 170);
|
||||
}
|
||||
.gajim-state-composing {
|
||||
color: rgb(40, 140, 40);
|
||||
}
|
||||
.gajim-state-inactive {
|
||||
color: rgb(158, 158, 158);
|
||||
}
|
||||
.gajim-state-gone {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
.gajim-state-paused {
|
||||
color: rgb(20, 160, 120);
|
||||
}
|
||||
.gajim-msg-correcting text {
|
||||
background: rgb(240, 230, 170);
|
||||
}
|
||||
.gajim-search-highlight {
|
||||
color: rgb(170, 220, 220);
|
||||
}
|
||||
.gajim-notify-message {
|
||||
color: rgb(30, 144, 255);
|
||||
}
|
||||
.gajim-notify-status {
|
||||
color: rgb(170, 170, 170);
|
||||
}
|
||||
.gajim-notify-invite {
|
||||
color: rgb(224, 145, 42);
|
||||
}
|
||||
.gajim-notify-ft-request {
|
||||
color: rgb(240, 230, 140);
|
||||
}
|
||||
.gajim-notify-ft-error {
|
||||
color: rgb(226, 33, 33);
|
||||
}
|
||||
.gajim-notify-ft-complete {
|
||||
color: rgb(139, 185, 48);
|
||||
}
|
||||
.gajim-notify-other {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
.gajim-status-online {
|
||||
color: rgb(102, 191, 16);
|
||||
}
|
||||
.gajim-status-away {
|
||||
color: rgb(255, 133, 51);
|
||||
}
|
||||
.gajim-status-dnd {
|
||||
color: rgb(230, 46, 0);
|
||||
}
|
||||
.gajim-status-offline {
|
||||
color: rgb(154, 154, 154);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue