Carbon theme in Proton Mail is beautiful but not complete, so i fix this.
Proton Mail Carbon Editor theme by breat

Details
Authorbreat
LicenseNo License
Categorymail.proton.me
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Carbon theme in Proton Mail is beautiful but not complete, so i fix this.
Source code
/* ==UserStyle==
@name Proton Mail Carbon Editor theme
@version 20230912.08.25
@namespace userstyles.world/user/breat
@description Carbon theme in Proton Mail is beautiful but not complete, so i fix this.
@author breat
@license No License
==/UserStyle== */
@-moz-document domain("account.proton.me"), domain("mail.proton.me") {
/* Carbon mode editor */
#proton-editor-container,
#proton-editor-toggle-container,
#proton-root,
#proton-root div,
#proton-root p,
#proton-root td,
#proton-root td.container,
#rooster-editor,
#rooster-editor div,
#rooster-editor p,
#rooster-editor td,
.composer-content--rich-edition,
.message-content,
.protonmail_quote,
blockquote div,
blockquote p,
blockquote td {
background: var(--email-message-view-background-color) !important;
color: var(--text-norm) !important;
}
blockquote {
border-left: #444444 !important;
}
/* Signature color */
.protonmail_signature_block-user,
.protonmail_signature_block-user table div,
.protonmail_signature_block-proton {
color: var(--text-norm) !important;
}
/* Link color */
#rooster-editor a,
.protonmail_signature_block-user a,
.protonmail_signature_block-proton a {
color: #657ee4 !important;
}
/* Scrollbars */
::-webkit-scrollbar {
width: 5px !important;
}
::-webkit-scrollbar:horizontal {
height: 5px !important;
}
::-webkit-scrollbar-thumb {
background: grey !important;
}
::-webkit-scrollbar-thumb:hover {
background: white !important;
}
}