Skip to content

Commit

Permalink
Added background image
Browse files Browse the repository at this point in the history
  • Loading branch information
DJKnaeckebrot committed Nov 4, 2023
1 parent 8c18514 commit 20592b9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/docs/icons/backgroundImage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Favicon

#### **[Parent: icons](/docs/icons/)**

A [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) which is the background image on the settings page of the guilds.

## Example Usage

```js
theme: SoftUI({
icons: {
backgroundImage: "https://www.imageshine.in/uploads/gallery/geometric-Blue-Wallpaper-Free-Download.jpg"
}
})
```

## Types

- [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
2 changes: 2 additions & 0 deletions src/docs/icons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ An [Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Gl
```js
theme: SoftUI({
icons: {
backgroundImage: "https://www.imageshine.in/uploads/gallery/geometric-Blue-Wallpaper-Free-Download.jpg",
favicon: "https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png",
noGuildIcon: "https://pnggrid.com/wp-content/uploads/2021/05/Discord-Logo-Circle-1024x1024.png",
sidebar: {
Expand All @@ -22,6 +23,7 @@ theme: SoftUI({

## Properties

- [backgroundImage](/docs/icons/backgroundImage)
- [favicon](/docs/icons/favicon)
- [noGuildIcon](/docs/icons/noGuildIcon)
- [sidebar](/docs/icons/sidebar/)
Expand Down

0 comments on commit 20592b9

Please sign in to comment.