Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
ptesei committed Apr 7, 2024
1 parent 34c4d51 commit 212f396
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 245 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

![Dark Palette](https://github.com/mosne/mosne-dark-palette/blob/main/_wordpress-org/banner-1544x500.png)

## Description

Create and apply your dark palette in an a11y friendly way using the new Interactivity API.
Create and apply your dark palette in an accessibility-friendly manner using the new Interactivity API.

## Description
This plugin provides the following features:

Child of the block navigation menu, Mosne Dark Palette is gutenberg block that gives you :
* A dropdown switcher to choose the color mode you want with custom labels
* A color picker to remap you color palette
* A Gutenberg block for the navigation menu, serving as a dropdown switcher that enables you to select the desired color mode using custom labels.
* A color picker for seamlessly remapping your color palette.

### Key Features

* Dark palette block for the block navigation menu
* Use all your custom colors and custom labels
* Accessibility ready
* No cookies are used (GDPR friendly)
* Performance optimized, very lightweight
* Utilize all your custom colors and custom labels
* Accessibility-ready
* No cookies used (GDPR-friendly)
* Performance-optimized and lightweight
* No block library required
* Built almost entirely with native WordPress components
* Developer friendly, easy to customize
* Primarily built with native WordPress components
* Developer-friendly and easy to customize

### Stay Connected

Expand All @@ -34,24 +34,24 @@ Child of the block navigation menu, Mosne Dark Palette is gutenberg block that g
* Go to Plugins → Add New and search for "Dark Palette". Once found, click "Install".
* Download the Dark Palette from wordpress.org and make sure the folder is zipped. Then upload via Plugins → Add New → Upload.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Search for the block within the Block Editor (Gutenberg) and add the "Dark Palette Switcher" block in a block navigation menu.
3. Search for the "Dark Palette Switcher" block within the Block Editor (Gutenberg) and add it to a block navigation.

## Frequently Asked Questions

### How can i customize my css?
### How can I customize my CSS?

you can change the desired behviour using CSS in your theme or in the customizer.
You can change the desired behavior using CSS in your theme or in the customizer.
``` css
body[data-theme="dark"] {
/* your CSS here */
}
```
### Where can I add custom colors
You can go in the style editor (Apparence > Editor > Styles) and add color to your custom palette.
You can go in the style editor (Appearance > Editor > Styles) and add color to your custom palette.

### Where can I change the icons?

you can change the icons using CSS in your theme or in the customizer.
You can change the icons using CSS in your theme or in the customizer.
``` css
.wp-block-mosne-dark-palette.has-icon button.has-icon {
mask: url("[your svg path]") no-repeat;
Expand Down
Binary file modified _wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 0 additions & 48 deletions build/mosne-dark-palette/block.json

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/index.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/index.css

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/index.css.map

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/index.js

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/style-index.css

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/style-index.css.map

This file was deleted.

1 change: 0 additions & 1 deletion build/mosne-dark-palette/view.asset.php

This file was deleted.

Loading

0 comments on commit 212f396

Please sign in to comment.