Compare commits

...

3 Commits

6 changed files with 31 additions and 9 deletions

View File

@ -4,3 +4,15 @@ A plugin to add more pride flags to your Nextcloud!
The app supports setting pride-flags for various UI elements of your The app supports setting pride-flags for various UI elements of your
Nextcloud per-user, in the user settings section. Nextcloud per-user, in the user settings section.
![Nextcloud showing various elements in pan, trans, lesbian and rainbow pride flags](img/pride_flag_variants.png)
## Currently supported pride flags
- 'rainbow' pride flag
- trans pride flag
- pansexual pride flag
- non-binary pride flag
- bisexual pride flag
- asexual pride flag
- lesbian pride flag

View File

@ -13,14 +13,20 @@ Currently supported "targets":
Currently supported pride flags: Currently supported pride flags:
- Original 6 color rainbow pride flag - Original 6 color rainbow pride flag
- Trans pride flag - Trans pride flag
- Pansexual pride flag
- Non-binary pride flag
- Bisexual pride flag
- Asexual pride flag
- Lesbian pride flag
more flags to follow soon!</description> more flags to follow soon!</description>
<version>0.1.0</version> <version>1.0.0</version>
<licence>gpl3</licence> <licence>gpl3</licence>
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author> <author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author>
<namespace>PrideFlags</namespace> <namespace>PrideFlags</namespace>
<category>customization</category> <category>customization</category>
<bugs>https://github.com/finally-coffee/nextcloud-pride-flags/issues</bugs> <bugs>https://github.com/finally-coffee/nextcloud-pride-flags/issues</bugs>
<screenshot>https://raw.githubusercontent.com/finally-coffee/nextcloud-pride-flags/main/img/pride_flag_variants.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="26" max-version="29"/> <nextcloud min-version="26" max-version="29"/>
</dependencies> </dependencies>

View File

@ -9,6 +9,11 @@ Currently supported "targets":
Currently supported pride flags: Currently supported pride flags:
- Original 6 color rainbow pride flag - Original 6 color rainbow pride flag
- Trans pride flag - Trans pride flag
- Pansexual pride flag
- Non-binary pride flag
- Bisexual pride flag
- Asexual pride flag
- Lesbian pride flag
more flags to follow soon!", more flags to follow soon!",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",

View File

@ -14,11 +14,10 @@
fill: var(--image-background-pride-button-gradient); fill: var(--image-background-pride-button-gradient);
} }
/* #app-navigation ul > li.active .material-design-icon__svg,
body { .button-vue--vue-primary .material-design-icon__svg,
--image-background-pride-button: var(--image-background-pride-trans); .preview-card__header .material-design-icon__svg,
--image-background-pride-folder: var(--image-background-pride-pride); .profile__primary-action-button .material-design-icon__svg,
--image-background-pride-button-gradient: var(--image-background-pride-gradient-pride); .app-navigation-entry.active .material-design-icon__svg {
--image-background-pride-folder-gradient: var(--image-background-pride-gradient-trans); fill: var(--color-primary-element-text);
} }
*/

BIN
img/pride_flag_variants.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -1,6 +1,6 @@
{ {
"name": "pride_flags", "name": "pride_flags",
"version": "0.1.0", "version": "1.0.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"engines": { "engines": {
"node": "^20.0.0", "node": "^20.0.0",