gadenbuie / rsthemes

🔮 Full RStudio IDE and Syntax Themes
https://www.garrickadenbuie.com/project/rsthemes/
Other
578 stars 43 forks source link

Theme visual mode #83

Open gadenbuie opened 2 years ago

gadenbuie commented 2 years ago
.pm-proportional-font {
  font-family: "IBM Plex Serif", sans-serif !important;
  font-size: 12pt !important;
}

.pm-content p code.pm-code.pm-fixedwidth-font {
  background-color: inherit !important;
  padding: 0 2px;
  color: #005cc5;
}

.pm-link-text-color {
  color: #e36209 !important;
}

More than just fonts! Here's the whole prosemirror css base used by the IDE: https://github.com/rstudio/rstudio/blob/edd144e6c64f765f62716e57a31808597e92ab7e/src/gwt/panmirror/src/editor/src/editor/editor-theme.ts#L138-L345