GNOME Bugzilla – Bug 679321
small tweaks to classic theme
Last modified: 2018-05-22 15:37:27 UTC
Created attachment 217921 [details] screenshot of old and new See attached screenshot (don't mind the discussion…), there are several differences between left (old theme) and right (new adium theme), mostly: - colours: the old theme had lighter colours, it's easy to fix (but I didn't find how they were defined before, so I just got them from the screenshot) [see below] - font (or is this just spacing between letters?) : not important, I'd say. - timestamp: the new theme doesn't have any time indication, no idea how to fix that. @@ -11,14 +11,15 @@ html { body { padding: 6px; margin: 0; + color: #2e3436; } .incoming .sender { - color: blue; + color: #4a708b; } .outgoing .sender { - color: green; + color: #2e8b57; }
(In reply to comment #0) > - colours: the old theme had lighter colours, it's easy to fix (but I didn't > find how they were defined before, so I just got them from the screenshot) [see > below] Fixed in http://git.gnome.org/browse/empathy/commit/?id=e5ef72f1a021f01946245641eae2a8e031d79d90 > - font (or is this just spacing between letters?) : not important, I'd say. Agreed. > - timestamp: the new theme doesn't have any time indication, no idea how to > fix that. The 'Boxes' themes implements it: <span class="timestamp">%time%</span>
Also, it would be nice to have the logs starting from the top of the view rather than the bottom. See how the Ubuntu theme displays them.
Created attachment 218011 [details] Ubuntu theme
Created attachment 218012 [details] classic theme
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/566.