Skip to content

Commit 91abcdf

Browse files
author
Rayce Rossum
committed
Add rstudio theme
1 parent 2b44b3b commit 91abcdf

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

docs/final_presentation/final_presentation.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date: "`r Sys.Date()`"
66
output:
77
xaringan::moon_reader:
88
lib_dir: libs
9+
css: xaringan-themer.css
910
nature:
1011
highlightStyle: github
1112
highlightLines: true
@@ -15,6 +16,7 @@ output:
1516
```{r setup, include=FALSE}
1617
options(htmltools.dir.version = FALSE)
1718
library(xaringanthemer)
19+
mono_accent(base_color = "#75aadb")
1820
```
1921

2022
class: inverse, center, middle

docs/final_presentation/final_presentation.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="author" content="Juno Chen, Ian Flores, Rayce Rossum, Richie Zitomer Dr. Tiffany Timbers" />
77
<meta name="date" content="2019-06-17" />
8-
<link href="libs/remark-css/default.css" rel="stylesheet" />
9-
<link href="libs/remark-css/default-fonts.css" rel="stylesheet" />
8+
<link rel="stylesheet" href="xaringan-themer.css" type="text/css" />
109
</head>
1110
<body>
1211
<textarea id="source">

docs/final_presentation/xaringan-themer.css

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
body {
2525
font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
2626
font-weight: normal;
27-
color: #151413;
27+
color: #272822;
2828
}
2929
h1, h2, h3 {
3030
font-family: 'Yanone Kaffeesatz';
3131
font-weight: normal;
32-
color: #49475B;
32+
color: #75aadb;
3333
}
3434
.remark-slide-content {
35-
background-color: #D8CEC5;
35+
background-color: #FFFFFF;
3636
font-size: 20px;
3737

3838

@@ -56,18 +56,18 @@ h1, h2, h3 {
5656
}
5757
.remark-inline-code {
5858
font-size: 1em;
59-
color: #49475B;
59+
color: #75aadb;
6060

6161

6262
}
6363
.remark-slide-number {
64-
color: #151413;
64+
color: #75aadb;
6565
opacity: 1;
6666
font-size: 0.9em;
6767
}
68-
strong{color:#49475B;}
68+
strong{color:#75aadb;}
6969
a, a > code {
70-
color: #49475B;
70+
color: #75aadb;
7171
text-decoration: none;
7272
}
7373
.footnote {
@@ -81,18 +81,18 @@ a, a > code {
8181
background-color: rgba(255,255,0,0.5);
8282
}
8383
.inverse {
84-
background-color: #49475B;
85-
color: #D8CEC5;
84+
background-color: #75aadb;
85+
color: #FFFFFF;
8686

8787
}
8888
.inverse h1, .inverse h2, .inverse h3 {
89-
color: #D8CEC5;
89+
color: #FFFFFF;
9090
}
9191
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
92-
color: #49475B;
92+
color: #FFFFFF;
9393
}
9494
.title-slide {
95-
background-color: #D8CEC5;
95+
background-color: #75aadb;
9696

9797

9898

@@ -107,10 +107,10 @@ a, a > code {
107107
float: left;
108108
}
109109
.left-column h2, .left-column h3 {
110-
color: #49475B99;
110+
color: #75aadb99;
111111
}
112112
.left-column h2:last-of-type, .left-column h3:last-child {
113-
color: #49475B;
113+
color: #75aadb;
114114
}
115115
.right-column {
116116
width: 75%;
@@ -132,7 +132,7 @@ img, video, iframe {
132132
max-width: 100%;
133133
}
134134
blockquote {
135-
border-left: solid 5px #49475B80;
135+
border-left: solid 5px #75aadb80;
136136
padding-left: 1em;
137137
}
138138
.remark-slide table {
@@ -142,25 +142,25 @@ blockquote {
142142
}
143143
.remark-slide table thead th { border-bottom: 1px solid #ddd; }
144144
th, td { padding: 5px; }
145-
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #E3DCD6 }
145+
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #D5E5F4 }
146146
table.dataTable tbody {
147-
background-color: #D8CEC5;
148-
color: #151413;
147+
background-color: #FFFFFF;
148+
color: #272822;
149149
}
150150
table.dataTable.display tbody tr.odd {
151-
background-color: #D8CEC5;
151+
background-color: #FFFFFF;
152152
}
153153
table.dataTable.display tbody tr.even {
154-
background-color: #E3DCD6;
154+
background-color: #D5E5F4;
155155
}
156156
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
157157
background-color: rgba(255, 255, 255, 0.5);
158158
}
159159
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
160-
color: #151413;
160+
color: #272822;
161161
}
162162
.dataTables_wrapper .dataTables_paginate .paginate_button {
163-
color: #151413 !important;
163+
color: #272822 !important;
164164
}
165165

166166
@page { margin: 0; }

0 commit comments

Comments
 (0)