-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathREADME.Rmd
418 lines (202 loc) · 16.9 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
---
title: "RStudio themes"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## [calligross/ggthemeassist](https://github.com/calligross/ggthemeassist)
A RStudio addin for ggplot2 theme tweaking
<p align="center"><img src="https://github.com/calligross/ggthemeassist/raw/master/examples/ggThemeAssist2.gif" width='80%' /></p>
## [tkrabel/rstudio_atom_theme](https://github.com/tkrabel/rstudio_atom_theme)
Contains a CSS file that styles a selected RStudio editor theme the atom way
## [SWolf23/rstudio-darkTheme](https://github.com/SWolf23/rstudio-darkTheme)
This is a project to create a dark theme for rstudio
## [anthonynorth/rscodeio](https://github.com/anthonynorth/rscodeio)
An RStudio theme inspired by Visual Studio Code.
<p align="center"><img src="https://github.com/anthonynorth/rscodeio/raw/master/inst/media/rscodeio.png" width='80%' /></p>
## [batpigandme/night-owlish](https://github.com/batpigandme/night-owlish)
🌙🦉 A tmThemes, Ace editor, and RStudio adaptation of @sdras' Night Owl VS Code theme…
<p align="center"><img src="https://raw.githubusercontent.com/batpigandme/night-owlish/master/img/night-owlish-r-script.png" width='80%' /></p>
<p align="center"><img src="https://raw.githubusercontent.com/batpigandme/night-owlish/master/img/night-owlish-rmd-screenshot.png" width='80%' /></p>
<p align="center"><img src="https://i.imgur.com/KCW7dRa.png" width='80%' /></p>
## [jnolis/synthwave85](https://github.com/jnolis/synthwave85)
A 80s style theme for RStudio v1.2+
<p align="center"><img src="https://github.com/jnolis/synthwave85/raw/master/example.png" width='80%' /></p>
## [aaronbaggett/youngmetro](https://github.com/aaronbaggett/youngmetro)
R Markdown Beamer Theme Based on sthlm, HSRM, and Metropolis themes
<p align="center"><img src="http://aaronbaggett.com/images/from_template.png" width='80%' /></p>
## [livelaughriley/daRkStudio](https://github.com/livelaughriley/daRkStudio)
Darker RStudio Modern theme. S/O to reddit user u/LiesLies for the project name.
<p align="center"><img src="https://github.com/livelaughriley/daRkStudio/raw/master/images/dark-rstudio.png" width='80%' /></p>
## [gadenbuie/yule-rstudio](https://github.com/gadenbuie/yule-rstudio)
⛄️🎄🖥 A Holiday Theme for RStudio
<p align="center"><img src="https://github.com/gadenbuie/yule-rstudio/raw/master/images/mockup-rstudio.png" width='80%' /></p>
<p align="center"><img src="https://github.com/gadenbuie/yule-rstudio/raw/master/images/floating-rstudio.png" width='80%' /></p>
<p align="center"><img src="https://github.com/gadenbuie/yule-rstudio/raw/master/images/blinking-cursor.gif" width='80%' /></p>
## [illinois-r/uiucthemes](https://github.com/illinois-r/uiucthemes)
RMarkdown Templates for UIUC Theme-Oriented Documents (e.g. UIUC Beamer)
<p align="center"><img src="https://github.com/illinois-r/uiucthemes/raw/master/tools/readme/beamer_illinois_slide_example.png" width='80%' /></p>
<p align="center"><img src="https://github.com/illinois-r/uiucthemes/raw/master/tools/readme/uiucthemes.png" width='80%' /></p>
## [gadenbuie/rsthemes](https://github.com/gadenbuie/rsthemes)
🔮 Full RStudio IDE and Syntax Themes
<p align="center"><img src="https://raw.githubusercontent.com/gadenbuie/rsthemes/assets/rsthemes.gif" width='80%' /></p>
## [mkearney/driven-snow](https://github.com/mkearney/driven-snow)
❄️A light, bare-bones custom theme for Rstudio❄️
<p align="center"><img src="https://github.com/mkearney/driven-snow/raw/master/img/screen-shot.png" width='80%' /></p>
## [janusvm/nord-rstudio](https://github.com/janusvm/nord-rstudio)
RStudio theme based on the Nord colour palette
## [McKayMDavis/RStudio_Dark_Theme](https://github.com/McKayMDavis/RStudio_Dark_Theme)
This repo contains a dark theme for RStudio. File installation instructions can be found at https://support.rstudio.c…
## [brunaw/my-theme](https://github.com/brunaw/my-theme)
My current RStudio theme :)
<p align="center"><img src="https://github.com/brunaw/my-theme/raw/master/img/example.png" width='80%' /></p>
<p align="center"><img src="https://github.com/brunaw/my-theme/raw/master/img/example2.png" width='80%' /></p>
## [libjohn/blogdown-libjohn](https://github.com/libjohn/blogdown-libjohn)
Using hugo academic theme and blogdown to create a personal website for libjohn. Hosted on netlify.
## [gadenbuie/oceanic-eighties](https://github.com/gadenbuie/oceanic-eighties)
👨
🎤 Oceanic Eighties Theme for RStudio
<p align="center"><img src="https://github.com/gadenbuie/oceanic-eighties/raw/master/oceanic-eighties.png" width='80%' /></p>
## [wvictor14/rstudio_themes](https://github.com/wvictor14/rstudio_themes)
Collection of rstudio themes
<p align="center"><img src="https://github.com/wvictor14/rstudio_themes/raw/master/images/preview_49th_parallel.png" width='80%' /></p>
## [alletsee/rstudio-theme-collection](https://github.com/alletsee/rstudio-theme-collection)
A collection of themes for RStudio
<p align="center"><img src="https://github.com/alletsee/rstudio-theme-collection/raw/master/rstudio_install_themes.png" width='80%' /></p>
## [DesiQuintans/pebble-themes](https://github.com/DesiQuintans/pebble-themes)
'Pebble' is a family of themes for RStudio 1.2.x
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-safe.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-safe-deuteranopia.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-safe-protanopia.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-safe-tritanopia.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-dark.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/pebble-grey.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/limitation1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/pebble-themes/raw/master/images/limitation2.png" width='80%' /></p>
## [inaki/RstudioThemes](https://github.com/inaki/RstudioThemes)
Creating themes for Rstudio .html documents
## [eviolette/RStudioThemes](https://github.com/eviolette/RStudioThemes)
Repo for themes I made for RStudio
## [Wcarcamo/RStudioTheme](https://github.com/Wcarcamo/RStudioTheme)
Theme for Rstudio
## [DesiQuintans/Pebble-safe](https://github.com/DesiQuintans/Pebble-safe)
Light and dark RStudio 1.2.x themes with colourblind-safe colours.
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/_img/dark.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/_img/light.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/_img/pointsofview.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-1-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-2-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-3-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-4-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-5-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-6-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-7-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-8-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-9-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-11-1.png" width='80%' /></p>
<p align="center"><img src="https://github.com/DesiQuintans/Pebble-safe/raw/master/README_files/figure-gfm/unnamed-chunk-11-2.png" width='80%' /></p>
## [bweiher/rstudio_themes](https://github.com/bweiher/rstudio_themes)
Updated Sep 24, 2018
## [gu-stat/RStudio_Theme](https://github.com/gu-stat/RStudio_Theme)
Monokai Theme adapted for RStudio
## [serghiou/rstudio-themes](https://github.com/serghiou/rstudio-themes)
My RStudio themes
## [tbradley1013/rstudio-theme](https://github.com/tbradley1013/rstudio-theme)
This repo contains my custom rstudio theme
<p align="center"><img src="https://github.com/tbradley1013/rstudio-theme/raw/master/www/merbivore-custom.png" width='80%' /></p>
## [mikmart/themetoggle](https://github.com/mikmart/themetoggle)
Toggle Through Themes in RStudio
<p align="center"><img src="https://raw.githubusercontent.com/mikmart/themetoggle/master/inst/media/toggling-themes.gif" width='80%' /></p>
## [maxto/rstudio_theme_collection](https://github.com/maxto/rstudio_theme_collection)
Rstudio theme collection
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Nord.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Atom.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Yule.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Night-Owlish.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Wombat.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Grubber.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Oceanic-Eighties.png" width='80%' /></p>
<p align="center"><img src="https://github.com/maxto/rstudio_theme_collection/raw/master/Apprentice.png" width='80%' /></p>
## [davidgibsonp/ayu-rstudio](https://github.com/davidgibsonp/ayu-rstudio)
Ayu themes for Rstudio
## [liangzhenghua/Rstudio-IDE-ONKEI-Theme](https://github.com/liangzhenghua/Rstudio-IDE-ONKEI-Theme)
Updated May 14, 2018
## [michaelasher/CustomRStudioTheme](https://github.com/michaelasher/CustomRStudioTheme)
Custom R Studio Theme to Resemble VS Code
<p align="center"><img src="https://github.com/michaelasher/CustomRStudioTheme/raw/master/images/RStudioAsherAppearance.png" width='80%' /></p>
## [mitchelllisle/rstudio_atom_theme](https://github.com/mitchelllisle/rstudio_atom_theme)
A theme for Rstudio that looks like the default atom theme
<p align="center"><img src="https://user-images.githubusercontent.com/18128531/27059158-6c0ed8a6-5018-11e7-9b02-6e7f5c556ab0.png" width='80%' /></p>
## [braudm/rstudio_umi_theme](https://github.com/braudm/rstudio_umi_theme)
Updated Jul 19, 2019
<p align="center"><img src="https://github.com/braudm/rstudio_umi_theme/raw/master/umi-theme_example.PNG" width='80%' /></p>
## [mcoshima/Nord-RStudio-Theme](https://github.com/mcoshima/Nord-RStudio-Theme)
A customized version of the Nord RStudio theme.
<p align="center"><img src="https://github.com/mcoshima/Nord-RStudio-Theme/raw/master/markdown_ss.PNG" width='80%' /></p>
<p align="center"><img src="https://github.com/mcoshima/Nord-RStudio-Theme/raw/master/code_ss.PNG" width='80%' /></p>
## [takemal-studio/Zinogre-colour-theme](https://github.com/takemal-studio/Zinogre-colour-theme)
colour_theme for rstudio & vscode
<p align="center"><img src="https://github.com/takemal-studio/Zinogre/raw/master/Zinogre.png" width='80%' /></p>
<p align="center"><img src="https://github.com/takemal-studio/Zinogre/raw/master/sample_code.png" width='80%' /></p>
## [takemal-studio/EvangelionUnit01-colour-theme](https://github.com/takemal-studio/EvangelionUnit01-colour-theme)
colour_theme for rstudio & vscode
<p align="center"><img src="https://github.com/takemal-studio/EvangelionUnit01-colour-theme/raw/master/EvaUnit01.png" width='80%' /></p>
## [jannikbuhr/themeSwitch](https://github.com/jannikbuhr/themeSwitch)
Switch your RStudio theme at the press of a button
## [bweiher/theme_maker](https://github.com/bweiher/theme_maker)
RStudio addin to set and create themes
## [mikmart/rs-themes](https://github.com/mikmart/rs-themes)
A collection of themes for RStudio
## [alletsee/nord-rstudio](https://github.com/alletsee/nord-rstudio)
An arctic, north-bluish clean and elegant theme for RStudio.
<p align="center"><img src="https://github.com/alletsee/nord-rstudio/raw/master/img/nord-rstudio-full.png" width='80%' /></p>
## [otzslayer/an-old-hope-rstudio](https://github.com/otzslayer/an-old-hope-rstudio)
RStudio theme inspired by a galaxy far far away...
<p align="center"><img src="https://raw.githubusercontent.com/JesseLeite/an-old-hope-syntax-atom/master/palette.jpg" width='80%' /></p>
## [camkay/outRun](https://github.com/camkay/outRun)
An Outrun-inspired editor theme for RStudio.
<p align="center"><img src="https://github.com/camkay/outRun/raw/master/example/outrun_theme_example.png" width='80%' /></p>
## [daniel-wing/learntesting](https://github.com/daniel-wing/learntesting)
Testing Hugo Learn Theme for RStudio Server
## [FvD/rsApprentice](https://github.com/FvD/rsApprentice)
Aprentice theme for RStudio and Textmate
## [chiefbiiko/abaw](https://github.com/chiefbiiko/abaw)
all-black-and-white RStudio theme
<p align="center"><img src="https://github.com/chiefBiiko/abaw/raw/master/abaw.PNG" width='80%' /></p>
## [alapo/DarkTheme](https://github.com/alapo/DarkTheme)
My attempt to edit a Dark Theme in RStudio and make it work
## [js-oh/ayu-light-owl](https://github.com/js-oh/ayu-light-owl)
A light theme for RStudio adapted from Ayu Light and Light Owl themes
<p align="center"><img src="https://github.com/js-oh/ayu-light-owl/raw/master/images/ayu-light-owl-script-screenshot.png" width='80%' /></p>
<p align="center"><img src="https://github.com/js-oh/ayu-light-owl/raw/master/images/ayu-light-owl-notebook-screenshot.png" width='80%' /></p>
## [themechanicalbear/nhlthemes](https://github.com/themechanicalbear/nhlthemes)
RStudio addin to swtich to NHL colored themes
<p align="center"><img src="https://github.com/themechanicalbear/nhlthemes/raw/master/nhlthemes_demo.gif" width='80%' /></p>
## [nmoorenz/hugo-hyde-website](https://github.com/nmoorenz/hugo-hyde-website)
Personal website made with RStudio, Hugo, Hyde theme, and Netlify
## [RobertMyles/grubber](https://github.com/RobertMyles/grubber)
Grubber is a theme for Rstudio, in .rstheme format.
<p align="center"><img src="https://raw.githubusercontent.com/robertmyles/grubber/master/grubber.png" width='80%' /></p>
## [mdlincoln/darkly](https://github.com/mdlincoln/darkly)
Match the RStudio editor theme to the operating system appearance
<p align="center"><img src="https://github.com/mdlincoln/darkly/raw/master/man/figures/darkly.gif" width='80%' /></p>
## [mtgingrass/yet_another_blog](https://github.com/mtgingrass/yet_another_blog)
Another Blog Template using Xmin Hugo Theme and RStudio
## [vimalgoel/blog](https://github.com/vimalgoel/blog)
My blog.sandook.com site built using Academic theme & RStudio
## [AntoineSir/mon-site-web](https://github.com/AntoineSir/mon-site-web)
Projet RStudio de mon site web perso développé avec le package `blogdown` et les thèmes `Hugo`
## [shamindras/ss_radix_personal_blog](https://github.com/shamindras/ss_radix_personal_blog)
Shamindra Shrotriya's personal blog based on RStudio's radix theme
## [fortunewalla/hbxwww](https://github.com/fortunewalla/hbxwww)
Default website from `blogdown`, RStudio and Hugo package using Hugo-Xmin theme with modifications.
## [nodoambiental/portal-icon](https://github.com/nodoambiental/portal-icon)
Portal 2019 de Nodo Ambiental Hugo Theme Icon
## [beatrizmilz/beagithubio](https://github.com/beatrizmilz/beagithubio)
Backup dos arquivos que geram a pagina 'beatrizmilz.github.io' - Usando R, RStudio, Blogdown, Hugo, Academic Theme
## [Amalan-ConStat/My-Personal-Website](https://github.com/Amalan-ConStat/My-Personal-Website)
I am using the r package blogdown and hugo themes to develop my own website with the help of R and Rstudio.
## [seomago/academic-kickstart](https://github.com/seomago/academic-kickstart)
Academic makes it easy to create a beautiful website for free using Markdown, Jupyter, or RStudio. Customize anything…
<p align="center"><img src="https://raw.githubusercontent.com/gcushen/hugo-academic/master/academic.png" width='80%' /></p>