Skip to content

Commit

Permalink
Add background: GridMe
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jan 15, 2024
1 parent 9aee0f3 commit f22f1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ use SimonHamp\TheOg\BackgroundPlacement;
);
```

It also supports custom background images from local or remote sources. Details below, under **Themes**.
It also supports custom background images from local or remote sources.
See the [Custom Background Images](#custom-background-images) section below.

### Borders

Expand Down
Binary file added resources/images/gridme.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/Background.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum Background: string
{
case Bananas = 'bananas.webp';
case CloudyDay = 'cloudy-day.png';
case GridMe = 'gridme.webp';
case JustWaves = 'just-waves.webp';

public function load(): BackgroundInterface
Expand Down

0 comments on commit f22f1fe

Please sign in to comment.