sunburst-like theme for Matcha (not tested extensively, omits diagram controls).
mathcha.io dark warm by algomorph

Details
Authoralgomorph
LicenseNo License
Categorymathcha.io
Created
Updated
Code size1.1 kB
Code checksumcdf92cdd
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mathcha.io Dark Warm
@author Gregory Kramida (Algomorph)
@version 0.1.0
@preprocessor stylus
@namespace algomorph
@license Creative Commons Attribution 4.0 International License
==/UserStyle== */
@-moz-document domain("mathcha.io") {
editor-container > math-type{
background-color: #444;
}
math-type editarea.root-editor{
color: #BBB;
fill: #BBB;
stroke: #BBB;
}
content-area {
background: #222
}
header {
background: #322e25;
color: #888;
}
.menu-bar-container .button {
color: #888;
}
header .doc-share-button {
color: #888;
border-color: #888;
}
container-layer {
background: #333;
}
::-webkit-scrollbar-thumb{
background-color: #555;
}
page, #root {
background: #333;
}
.doc-toolbar-container{
background: #444;
border-color: #333;
}
.main-container{
color: #333;
}
svg {
stroke: #888 !important;
}
line {
stroke: #333 !important;
}
}