Skip to content

Commit

Permalink
implement helian
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Jun 23, 2024
1 parent 69e92f7 commit 71fa1a2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gglgbtq (development version)

* Added `scale_color_lgbtq()` and `scale_fill_lgbtq()` for convenience.
* Implemented the following palettes: `acesthetic`, `analterous`, `asensual`, `ace_spectrum`, `aro_spectrum`, `androsexual`, `gynesexual`, `lunarian`, `solarian`, `stellarian`.
* Implemented the following palettes: `acesthetic`, `analterous`, `asensual`, `ace_spectrum`, `aro_spectrum`, `androsexual`, `gynesexual`, `helian`, `lunarian`, `solarian`, `stellarian`.

# gglgbtq 0.1.1

Expand Down
3 changes: 3 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ pride_data <- list(
colors = c("#7F7F7F", "#C4C4C4", "#FDADC8", "#FFFFFF")
),
# Galactian alignment system
helian = list(
colors = c("#FF7367", "#BC3028", "#FFF7B8", "#000000", "#B5B5B5")
),
lunarian = list(
colors = c("#C6A5D0", "#85618D", "#FFF7B8", "#000000", "#B5B5B5")
),
Expand Down
1 change: 1 addition & 0 deletions R/themes-extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ extract_theme <- function(palette) {
"demigirl" = theme_demigirl,
"bigender" = ,
"bisexual" = ,
"helian" = ,
"lunarian" = ,
"solarian" = ,
"stellarian" = theme_ggplot2,
Expand Down
1 change: 1 addition & 0 deletions man/palette_lgbtq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/theme_lgbtq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions vignettes/gallery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,11 @@ palette_lgbtq("stellarian")

A term for a non-binary person of neutral-aligned identity, unrelated to manhood and womanhood, however still perceived as gendered.

<!--
```{r helian}
palette_lgbtq("helian")
```

A non-binary person whose identity is male-aligned or otherwise connected to manhood. Different from "solarian" in that their identity does not need to be masculine-aligned.
-->

## Other genders

Expand Down

0 comments on commit 71fa1a2

Please sign in to comment.