This is a dark theme for cs50.harvard.edu.
This theme work among most websites under cs50.harvard.edu
I am visiting this website daily the white theme is hurting my eyes a lot
so I made this.
I made this for my own purpose and fun
I thought of sharing it with you guys
I will be updating the code this is the first version
CS50 Dark Mode (cs50.harvard.edu) by specksdude
Details
Authorspecksdude
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.2 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 CS50 Dark Mode (cs50.harvard.edu)
@version 20220516.13.10
@namespace userstyles.world/user/specksdude
@description This is a dark theme for cs50.harvard.edu.
This theme work among most websites under cs50.harvard.edu
I am visiting this website daily the white theme is hurting my eyes a lot
so I made this.
I made this for my own purpose and fun
I thought of sharing it with you guys
I will be updating the code this is the first version
@author specksdude
@license No License
==/UserStyle== */
@-moz-document domain("cs50.harvard.edu") {
* {
background-color: #1e1b1b;
color: #aeaeae;
}
a {
color: #fff;
}
a:hover {
color: #bfbfbf;
}
aside a {
color: #c6c6c6;
}
.border,
pre,
code.highlighter-rouge {
border: 1px solid #757575 !important;
}
code.highlighter-rouge {
background-color: #1e1b1b;
color: #aeaeae;
}
.highlight {
color: #aeaeae;
}
aside {
background-color: #1e1b1b;
}
.alert-success {
color: #575958;
background-color: #353434;
border-color: #badbcc;
}
.alert-success p {
background-color: #353434;
}
pre {
background-color: #201f1f;
color: #8c8c8c;
}
}