Skip to content

Commit f76f11e

Browse files
authored
Merge pull request #26 from doki-theme/wallpapers
Themed Wallpapers
2 parents 4cba73c + 75a5f2a commit f76f11e

File tree

49 files changed

+425
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+425
-64
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
# 7.1.0 [Themed Wallpapers!]
4+
5+
- You now have the ability to `Toggle Wallpaper` in the settings to Show/Hide the wallpaper
6+
- The wallpaper's can be configured [please see documentation for more details](https://github.com/doki-theme/doki-theme-hyper#configuration)
7+
- Wallpapers are enabled by default.
8+
- ![Screenshot from 2021-01-24 09-53-07](https://user-images.githubusercontent.com/15972415/105635862-ee9f8080-5e2a-11eb-9f60-7b5f67335171.png)
9+
310
# 7.0.0 [Echidna, Yukino, Kurisu, Asuna, Umi, & Konata]
411

512
## 5 New Themes!

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,25 @@ Settings` option with various options:
3636
- **About Plugin**: Gives you the current version of the plugin.
3737
- **View Changelog**: Opens your default browser to the changelog of Doki-Theme for Hyper.js.
3838

39+
### Configuration
40+
41+
If you want to be able to configure the opacity of the wallpaper used by your current theme(s), please add this to your hyper config.
42+
43+
```js
44+
dokiSettings: {
45+
backgrounds: {
46+
dark: {
47+
opacity: 0.2 // default is 0.10
48+
},
49+
light: {
50+
opacity: 0.4 // default is 0.15
51+
}
52+
}
53+
}
54+
```
55+
56+
[You can find your hyper config here](https://hyper.is/#cfg)
57+
3958
## About!
4059

4160
This plugin is for serious Otaku programmers.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "420b0ed5-803c-4127-97e3-dae6aa1a5972",
3+
"backgrounds": {
4+
"default": {
5+
"anchor": "right"
6+
}
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "697e8564-0975-4907-a34c-51f65177ebf3",
3+
"backgrounds": {
4+
"default": {
5+
"anchor": "right"
6+
}
7+
}
8+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "b93ab4ea-ff96-4459-8fa2-0caae5bc7116",
3+
"backgrounds": {}
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "8e8773ee-4bbb-4812-b311-005f04f6bb20",
3+
"backgrounds": {}
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "62a4f26f-34b2-46f8-a10c-798e48c1ce9d",
3+
"backgrounds": {}
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "325c5d4d-5614-4c58-b296-18924f2f6928",
3+
"backgrounds": {}
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "3546f7be-b84f-4b8e-8cad-effa3f4603af",
3+
"backgrounds": {}
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": "355d711c-2fa6-4df2-9504-dd44d8f5e350",
3+
"backgrounds": {}
4+
}

0 commit comments

Comments
 (0)