dark theme for sublime text and merge sites
sublimetext/merge - dark by forivall
Details
Authorforivall
LicenseNo License
Categorysublimemerge.com, sublimetext.com
Created
Updated
Size1.6 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 sublimetext/merge - dark
@namespace forivall
@description `A dark theme/style for sublimetext website.`
@version 1.0.0
@preprocessor less
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sublimetext.com"), domain("sublimemerge.com") {
body {
background-color: #222;
color: #eee;
}
main {
background: #111;
background: linear-gradient(180deg, #1f1f1a 0%, #111111 250px);
}
h1 div.background {
background: #1f1f1aed;
background: linear-gradient(180deg, #1f1f1aed 0%, #111111ed 250px);
}
h1 nav > a {
color: #999;
}
h1 nav > a:hover {
color: #aaa;
}
h1 > span {
color: #bbb;
background-color: rgba(255,255,255,0.05);
}
h1 a, h1 a:hover {
color: #ccc;
}
h2 {
color: #aaa;
}
h3 {
color: #999;
}
a {
color: #73a7f1;
}
.post,
.content,
.features_band,
.icon,
.forabg,pre,
dl.properties dd > code, dl.attributes dd > code, dl.enum.properties dd > code, dl.enum.attributes dd > code{
background: #333;
}
p, code, pre {
color: #FFF;
}
.token.punctuation {
color: #ccc;
}
dl.enum dt {
color: #ddd;
}
dl.enum > dd {
border-color: #555;
}
.codebox {
background: #000;
}
span.keys b {
background-color: #242424;
color: #CCC;
border-color: #444;
box-shadow: 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1px #000 inset;
}
tt, code, span.setting, span.command, span.key, span.property, span.attribute, span.element, span.method, span.attribute {
background-color: #202020;
}
}