Skip to content

Commit

Permalink
add questioning palette
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Jul 5, 2024
1 parent 7d92775 commit c44687d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gglgbtq (development version)

* Implemented the following palettes: `omniromantic`, `omnisexual`.
* Implemented the following palettes: `omniromantic`, `omnisexual`, `questioning`.

# gglgbtq 0.2.0

Expand Down
3 changes: 3 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@ pride_data <- list(
# Uncategorized
queerhet = list(
colors = c("#4E8492", "#6CCB99", "#727D6E", "#DAC686", "#B86962")
),
questioning = list(
colors = c("#FF8636", "#F9E134", "#36E32D", "#2499F5")
)
)
1 change: 1 addition & 0 deletions R/themes-extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extract_theme <- function(palette) {
"pansexual" = ,
"philadelphia" = ,
"queerhet" = ,
"questioning" = ,
"rainbow" = theme_lgbtq_white,
"agender" = theme_agender,
"demiboy" = theme_demiboy,
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.

6 changes: 6 additions & 0 deletions vignettes/gallery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,9 @@ palette_lgbtq("queerhet")
```

Queerhets use this term to signalize that allocishets are not the only heterosexual people in the existence. There exist people who are both straight and queer -- by being either transgender or A-spec.

```{r questioning}
palette_lgbtq("questioning")
```

Questioning is a very important part of self-discovery. For people that don't know yet who they are and what labels (if any) they feel like using, these colors provide a flag they can, say, wave on a pride parade.

0 comments on commit c44687d

Please sign in to comment.