Skip to content

pub.dev dark theme by fredrikborgstrom

Details

Authorfredrikborgstrom

LicenseNo License

CategoryFreds pub.dev dark theme

Created

Updated

Size710 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark theme for the flutter docs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pub.dev dark theme
@version      20220602.07.38
@namespace    userstyles.world/user/fredrikborgstrom
@description  A dark theme for the flutter docs
@author       fredrikborgstrom
@license      No License
==/UserStyle== */

@-moz-document domain("pub.dev") {
body {
    background: #121212;
    color: #878787;
}

.detail-tabs-header {
  background: #1c1c21;
}

.-pub-tag-badge {
  background: #10171a;
}

.markdown-body pre, pre {
  background: #000;
}

.hljs-string, .hljs-doctag {
  color: #8a1533;
}

.hljs {
  color: #be7245;
}

.hljs-keyword, .hljs-selector-tag, .hljs-subst {
  color: #959595;
  font-weight: bold;
}

.markdown-body code, code {
  background: #1a1a2b;
}
}

Reviews

No reviews yet.