added themes

This commit is contained in:
qorg11 2020-09-11 14:41:17 +02:00
parent 07449a0bf7
commit 4eb78ddff5
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# t. uncle ted
Do you think [Bob Page](https://en.wikipedia.org/wiki/Elon_Musk) won't
botnet his transhumanist shit? haha

View File

@ -11,6 +11,11 @@ These themes are in the public domain.
[SICP](https://kill-9.xyz/sicp.css)
[Yotsuba](https://kill-9.xyz/yotsuba.css)
[Yotsuba B](https://kill-9.xyz/yotsubab.css)
[Tomorrow](https://kill-9.xyz/tomorrow.css)
[Fauux](https://kill-9.xyz/fauux.css)

25
tomorrow.css Normal file
View File

@ -0,0 +1,25 @@
* { cursor: url(https://callcc.kill-9.xyz/cursor.png), auto; }
body { background-color: #1d1f21;}
.midHeader{ background-color: #282a2e!important; }
#side-bar { background-color: #1d1f21; }
#side-bar a { color: black; }
#side-bar a:hover {
color: white!important;
background-color: #428a42;
}
h1,h2,h3,h4,h5,h6, p, #footer a{
color:#c5c8c6!important;
}
.headerTitle a{color:#81a2be !important;}
#footer {background-color: #282a2e!important;}
#side-bar a{color:#81a2be !important;}
#main-copy a { color: #81a2be !important; }
li, ul, ol {
padding-left: 0.7em !important;
color: #81a2be !important;
}

16
yotsuba.css Normal file
View File

@ -0,0 +1,16 @@
body { background-color: #ffffee;}
.midHeader{ background-color: #f0e0d6!important; }
#side-bar { background-color: #ffffee; }
#side-bar a { color: black; }
#side-bar a:hover {
color: white!important;
background-color: #428a42;
}
h1,h2,h3,h4,h5,h6, p{
color:maroon!important;}
p {
color:maroon!important;
}
#footer {background-color: #f0e0d6!important;}
blockquote > p {color:#789922!important;}