All Projects → patrickshox → Mojave Dark Rstudio Theme

patrickshox / Mojave Dark Rstudio Theme

Licence: mit
A Total-IDE Dark RStudio Theme inspired by Apple's dark aestheticcc.

Projects that are alternatives of or similar to Mojave Dark Rstudio Theme

Darkstudio
darkstudio. A dark grey alternative to RStudio's default dark theme.
Stars: ✭ 75 (-62.12%)
Mutual labels:  dark-theme, rstudio
Rsthemes
🔮 Full RStudio IDE and Syntax Themes
Stars: ✭ 307 (+55.05%)
Mutual labels:  dark-theme, rstudio
Andromeda
🚀 Dark theme for vscode
Stars: ✭ 165 (-16.67%)
Mutual labels:  dark-theme
Flutter weather
An elegant, easy on the eyes weather app built with flutter
Stars: ✭ 193 (-2.53%)
Mutual labels:  dark-theme
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (-8.08%)
Mutual labels:  dark-theme
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-11.62%)
Mutual labels:  dark-theme
React Native Redux Zhihudaily
使用react-native、redux、codepush重构的知乎日报客户端
Stars: ✭ 190 (-4.04%)
Mutual labels:  dark-theme
Sendcode
Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.
Stars: ✭ 166 (-16.16%)
Mutual labels:  rstudio
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+0%)
Mutual labels:  rstudio
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-9.6%)
Mutual labels:  dark-theme
Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+1095.96%)
Mutual labels:  dark-theme
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+1018.18%)
Mutual labels:  dark-theme
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-11.11%)
Mutual labels:  dark-theme
Emacs
🧛🏻‍♂️ Dark theme for Emacs
Stars: ✭ 190 (-4.04%)
Mutual labels:  dark-theme
Notepad Plus Plus
🧛🏻‍♂️ Dark theme for Notepad++
Stars: ✭ 170 (-14.14%)
Mutual labels:  dark-theme
Rocketchat Dark Mode
An easy user-togglable dark mode for Rocket.Chat
Stars: ✭ 194 (-2.02%)
Mutual labels:  dark-theme
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+1604.55%)
Mutual labels:  dark-theme
Ue4minimal
My Minimal Dark Theme for Unreal Engine 4
Stars: ✭ 180 (-9.09%)
Mutual labels:  dark-theme
Darkmode.js
🌓 Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+1081.31%)
Mutual labels:  dark-theme
Wandroid
首款适配玩Android、掘金、简书、CSDN、公众号文章黑夜模式,无广告,支持离线阅读,代码图片显示,关注内容本身,阅读体验升级。
Stars: ✭ 199 (+0.51%)
Mutual labels:  dark-theme

⚠️ I'm currently looking for someone interested in maintaining this project. Email me at [email protected] if you're interested. ⚠️

Mojave Dark: An RStudio Theme for Apple Lovers

Dark styles across the entire IDE, not just the editor:

(Optional) Dynamic darkening of plots and markdown:

Plot (white to alpha) Markdown (invert colors)

An Xcode-inspired debugger:

Code coloring inspired by Xcode:

Mojave Dark Xcode

Installation

In RStudio Preferences > Appearance, set the theme to Modern or Sky. Currently, Mojave Dark doesn't work when the RStudio theme is set to Classic. Then, run the snippet in the RStudio console to install and apply Mojave Dark.

rstudioapi::addTheme("https://raw.githubusercontent.com/patrickshox/Mojave-Dark-RStudio-Theme/master/Mojave%20Dark.rstheme", apply=TRUE, force=TRUE)
rstudioapi::addTheme("https://raw.githubusercontent.com/patrickshox/Mojave-Dark-RStudio-Theme/master/Mojave%20Dark%20(Static).rstheme", apply=TRUE, force=TRUE)

The parameter force=TRUE will delete any other themes named "Mojave Dark" and the parameter globally=TRUE will install the theme for all users. This will also install a static version, "Mojave Dark (Static)", which does not dynamically darken plots and markdown.

Troubleshooting

  • Error in value[[3L]](cond): Unable to add the theme file "/var/folders/tj/w1l6l2hj11l4kpyhv4r2p6gh0000gn/T//RtmpZTjGp2/Mojave Dark.rstheme". The specified theme, "Mojave Dark", already exists in the target location. Please delete the existing theme and try again.

Go to the Folder (⌘ ⇧ G) ~/.R/rstudio/themes and delete the file "Mojave Dark.rstheme". Then retry installing Mojave Dark.

  • Error in loadNamespace(name) : there is no package called ‘rstudioapi’

Run install.packages("rstudioapi"). Then retry installing Mojave Dark.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].