Linux 软件免费装
Banner图

Mosne Dark Palette

开发者 mosne
更新时间 2024年6月25日 03:34
PHP版本: 7.4 及以上
WordPress版本: 6.5
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

block accessibility color dark palette

下载

0.1.3 0.1.4

详情介绍:

Mosne Dark Palette This plugin provides the following features:

安装:

  1. You have a couple of options:
  2. Go to Plugins → Add New and search for "Dark Palette". Once found, click "Install".
  3. Download the Dark Palette from wordpress.org and make sure the folder is zipped. Then upload via Plugins → Add New → Upload.
  4. Activate the plugin through the 'Plugins' screen on WordPress.
  5. Search for the "Dark Palette Switcher" block within the Block Editor (Gutenberg) and add it to a block navigation.

屏幕截图:

  • Setup options and labels
  • Edit the dark palette

常见问题:

How can I customize my CSS?

You can change the desired behavior using CSS in your theme or in the customizer: body[data-theme="dark"] { /* your CSS here */ }

Where can I add custom colors

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. .wp-block-mosne-dark-palette.has-icon button.has-icon { mask: url("[your svg path]") no-repeat; } .wp-block-mosne-dark-palette.has-icon button.has-icon--dark { mask: url("[your svg path]") no-repeat; } .wp-block-mosne-dark-palette.has-icon button.has-icon--light { mask: url("[your svg path]") no-repeat; }

更新日志:

0.1.4 - 2023-06-09 0.1.3 - 2023-06-09 0.1.2 - 2023-06-01 0.1.1 - 2023-05-30 0.1.0 - 2023-04-04