Skip to content

Commit

Permalink
new bg theme (#1454)
Browse files Browse the repository at this point in the history
thanks to shadowarcanist in discord
  • Loading branch information
sawka authored Dec 10, 2024
1 parent 648fa4c commit 09128fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ tasks:
sources:
- "cmd/server/*.go"
- "pkg/**/*.go"
- "pkg/**/*.json"
generates:
- dist/bin/wavesrv.*

Expand Down
8 changes: 8 additions & 0 deletions pkg/wconfig/defaultconfig/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,13 @@
"bg": "linear-gradient(120deg,hsla(350, 65%, 57%, 1),hsla(30,60%,60%, .75), hsla(208,69%,50%,.15), hsl(230,60%,40%)),radial-gradient(at top right,hsla(300,60%,70%,0.3),transparent),radial-gradient(at top left,hsla(330,100%,70%,.20),transparent),radial-gradient(at top right,hsla(190,100%,40%,.20),transparent),radial-gradient(at bottom left,hsla(323,54%,50%,.5),transparent),radial-gradient(at bottom left,hsla(144,54%,50%,.25),transparent)",
"bg:blendmode": "overlay",
"bg:text": "rgb(200, 200, 200)"
},
"bg@cosmic-tide": {
"display:name": "Cosmic Tide",
"display:order": 3.6,
"bg:activebordercolor": "#ff55aa",
"bg:*": true,
"bg": "linear-gradient(135deg, #00d9d9, #ff55aa, #1e1e2f, #2f3b57, #ff99ff)",
"bg:opacity": 0.6
}
}

0 comments on commit 09128fe

Please sign in to comment.