Skip to content

Instantly share code, notes, and snippets.

@amandeepjutla
amandeepjutla / tomorrow_night_1991.tmTheme
Last active July 8, 2025 02:04
tomorrow night 1991
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Tomorrow Night 1991</string>
<key>author</key>
<string>Amandeep Jutla, based on work by Chris Kempson (http://chriskempson.com)</string>
<key>semanticClass</key>
<string>theme.tomorrow-night-1991</string>
@amandeepjutla
amandeepjutla / dark_base16-tomorrow-night.rstheme
Last active April 26, 2020 19:29
RStudio theme: dark UI with base16 colors.
/* rs-theme-name: Dark UI Base16 Tomorrow Night */
/* rs-theme-is-dark: TRUE */
/* Dark UI from Randy3k's Wombat (https://github.com/randy3k/dotfiles/blob/master/.R/rstudio/themes/Wombat.rstheme) */
/* "Tomorrow night" color scheme adapted from chriskempson's Base16 (https://github.com/chriskempson/base16). */
.body {
background: #ffffff;
}