a global gruvbox and a chocolatey dark theme at that.
gruvbox chocolatey dark theme (global theme) by coolslutguy420_2nd-ressurection

Details
Authorcoolslutguy420_2nd-ressurection
LicenseNo License
Categoryglobal
Created
Updated
Code size4.1 kB
Code checksumd3dc9578
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gruvbox chocolatey dark theme (global theme)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description a global gruvbox and a chocolatey dark theme at that.
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://"), url-prefix("http://") {
/* Firefox Scrollbars */
scrollbar
{
opacity: .100 !important;
}
/* Base */
*, ::before, ::after
{
color: #a2947f !important;
border-color: #8f6556 !important;
outline-color: #271813 !important;
text-shadow: none !important;
box-shadow: none !important;
/*-moz-box-shadow: none !important;*/
background-color: rgba(0, 0, 0, 0) !important;
}
html *
{
color: inherit !important;
}
p::first-letter,
h1::first-letter,
h2::first-letter,
p::first-line
{
color: inherit !important;
background: none !important;
}
/* :: Give solid BG :: */
/* element */
b, i, u, strong
{
color: #98971a
}
html,
body,
li ul,
ul li,
table,
header,
article,
section,
nav,
menu,
aside,
div
{
background-color: #291e1a !important
}
}
/* Highlight */
::-moz-selection
{
background-color: #ebdbb2 !important;
color: #b57e8c !important;
}
/* ::: anchor/links ::: */
a
{
color: #689d6a !important;
background-color: #291e1a !important;
opacity: 1 !important;
text-indent: 0 !important;
}
a:link
{
color: #458588 !important;
}
a:visited
{
color: #b16286 !important;
}
a:hover
{
color: #d79921 !important; background-color: #422f28 !important;
}
a:active
{
color: #d65d0e !important;
}
/* "Top level" div */
body > div
{
background-color: inherit !important;
}
/* :::::: Text Presentation :::::: */
summary, details
{
background-color: inherit !important
}
kbd, time, label, .date
{
color: #98971a !important
}
acronym, abbr
{
border-bottom: 1px dotted !important; cursor: help !important;
}
mark
{
background-color: #cc241d !important
}
/* :::::: Headings :::::: */
h1, h2, h3, h4, h5, h6
{
background-image: none !important;
border-radius: 5px !important;
/*-moz-border-radius: 5px !important;*/
-webkit-border-radius: 5px !important;
text-indent: 0 !important;
}
h1, h2, h3, h4, h5, h6
{
background-color: #211e1d00 !important
}
h1, h2
{
color: #98971a!important
}
h3, h4
{
color: #d79921!important
}
h5, h6
{
color: #d65d0e!important
}
/* :::::: Tables, cells :::::: */
table table
{
background: #211e1d00 !important;
}
th, caption
{
background: #28282800 !important;
}
/* ::: Inputs, textareas ::: */
input, textarea, button,
select, option, optgroup
{
color: #ebdbb2 !important;
background: none #1d202100 !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
}
input,
textarea,
button
{
border-color: #32302f !important;
border-width: 1px !important;
}
/* :::::: Button styling :::::: */
input[type="button"],
input[type="submit"],
input[type="reset"],
button
{
background: #211f1d9c !important;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover
{
color: #32302f !important;
background: #a6936b !important;
}
input[type="image"]
{
opacity: .85 !important
}
input[type="image"]:hover
{
opacity: .95 !important
}
/* Lightbox fix */
html [id*="lightbox"] *
{
background-color: transparent !important;
}
html [id*="lightbox"] img
{
opacity: 1 !important;
}
/* Youtube Annotation */
#movie_player-html5 .annotation
{
background: #1d202100 !important
}
/* Mozilla addons shrink/expand sections */
.expando a
{
background: none transparent !important;
}
window
{
background: rgb(65, 40, 30) !important;
}
#newtab-scrollbox
{
background: rgb(65, 40, 30) none !important;
}
.newtab-title
{
background-color: rgb(65, 40, 30) !important;
color: #a89984 !important;
}
/* Browser Background */
browser[type="content-primary"]
{
background-color: #291e1a !important;
}