Skip to content
Snippets Groups Projects
Commit 6e6a4b5f authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

Themes: Remove chatstate colors

parent 8e6fca4d
No related branches found
No related tags found
No related merge requests found
......@@ -43,18 +43,6 @@ .gajim-roster-disconnected {
.gajim-roster-connected {
background: rgb(30, 80, 50);
}
.gajim-state-composing {
color: rgb(90, 180, 90);
}
.gajim-state-inactive {
color: rgb(158, 158, 158);
}
.gajim-state-gone {
color: rgb(128, 128, 128);
}
.gajim-state-paused {
color: rgb(20, 210, 160);
}
.gajim-msg-correcting text {
background: rgb(100, 100, 50);
}
......
......@@ -51,18 +51,6 @@ .gajim-roster-disconnected {
.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);
}
......
......@@ -34,22 +34,6 @@
StyleOption = namedtuple('StyleOption', 'label selector attr')
CSS_STYLE_OPTIONS = [
StyleOption(_('Chatstate Composing'),
'.gajim-state-composing',
StyleAttr.COLOR),
StyleOption(_('Chatstate Inactive'),
'.gajim-state-inactive',
StyleAttr.COLOR),
StyleOption(_('Chatstate Gone'),
'.gajim-state-gone',
StyleAttr.COLOR),
StyleOption(_('Chatstate Paused'),
'.gajim-state-paused',
StyleAttr.COLOR),
StyleOption(_('Group Chat Tab New Directed Message'),
'.gajim-state-tab-muc-directed-msg',
StyleAttr.COLOR),
......
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