Applies the Tokyo Night theme (https://github.com/enkia/tokyo-night-vscode-theme) to this Tiddlyhost page for Eberron
Eberron Tiddlyhost Tokyo Night by reallemon
Details
Authorreallemon
LicenseNo License
Categoryeberron.tiddlyhost.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Eberron Tiddlyhost Tokyo Night
@version 20230211.22.49
@namespace ?
==/UserStyle== */
@-moz-document domain("eberron.tiddlyhost.com") {
body.tc-body {
background-color: #1a1b26;
}
.tc-tiddler-frame, .tc-tiddler-title, nav.tc-menubar ul.tc-menubar-list, .tc-block-dropdown, .tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
background-color: #24283b;
color: white;
}
.blacklink, button.tc-tiddlylink, a.tc-tiddlylink, .titlelink, .dice-roller, .tc-alert-subtitle, .tc-sidebar-lists button.tc-btn-mini, .tc-sidebar-lists a.tc-tiddlylink:hover, .tc-sidebar-lists button {
background: none;
color: #9aa5ce;
}
.tc-subtitle,
.subtitlelink, .tc-sidebar-lists button.tc-btn-mini:hover {
color: white;
}
nav.tc-menubar li.tc-menubar-item > a, nav.tc-menubar li.tc-menubar-item > button, .tc-sidebar-lists a.tc-tiddlylink {
background: none;
color: white;
}
nav.tc-menubar li.tc-menubar-item svg, .tc-tiddler-controls button svg, .tc-tiddler-controls button img, .tc-search button svg, .tc-search a svg, .tc-page-controls svg, .tc-alert-toolbar svg, .tc-sidebar-tab-open .tc-btn-invisible.tc-btn-mini svg {
fill: white;
}
textarea, input[type=text], input[type=search], input[type=""], input:not([type]), table thead tr td, table th, .tc-alert, .tc-sidebar-lists .tc-tab-buttons button {
background: #565f89;
color: white
}
}