diff --git a/package.json b/package.json index 6b6be7a..41eadef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thelounge-theme-solarized-fork-monospace", - "version": "1.1.2", + "version": "1.0.9", "description": "A simple theme with Solarized colors", "main": "package.json", "thelounge": { diff --git a/theme.css b/theme.css index 8e59f93..6e433aa 100644 --- a/theme.css +++ b/theme.css @@ -13,6 +13,21 @@ font-family: 'IBM Plex Mono', monospace; } +/*fix timestamp width in monospace themes*/ +#chat.show-seconds .time, #chat.show-seconds .chat-view[data-type="channel"] .msg.highlight .time { + width: auto; +} + +/*hide message sender name if it comes from the same person as the last one*/ +.msg.previous-source .from { + visibility: hidden; +} + +/*hide debug*/ +#chat .msg[data-type=raw] { + display: none; +} + #user-specified-css-input { height: 500px; }