summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dark.css56
1 files changed, 28 insertions, 28 deletions
diff --git a/dark.css b/dark.css
index b682e6b..6e9e27b 100644
--- a/dark.css
+++ b/dark.css
@@ -5,29 +5,29 @@
***/
body {
- background-color: rgb(37, 37, 37);
+ background-color: rgb(27, 34, 37);
}
div#cgit, div#cgit div.path {
- background: rgb(37, 37, 37);
+ background: rgb(27, 34, 37);
color: rgb(230, 230, 230);
}
div#cgit table#header td.sub {
- border-top-color: rgb(52, 52, 52);
+ border-top-color: rgb(39, 48, 52);
}
div#cgit table.tabs {
- border-bottom-color: rgb(52, 52, 52);
+ border-bottom-color: rgb(39, 48, 52);
}
div#cgit table.tabs td a.active {
- background-color: rgb(52, 52, 52);
+ background-color: rgb(39, 48, 52);
color: rgb(230, 230, 230);
}
div#cgit div.content {
- border-bottom-color: rgb(52, 52, 52);
+ border-bottom-color: rgb(39, 48, 52);
}
div#cgit div.footer,
@@ -46,7 +46,7 @@ div#cgit .decoration a,
div#cgit .decoration a:hover,
div#cgit table.list td .decoration a,
div#cgit table.list td .decoration a:hover {
- color: rgb(37, 37, 37);
+ color: rgb(27, 34, 37);
}
div#cgit a, div#cgit a:hover,
@@ -66,28 +66,28 @@ div#cgit table.tabs td.form input,
div#cgit table.tabs td.form select,
div#cgit div.cgit-panel td.ctrl input,
div#cgit div.cgit-panel td.ctrl select {
- background-color: rgb(52, 52, 52);
- border-color: rgb(52, 52, 52);
+ background-color: rgb(39, 48, 52);
+ border-color: rgb(39, 48, 52);
color: rgb(230, 230, 230);
}
div#cgit div.cgit-panel table {
- background-color: rgb(52, 52, 52);
- border-color: rgb(37, 37, 37);
+ background-color: rgb(39, 48, 52);
+ border-color: rgb(27, 34, 37);
}
/*** Lists ***/
div#cgit table.list tr:nth-child(2n),
div#cgit table.list tr.nohover-highlight:hover:nth-child(2n) {
- background-color: rgb(43, 43, 43);
+ background-color: rgb(32, 40, 43);
}
div#cgit table.list tr.nohover,
div#cgit table.list tr.nohover:hover,
div#cgit table.list tr:nth-child(2n+1),
div#cgit table.list tr.nohover-highlight:hover:nth-child(2n+1) {
- background-color: rgb(37, 37, 37);
+ background-color: rgb(27, 34, 37);
}
div#cgit span.age-mins { color: #7f7; }
@@ -109,32 +109,32 @@ div#cgit table.diff td div.hunk {
}
div#cgit table.diffstat {
- background-color: rgb(37, 37, 37);
- border-color: rgb(37, 37, 37);
+ background-color: rgb(27, 34, 37);
+ border-color: rgb(27, 34, 37);
}
div#cgit table.ssdiff td.head,
div#cgit table.ssdiff td {
- border-color: rgb(37, 37, 37);
+ border-color: rgb(27, 34, 37);
}
div#cgit table.ssdiff td.foot {
- border-color: rgb(52, 52, 52);
+ border-color: rgb(39, 48, 52);
}
div#cgit table.ssdiff td.lineno {
- background-color: rgb(52, 52, 52);
+ background-color: rgb(39, 48, 52);
}
/*** Stats ***/
div#cgit table.stats th {
- background-color: rgb(52, 52, 52);
+ background-color: rgb(39, 48, 52);
}
div#cgit table.stats th,
div#cgit table.stats td {
- border-color: rgb(52, 52, 52);
+ border-color: rgb(39, 48, 52);
}
/*** Blobs ***/
@@ -157,11 +157,11 @@ div#cgit table.blob .kwd {
/*** Blames ***/
div#cgit table.blame div.alt:nth-child(2n) {
- background-color: rgb(43, 43, 43);
+ background-color: rgb(32, 40, 43);
}
div#cgit table.blame div.alt:nth-child(2n+1) {
- background-color: rgb(37, 37, 37);
+ background-color: rgb(27, 34, 37);
}
/*** Libravatar ***/
@@ -186,16 +186,16 @@ div#cgit span.libravatar img.inline {
.markdown-body code, .markdown-body tt, .markdown-body .highlight,
.markdown-body pre, .markdown-body .highlight pre {
- background-color: rgb(52, 52, 52) !important;
- border-color: rgb(52, 52, 52) !important;
+ background-color: rgb(39, 48, 52) !important;
+ border-color: rgb(39, 48, 52) !important;
}
.markdown-body table tr {
- background-color: rgb(37, 37, 37) !important;
+ background-color: rgb(27, 34, 37) !important;
}
.markdown-body table tr:nth-child(2n) {
- background-color: rgb(43, 43, 43) !important;
+ background-color: rgb(32, 40, 43) !important;
}
/*** ReST ***/
@@ -205,8 +205,8 @@ div#summary h4 a.toc-backref, div#summary h5 a.toc-backref, div#summary h6 a.toc
color: rgb(230, 230, 230) !important;
}
-div#summary div.sidebar { background-color: rgb(52, 52, 52) !important }
-div#summary pre.code, div#summary code { background-color: rgb(52, 52, 52) !important }
+div#summary div.sidebar { background-color: rgb(39, 48, 52) !important }
+div#summary pre.code, div#summary code { background-color: rgb(39, 48, 52) !important }
div#summary pre.code .comment, div#summary code .comment { color: #888 !important }
div#summary pre.code .keyword, div#summary code .keyword { color: #080 !important }
div#summary pre.code .literal.string, div#summary code .literal.string {