83 lines
1.5 KiB
CSS
83 lines
1.5 KiB
CSS
|
|
.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);
|
|
}
|