theme_tech: Tech themes for ggplot2

Description Usage Author(s) Examples

View source: R/theme_tech.R

Description

tech theme

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
theme_tech(theme = "airbnb", tech_key = list(airbnb = list(family_title =
  "Arial", family_text = "Arial", colour_title = "#F14000", colour_text =
  "#535353"), facebook = list(family_title = "Facebook Letter Faces",
  family_text = "Facebook Letter Faces", colour_title = "#3D579D", colour_text =
  "#535353"), google = list(family_title = "Product Sans", family_text =
  "Product Sans", colour_title = "#dd4b39", colour_text = "black"), etsy =
  list(family_title = "Arial", family_text = "Arial", colour_title = "#F14000",
  colour_text = "#535353"),      twitter = list(family_title = "PicoBlackAl",
  family_text = "[z] Arista Light", colour_title = "#5380E4", colour_text =
  "black"), X23andme = list(family_title = "Helvetica Neue Bold", family_text =
  "Helvetica", colour_title = "#7BC143", colour_text = "#DA1963")))

Author(s)

Ricardo Bion

Examples

1
theme_tech(theme="etsy")

ricardo-bion/ggtech documentation built on Aug. 9, 2019, 10:40 a.m.