gajim-plural/gajim/data/style/default-dark.css
Philipp Hörist b74468b9c3 Move chatstate css to default theme
This is needed so we can query the current chatstate colors in cellrenderers
2018-11-20 15:32:01 +01:00

30 lines
No EOL
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)
}