Dark theme for emacs.cafe from me, thewebmasterp (made with ❤️ for your 👀).
emacs.cafe by thewebmasterp
Details
Authorthewebmasterp
LicenseNo License
Categoryemacs.cafe emacs
Created
Updated
Size558 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name emacs.cafe
@version 20220412.18.31
@namespace userstyles.world/user/thewebmasterp
@description Dark theme for emacs.cafe from me, thewebmasterp (made with ❤️ for your 👀).
@author thewebmasterp
@license No License
==/UserStyle== */
@-moz-document domain("emacs.cafe") {
body {
background: #1a1a1a;
color: white;
}
h1, h2, h3, h4, h5 {
color: lightgray;
}
code {
color: black;
}
#conversation .post-body-inner {
color: white !important;
}
.post-meta {
color: lightgray;
}
}