31 lines
588 B
CSS
31 lines
588 B
CSS
.gajim-incoming-nickname {
|
|
color: rgb(207, 49, 47)
|
|
}
|
|
.gajim-outgoing-nickname {
|
|
color: rgb(38, 139, 210)
|
|
}
|
|
.gajim-url {
|
|
color: rgb(53, 132, 228)
|
|
}
|
|
.gajim-highlight-message {
|
|
color: rgb(245, 121, 0)
|
|
}
|
|
.gajim-msg-correcting text {
|
|
background: rgb(131, 148, 150)
|
|
}
|
|
.gajim-status-message {
|
|
color: rgb(115, 210, 22)
|
|
}
|
|
.gajim-state-composing {
|
|
color: rgb(0, 139, 0)
|
|
}
|
|
.gajim-state-inactive {
|
|
color: rgb(158, 158, 158)
|
|
}
|
|
.gajim-state-gone {
|
|
color: rgb(128, 128, 128)
|
|
}
|
|
.gajim-state-paused {
|
|
color: rgb(0, 0, 205)
|
|
}
|