A modern dark theme for Workflowy.
Modern Dark by kingfungdesign

Details
Authorkingfungdesign
LicenseGNU GPLv3
Categoryworkflowy
Created
Updated
Code size1.6 kB
Code checksum78ad0a26
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name workflowy.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("workflowy.com") {
:root {
--font-family: "Roboto Mono", "Fira Code", "Jetbrains Mono", monospace;
/* Font Style */
--wf-dark-gray-800: #141414;
/* Dark Mode Background Color */
--wf-dark-gray-100: #f1f1f1;
/* Dark Mode Primary Text Color */
--wf-dark-gray-700: #1e2227;
/* Dark Mode Kanban Tile & Side Bar Color */
--wf-dark-gray-600: #39444c;
/* Dark Mode Line Color */
}
body {
font-size: 15px/* Font Size */
}
/* Tag Colors */
:root {
--wf-tag-text-red: #F98080;
--wf-tag-background-red: #cb4056;
--wf-tag-text-orange: #FF8A4C;
--wf-tag-background-orange: #de8805;
--wf-tag-text-yellow: #e3be08;
--wf-tag-background-yellow: #c0a700;
--wf-tag-text-green: #31C48D;
--wf-tag-background-green: #599c36;
--wf-tag-text-blue: #407eff;
--wf-tag-background-blue: #1250ce;
--wf-tag-text-purple: #AC94FA;
--wf-tag-background-purple: #8243eb;
--wf-tag-text-gray: #97A6BA;
--wf-tag-background-gray: #56606f;
--wf-tag-text-teal: #2DD4BF;
--wf-tag-background-teal: #16a19b;
--wf-tag-text-sky: #38BDF8;
--wf-tag-background-sky: #4090eb;
--wf-tag-text-pink: #F472B6;
--wf-tag-background-pink: #c75bbd
}
}