Skip to content

Commit

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

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

# gglgbtq 0.2.0

* Added `scale_color_lgbtq()` and `scale_fill_lgbtq()` for convenience.
Expand Down
6 changes: 6 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ pride_data <- list(
abrosexual = list(
colors = c("#37CBBD", "#95E9B1", "#FFFFFF", "#FEA396", "#F35777")
),
omnisexual = list(
colors = c("#FFABD7", "#FF55BE", "#240045", "#675FFE", "#8DA5FE")
),
omniromantic = list(
colors = c("#FFABD7", "#FF55BE", "#003B4B", "#5BD9BA", "#91FFC5")
),
lesbian_7 = list(
colors = c("#A60061", "#B95594", "#D162A8", "#FFFFFF", "#E5ADD1", "#C64D53", "#8C1801")
),
Expand Down
2 changes: 2 additions & 0 deletions man/palette_lgbtq.Rd

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

2 changes: 2 additions & 0 deletions man/theme_lgbtq.Rd

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

12 changes: 12 additions & 0 deletions vignettes/gallery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ palette_lgbtq("abrosexual")

Abrosexuality is defined by the fluctuations of one's sexual orientation, whether constant or occasional. It doesn't specify where on the sexuality spectrum these fluctuations occur.

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

Omnisexuality describes attraction towards all genders; however, the attraction doesn't need to be equal altogether, this term allows having preferences.

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

A romantic attraction counterpart of the omnisexuality.

```{r lesbian_7}
palette_lgbtq("lesbian_7")
```
Expand Down

0 comments on commit 7d92775

Please sign in to comment.