Skip to content

Commit

Permalink
add TNTP Rebrand Color Recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
dpashouwer committed Oct 4, 2023
1 parent c059801 commit 0e39adf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions notes/TNTP Rebrand Color Recommendations.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Load packages - first pacman, installing if necessary, then others
if (!require("pacman")) install.packages("pacman"); library(pacman)
pacman::p_load(tidyverse, scales) # add more here as needed
pacman::p_load_current_gh("tntp/tntpr")

#
scales::show_col(c("#BC5A07", "#EA8835", "#FFB562", "#81D2EE", "#00A4c7", "#00355F"), ncol = 6)
scales::show_col(c("#BC5A07", "#EA8835", "#c1c2c4", "#00A4c7", "#00355F"), ncol = 5)
scales::show_col(c("#BC5A07", "#EA8835", "#00A4c7", "#00355F"), ncol = 4)

0 comments on commit 0e39adf

Please sign in to comment.