diff --git a/Steam.theme.css b/Steam.theme.css deleted file mode 100644 index 802e4e3..0000000 --- a/Steam.theme.css +++ /dev/null @@ -1,39 +0,0 @@ -/* stylelint-disable selector-class-pattern */ - -/** - * @name Steam - * @author maenDisease - * @version 1.0.0 - * @description Steam UI on Discord. - * @source https://github.com/maenDisease/Steam - * @invite BShu37e4jg - * @website https://maendisease.github.io/ - * @authorId 678469587444170762 -*/ - -@import url('https://maendisease.github.io/Steam/Steam.css'); - -:root { - --hue-shift: 0; - --content-width: 100%; - --message-width: 100%; - --server-size: 36px; - --custom-font: gg sans; - --custom-font-code: monospace; -} - -/* Any custom CSS below here */ - - -#app-mount .message__80c10 { - background: hsl(calc(var(--accent-hue) + 9), calc(var(--saturation-factor, 1) * 35.4%), 19.4%, 0.8); - border: 0; - box-shadow: 0 0 0; - margin: 0 16px; - margin-bottom: 1px; - max-width: var(--message-width); -} - -.header__39b23 { - opacity: 1; -} diff --git a/FrostedGlass.css b/Theme Modifications/FrostedGlass/FrostedGlass.theme.css similarity index 100% rename from FrostedGlass.css rename to Theme Modifications/FrostedGlass/FrostedGlass.theme.css diff --git a/Theme Modifications/FrostedGlass/LICENSE.md b/Theme Modifications/FrostedGlass/LICENSE.md new file mode 100644 index 0000000..6cf9a5b --- /dev/null +++ b/Theme Modifications/FrostedGlass/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 DiscordStyles + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.