Skip to content
Snippets Groups Projects
Commit 9255aa0a authored by Philipp Hörist's avatar Philipp Hörist
Browse files

CSS: Add show colors to default-dark.css

parent 1b4a1f08
No related branches found
No related tags found
No related merge requests found
......@@ -50,3 +50,15 @@ .gajim-msg-correcting text {
.gajim-search-highlight {
color: rgb(30, 80, 80)
}
.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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment