Skip to content

Instantly share code, notes, and snippets.

@adamconroy
Last active September 12, 2018 17:49
Show Gist options
  • Save adamconroy/d9f123d82d45bf4f52708cc4499e12af to your computer and use it in GitHub Desktop.
Save adamconroy/d9f123d82d45bf4f52708cc4499e12af to your computer and use it in GitHub Desktop.
RStudio Community Site dark style/theme
body {
background-color: #1d1d1d;
color: #e2e2e2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
line-height: 1.5;
}
a {
color: #509eeb;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #509eeb;
}
a.hashtag {
color: #009ae2;
}
#banner {
background-color: #474747;
color: #ffffff;
}
.alert.alert-info {
background-color: #5f5f5f;
color: #ffffff;
}
.list-controls .combo-box .combo-box-header {
background-color: #5f5f5f;
color: #d9d9d9;
}
.list-controls .btn {
background-color: #5f5f5f;
color: #d9d9d9;
}
@keyframes background-fade-highlight {
from {
background-color: #cccccc
}
to {
background-color: #222
}
}
.search-container {
color: darkgrey;
}
.nav-pills>li>a {
color: #e2e2e2;
}
.d-header {
background-image: linear-gradient(black, #1d1d1d);
border-bottom: 1px solid darkgrey;
}
.extra-info-wrapper .topic-link {
color: #e2e2e2;
}
.topic-list .main-link a.title {
color: #e2e2e2;
}
.topic-map h3 {
color: #e2e2e2;
}
#topic-title h1 a {
color:#e2e2e2;
}
.topic-map {
background-color: #1d1d1d;
border-color: #343434;
}
.topic-map section {
border-top: 1px solid grey;
}
.topic-map .buttons .btn {
background: #343434;
border: 0px;
}
.fa::before {
color: #ffffff;
}
p>code {
background: green;
color: white;
}
.badge-notification.clicks {
color: black;
}
aside.quote .title{
background-color: #232323;
}
blockquote {
background-color: #232323;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment