Solarized theme for Google Messages
Messages Google - Solarized by mixcraftio

Details
Authormixcraftio
LicenseNo License
Categorymessages.google.com
Created
Updated
Code size1.1 kB
Code checksum26c0667a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Apply dark theme for it to work
Source code
/* ==UserStyle==
@name Messages Google - Solarized
@namespace github.com/Mixcraftio
@version 1.2
@description Solarized theme for Google Messages
@author Mixcraftio
@preprocessor less
==/UserStyle== */
@-moz-document domain("messages.google.com") {
body.dark-theme, body.dark-theme.material-next-msg{
--dark: #0d3562;
--light: #14539a;
mw-main-nav, mws-header, mw-branded-header, mw-main-landing, mw-conversation-container, mws-message-compose, mws-message-part-content, mw-information-banner{
--main-nav-host-bg-color: var(--dark);
--header-bg-color: var(--light);
--conv-container-host-bg-color: var(--dark);
--compose-readonly-bg-color: var(--light);
--input-bg-color: var(--light);
--input-bg-fade-color: #0e2e52;
--main-landing-host-bg-color: var(--light);
--branded-header-bg-color: var(--dark);
--information-banner-background-color: var(--light);
}
div.gb_Bd{background-color: var(--dark);}
}
}