Skip to content

Commit 5350a4b

Browse files
Merge pull request #16 from hananils/develop
Release version 1.4.1
2 parents 4f19d7a + 09dcb64 commit 5350a4b

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github export-ignore
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ composer require hananils/kirby-colors
2424

2525
This field is provided under the type `colors`:
2626

27-
- `alpha`: allows you to enable or disable the opacity widget, either `true` or `false`.
28-
- `contrast`: allows you to enable or disable the contrast widget that calculated the most readable contrast color, either `true` or `false` or an array of colors the plugin should choose from.
29-
- `default`: the color to be used as default, either in hex3, hex6, hex8, rgb, rgba, hsl or hsla.
27+
- `alpha`: allows you to enable or disable the opacity widget, either `true` or `false`.
28+
- `contrast`: allows you to enable or disable the contrast widget that calculated the most readable contrast color, either `true` or `false` or an array of colors the plugin should choose from.
29+
- `default`: the color to be used as default, either in hex3, hex6, hex8, rgb, rgba, hsl or hsla.
3030

3131
### Examples
3232

33-
![example 1](https://github.com/hananils/kirby-colors/blob/main/screenshots/kirby-color_example1.png)
33+
![example 1](./.github/screenshot-kirby-color-1.png)
3434

3535
```yml
3636
colors:
3737
type: colors
3838
label: Colors
3939
```
4040
41-
![example 2](https://github.com/hananils/kirby-colors/blob/main/screenshots/kirby-color_example2.png)
41+
![example 2](./.github/screenshot-kirby-color-2.png)
4242
4343
```yml
4444
colors:
@@ -47,7 +47,7 @@ colors:
4747
alpha: true
4848
```
4949
50-
![example 3](https://github.com/hananils/kirby-colors/blob/main/screenshots/kirby-color_example3.png)
50+
![example 3](./.github/screenshot-kirby-color-3.png)
5151
5252
```yml
5353
colors:
@@ -57,7 +57,7 @@ colors:
5757
contrast: true
5858
```
5959
60-
![example 4](https://github.com/hananils/kirby-colors/blob/main/screenshots/kirby-color_example4.png)
60+
![example 4](./.github/screenshot-kirby-color-4.png)
6161
6262
```yml
6363
colors:

0 commit comments

Comments
 (0)