theme_malco: Minimalistic themes

Description Usage Arguments

View source: R/themes.R

Description

Four minimalistic themes based on ggplot2::theme_minimal(). theme_malco() provides a minimal grid theme. theme_halco() draws only horizontal lines and theme_valco() only vertical lines. theme_alco() removes all axis and grid ink. theme_allgood() is theme_malco() on a light gray background with blue title text. These themes use the font IBM Plex Sans. You may want to use hrbrthemes::import_plex_sans() and extrafont::loadfonts() to get it to play nicely with PDFs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
theme_malco(font_size = 14, font_family = "IBM Plex Sans",
  line_size = 0.5, color = "grey90", text_color = "grey70")

theme_valco(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey90")

theme_halco(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey90")

theme_alco(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey90")

theme_barr(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey90")

theme_allgood(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey92", text_color = "grey65")

theme_saulgood(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey92", text_color = "grey65")

theme_graphy(font_size = 14, font_family = "", line_size = 0.5,
  color = "grey92", text_color = "grey65")

Arguments

font_size

font size

font_family

font family

line_size

grid line size

color

grid lines color

text_color

font color


malcolmbarrett/mbmisc documentation built on May 17, 2019, 8:16 a.m.