Skip to content

Commit

Permalink
deploy: bbf77d6
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Oct 22, 2023
1 parent 909e7dc commit 14c93b5
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 2,013 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Packages
/.parcel-cache
/node_modules

# Build
/dist
/bundle
/dist
/src

# Social images
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Folders
/.github
/.parcel-cache
/bundle
/dist
/node_modules
Expand Down
27 changes: 16 additions & 11 deletions addon/xp-bg-image.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,26 @@
--xp-bg-addon-lumInternal: var(--xp-bg-addon-luminosity, 100%);
}

.theme-dark, .theme-light {
--background-primary: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.4));
--background-secondary: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.4));
--background-tertiary: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.4));
--channeltextarea-background: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.2));
--home-background: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.4));
--scrollbar-auto-track: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),var(--xp-bg-addon-opacity, 0.4));
--scrollbar-auto-thumb: hsla(0,0%,var(--xp-bg-addon-lumInternal, 0%),calc(var(--xp-bg-addon-opacity, 0.4)*2));
.theme-dark,
.theme-light {
--background-primary: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.4));
--background-secondary: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.4));
--background-tertiary: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.4));
--channeltextarea-background: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.2));
--home-background: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.4));
--scrollbar-auto-track: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), var(--xp-bg-addon-opacity, 0.4));
--scrollbar-auto-thumb: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), calc(var(--xp-bg-addon-opacity, 0.4) * 2));
}

.container-2cd8Mz,
.pageWrapper-2PwDoS,
.pageWrapper-eg3-6i,
.scroller-RfJjkV,
.applicationStore-2nk7Lo,
.standardSidebarView-E9Pc3j,
.chat-2ZfjoI {
.chat-9g_3Xj {
background: var(--xp-bg-addon-image, url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif)) center/cover;
}
}

.form-3qe0Ni::before {
display: none;
}
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Saltssaumure <[email protected]>",
"license": "GPL-3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
Expand All @@ -16,14 +17,9 @@
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"type": "module",
"dependencies": {
"@parcel/config-default": "^2.10.0",
"@parcel/core": "^2.10.0",
"@parcel/transformer-sass": "^2.10.0",
"@types/node": "^20.8.7",
"devDependencies": {
"prettier": "^3.0.3",
"replugged": "^4.6.5",
"replugged": "^4.7.4",
"salt-bd-scss": "^1.1.0"
}
}
Loading

0 comments on commit 14c93b5

Please sign in to comment.