A dark monokai based theme for Google Voice @ https://voice.google.com
Google Voice Dark - SheridanTech.io by sheridan-tech
Details
Authorsheridan-tech
LicenseNo License
Categoryvoice google voice.google.com
Created
Updated
Code size2.6 kB
Code checksume19f3f5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Dark - SheridanTech.io
@version 20220210.21.49
@namespace userstyles.world/user/sheridan-tech
@description A dark monokai based theme for Google Voice @ https://voice.google.com
@author sheridan-tech
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://voice.google.com/") {
/* Header */
#gb > div {
background-color: #252525!important;
color: #fff!important;
}
/* scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #000000;
}
::-webkit-scrollbar-thumb {
background: #555;
}
/* gv-conversation-list */
.layout-row,
.rkljfb-npMLoc {
background-color: #252525!important;
color: #fff!important;
}
/* conversation list text-message-content */
.LKz3Fb-bVEB4e {
background-color: #252525!important;
color: #7b7b7b!important;
}
/* conversation */
.B3EWm-YPqjbf,
.Bqxti-HIQJ9,
.uM2Vn-VdSJob,
.greeting {
background-color: #252525!important;
color: #fff!important;
}
/* conversation bubble you */
.Bqxti-VCkuzd {
background-color: #333!important;
color: #fff!important;
}
/* conversation bubble them*/
.Bqxti-MJZihc {
background-color: #000!important;
color: #fff!important;
}
/* nav-list */
.navItemLabel {
color: #fff!important;
}
/* nav-list active item */
.gmat-list-item-active {
background-color: #6c6c6c!important;
color: #fff!important;
}
/* Call as */
.did-display,
.phone-number {
background-color: #252525!important;
color: #fff!important;
}
/* Dialer contacts, Dialer */
.contacts,
.input-row,
.dialpad-container,
.mat-button-wrapper {
background-color: #252525;
color: white;
}
/* gv-contact-list */
.YYoZ8c-npMLoc {
background-color: #252525!important;
color: #fff!important;
}
/* suggestions */
.layout-column,
.grey-900 {
background-color: #252525!important;
color: #fff!important;
}
/* dialer */
.lp3vjd-cHYyed {
background-color: #252525!important;
color: #fff!important;
}
/* gv-dialpad-toggle */
.mat-focus-indicator {
background-color: #252525!important;
color: #fff!important;
}
}