Skip to content

Instantly share code, notes, and snippets.

@withnix
Last active August 1, 2025 08:45
Show Gist options
  • Select an option

  • Save withnix/16645e057b5b867cf684dce3b052e046 to your computer and use it in GitHub Desktop.

Select an option

Save withnix/16645e057b5b867cf684dce3b052e046 to your computer and use it in GitHub Desktop.
:root {
--font: IBM Plex Sans;
--font-size: 1em;
}
:root.tomorrow body {
background: #111111 !important;
color: #AAAAAA !important;
background-position: center !important;
font-family: var(--font);
font-size: var(--font-size);
}
:root.tomorrow .opContainer {
display: flow-root !important;
}
:root.tomorrow #arc-list .quotelink {
color: #ececec !important;
}
:root.tomorrow blockquote>span.quote{
color: #85b685 !important;
}
:root.tomorrow .dialog {
background: #171717 !important;
color: #EDEDED !important;
box-shadow: 0px 0px 10px #101010 !important;
font-size: var(--font-size);
}
:root.tomorrow :root.fixed:not(.gallery-open) #header-bar:not(:hover) {
background: #171717 !important;
box-shadow: 0px 2px #101010 !important;
}
:root.tomorrow #custom-board-list {
font-family: var(--font);
font-size: var(--font-size);
}
:root.tomorrow .catalog-stats {
color: #EDEDED !important;
}
:root.tomorrow div.post blockquote.postMessage {
font-family: var(--font);
font-size: var(--font-size);
}
:root.tomorrow .catalog-thread.watched .catalog-thumb {
border: 4px solid red !important;
}
:root.tomorrow.highlight-own .yourPost > .reply {
border-left: 3px #EDEDED double !important;
}
:root.tomorrow.highlight-you .quotesYou > .reply {
border-left: 3px #EDEDED dashed !important;
}
:root.tomorrow .qphl {
outline: 2px solid rgba(#8000ff, 0.2) !important;
}
:root.tomorrow .quotelink, .deadlink {
color: #9d2e45 !important;
}
:root.tomorrow div.reply {
background: #161616 !important;
box-shadow: 0 0 15px #090909 !important;
border-radius: 3px !important;
border: 1px solid #1e1e1e !important;
padding: 0px 10px !important;
}
:root.tomorrow div.post {
margin: 10px 0;
overflow: hidden !important;
}
:root.tomorrow .inline .post {
padding: 1px 10px !important;
}
:root.tomorrow .container ~ .inline {
margin: 5px 0px 5px 20px !important;
}
:root.tomorrow .show-reply-button {
margin-left: 2px !important;
}
:root.tomorrow .prettyprint {
background: rgba(0,0,0,0.1) !important;
}
:root.tomorrow .catalog-post.catalog-post {
background: #161616 !important;
box-shadow: 0px 0px 15px #090909 !important;
margin-top: 6px !important;
}
:root.tomorrow .thread {
position: center !important;
margin-bottom: 10px !important;
}
:root.tomorrow #overlay, #navlinks, :root.float #updater, :root.float #thread-stats, #qr {
background: rgba(0,0,0,0.1) !important;
backdrop-filter: blur(10px) !important;
border-top: 1px #ADADAD solid !important;
}
:root.tomorrow .fixed #header-bar {
background: #202020 !important;
border-top: 1px #ADADAD solid !important;
}
:root.tomorrow.catalog-hover-expand .catalog-container:hover > .post {
background: rgba(10,10,10,10.255) !important;
backdrop-filter: blur(10px) !important;
border: 1px #ADADAD solid !important;
}
:root.tomorrow .qr-link {
background: rgba(20,20,20,20.255) !important;
backdrop-filter: blur(10px) !important;
border: 1px #ADADAD solid !important;
}
:root.tomorrow #qr > form {
width: 100% !important;
color: #EDEDED !important;
background: rgba(20,20,20,20.255) !importatnt;
}
:root.tomorrow a {
color: #EDEDED !important;
text-decoration: none !important;
}
:root.tomorrow a:visited {
color: #ADADAD !important;
text-decoration: none !important;
}
:root.tomorrow #board-list a {
color: #EDEDED !important;
}
:root.tomorrow .navLinks.json-index a {
color: #EDEDED !important;
}
:root.tomorrw .unread-line {
display: none !important;
}
:root.tomorrow .subject {
color: #22985D !important;
}
:root.tomorrow #index-mode, #index-size, #index-sort, #styleSelector, .pages.cataloglink, .pagelist.json-index {
color: #EDEDED !important;
background: #181818 !important;
font-size: var(--font-size);
}
:root.tomorrow .postMessage {
color: #dadada !important;
}
:root.tomorrow .quotelink.you.forwardlink {
color: #982565 !important;
}
:root.tomorrow .quotelink.forwardlink {
color: #9d2e45 !important;
}
:root.tomorrow .quotelink.you {
color: #982565 !important;
}
:root.tomorrow .tab-keybinds {
margin: -4px !important;
}
:root.tomorrow .fileThumb {
border: 20px solid #0000 !important;
}
:root.tomorrow .file {
border-bottom: 20px solid #0000 !important;
}
:root.tomorrow .replylink {
color: red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment