summaryrefslogtreecommitdiffstats
path: root/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css98
1 files changed, 72 insertions, 26 deletions
diff --git a/dark.css b/dark.css
index 24cebf2..6e9e27b 100644
--- a/dark.css
+++ b/dark.css
@@ -5,14 +5,36 @@
***/
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(39, 48, 52);
+}
+
+div#cgit table.tabs {
+ border-bottom-color: rgb(39, 48, 52);
+}
+
+div#cgit table.tabs td a.active {
+ background-color: rgb(39, 48, 52);
+ color: rgb(230, 230, 230);
+}
+
+div#cgit div.content {
+ border-bottom-color: rgb(39, 48, 52);
+}
+
+div#cgit div.footer,
+div#cgit div.footer a {
+ color: #555;
+}
+
/*** Hyperlinks ***/
div#cgit table#header td.main a,
@@ -20,8 +42,11 @@ div#cgit table.list td a {
color: rgb(230, 230, 230);
}
-div#cgit table.list td .decoration a {
- color: rgb(37, 37, 37);
+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(27, 34, 37);
}
div#cgit a, div#cgit a:hover,
@@ -41,37 +66,41 @@ 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-days {
- color: #060;
-}
+div#cgit span.age-mins { color: #7f7; }
+div#cgit span.age-hours { color: #7f7; }
+div#cgit span.age-days { color: #9d9; }
+div#cgit span.age-weeks { color: #bbb; }
+div#cgit span.age-months { color: #888; }
+div#cgit span.age-years { color: #666; }
/*** Diffs ***/
-div#cgit table.diff td div.head {
+div#cgit table.diff td div.head,
+div#cgit table.ssdiff td.head div.head {
color: rgb(230, 230, 230);
}
@@ -80,23 +109,40 @@ 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(27, 34, 37);
+}
+
+div#cgit table.ssdiff td.foot {
+ border-color: rgb(39, 48, 52);
+}
+
+div#cgit table.ssdiff td.lineno {
+ 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 ***/
+div#cgit table.blob {
+ border-top-color: #eee;
+}
+
div#cgit table.blob td.lines,
div#cgit table.blob .kwa,
div#cgit table.blob .kwc,
@@ -111,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 ***/
@@ -140,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 ***/
@@ -159,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 {