Skip to content

emacs.cafe Dark Theme by thewebmasterp

Screenshot of emacs.cafe Dark Theme

Details

Authorthewebmasterp

LicenseNo License

Categoryemacs.cafe emacs

Created

Updated

Size530 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A nice dark theme for emacs.cafe from me, thewebmasterp

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         emacs.cafe Dark Theme
@version      20220413.07.35
@namespace    userstyles.world/user/thewebmasterp
@description  A nice dark theme for emacs.cafe from me, thewebmasterp
@author       thewebmasterp
@license      No License
==/UserStyle== */

@-moz-document domain("emacs.cafe") {
body {
    background: #1f1f1f;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: lightgrey;
}

code {
    color: black;
}

.post-meta {
    color: lightgrey;
}

.page-link {
    color: #ffffff !important;
}
}

Reviews

No reviews yet.