30 lines
585 B
CSS
30 lines
585 B
CSS
.gajim-incoming-nickname {
|
|
color: rgb(164, 0, 0)
|
|
}
|
|
.gajim-outgoing-nickname {
|
|
color: rgb(52, 101, 164)
|
|
}
|
|
.gajim-url {
|
|
color: rgb(117, 80, 123)
|
|
}
|
|
.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)
|
|
} |