Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 14, 2023
1 parent 3efe89a commit 29f4699
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[screenshot]: https://user-images.githubusercontent.com/29710355/227399665-9b0e8dd7-ba17-4d42-ba66-cc314c1ed418.png
[screenshot]: https://user-images.githubusercontent.com/29710355/231909312-bf3786dc-317a-40c4-909b-b5dc58093b15.png
[light]: https://user-images.githubusercontent.com/29710355/231909647-72871e7f-8763-4174-9c71-5f1bb7d401bc.png
[dark]: https://user-images.githubusercontent.com/29710355/231909520-b24c4301-2d90-4c6c-9e5d-ca9ce20e3ba6.png

# NineX Discord Theme
[![GitHub downloads](https://img.shields.io/github/downloads/saltssaumure/w9x-discord-theme/total?color=purple&label=GitHub%20downloads&style=flat-square)](https://github.com/Saltssaumure/w9x-discord-theme/releases/latest "Latest release")
![Total size](https://img.shields.io/github/repo-size/saltssaumure/w9x-discord-theme?style=flat-square "Total size")

***A Windows 95 style Discord theme.***
***A Windows 9x style Discord theme.***

![Screenshot of NineX Discord theme applied to Discord desktop client][screenshot]
| Light mode | Dark mode |
| ---------- | --------- |
| ![Screenshot of NineX light mode applied to Discord][light] | ![Screenshot of NineX dark mode applied to Discord][dark] |

## Installation

Expand All @@ -32,9 +36,11 @@
3. Customise the variable values. See table below for reference.
4. Save changes and enjoy.

| Description | Variable name | Valid values | Default value |
|-------------------|-------------------|----------------------------|---------------|
| Placeholder | `--placeholder` | Placeholder | placeholder |
| Description | Variable name | Valid values | Default value |
|-------------------|--------------------------|--------------------------------------------|---------------|
| Background image | `--w9x-background-image` | Any image link wrapped encased in `url()`. | `none` |
| Background colour | `--w9x-background-color` | Any CSS-recognised colour. | `#008080` |
| Start menu text | `--w9x-start-text` | Any quoted text. | `"Windows95"` |

## License
[GNU General Public License v3.0](https://github.com/Saltssaumure/w9x-discord-theme/blob/main/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "net.saltssaumure.dev.NineX",
"id": "net.saltssaumure.NineX",
"name": "NineX",
"description": "A Windows 9x style Discord theme.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.0.0",
"version": "1.1.0",
"updater": {
"type": "github",
"id": "Saltssaumure/w9x-discord-theme"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ninex-discord-theme",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Windows 9x style Discord theme.",
"repository": "https://github.com/Saltssaumure/w9x-discord-theme.git",
"author": "Saltssaumure <[email protected]>",
Expand Down

0 comments on commit 29f4699

Please sign in to comment.