Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ export(scale_colour_dracula)
export(scale_fill_dracula)
export(theme_dracula)
importFrom(dplyr,pull)
importFrom(ggplot2,'%+replace%')
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(tibble,tribble)
2 changes: 2 additions & 0 deletions R/theme_dracula.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#'
#' @description Provides a minimal `ggplot2` theme with a Dracula-ish, dark backdrop.
#'
#' @importFrom ggplot2 '%+replace%' theme element_text element_rect element_line element_blank theme_minimal
#'
#' @examples
#' # Set the current `ggplot2` theme with `ggplot2::theme_set`:
#' library(ggplot2)
Expand Down
Loading