From a0e70c2ea49cbff3474163c4eaa305829492a7d7 Mon Sep 17 00:00:00 2001 From: poslop Date: Tue, 2 Aug 2022 18:24:48 -0500 Subject: [PATCH] discord --- .../BetterDiscord/themes/PinkNord.theme.css | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 .config/BetterDiscord/themes/PinkNord.theme.css diff --git a/.config/BetterDiscord/themes/PinkNord.theme.css b/.config/BetterDiscord/themes/PinkNord.theme.css new file mode 100644 index 0000000..de55951 --- /dev/null +++ b/.config/BetterDiscord/themes/PinkNord.theme.css @@ -0,0 +1,88 @@ +/** +* @name PinkNord +* @version Auto Update +* @description Generated by Spectra's Theme editor - Based on the ClearVision theme +* @author untuned +* @invite dHaSxn3 +* @Source https://github.com/ClearVision/ClearVision-v6 +* @website https://betterdiscord.app/theme/ClearVision +*/ +@import url("https://clearvision.gitlab.io/v6/main.css"); +@import url('https://fonts.googleapis.com/css2?family=Consolas'); +@import url('https://fonts.googleapis.com/css2?family=Whitney'); +:root { +--main-color: #fe9bce; +--hover-color: #9bb6ff; +--success-color: #9bb6ff; +--danger-color: #e97979; +--url-color: #c2e8ff; +--online-color: #43b581; +--idle-color: #faa61a; +--dnd-color: #982929; +--streamig-color: #593695; +--offline-color: #808080; +--main-font: 'Whitney'; +--code-font: 'Consolas'; +--text-normal: #B1D4E9FF; +--text-muted: #5b627b; +--channels-width: 220px; +--members-width: 240px; +--background-shading: 0%; +--background-overlay: #25283FFF; +--background-image: url('https://clearvision.gitlab.io/images/sapphire.jpg'); +--background-size: cover; +--background-position: center; +--background-repeat: no-repeat; +--background-attachment: fixed; +--background-brightness: 100%; +--background-constrast: 100%; +--background-saturation: 100%; +--background-invert: 0%; +--background-grayscale: 0%; +--background-sepia: 0%; +--background-blur: 0px; +--home-icon: url('https://clearvision.gitlab.io/icons/discord.svg'); +--home-position: center; +--home-size: 40px; +--background-overlay: #25283FFF; +--backdrop-image: url('https://clearvision.gitlab.io/images/sapphire.jpg'); +--backdrop-image: center; +--backdrop-size: cover; +--backdrop-repeat: repeat; +--backdrop-attachment: fixed; +--backdrop-brightness: 100%; +--backdrop-constrast: 100%; +--backdrop-saturation: 100%; +--backdrop-invert: 0%; +--backdrop-grayscale: 0%; +--backdrop-sepia: 0%; +--backdrop-blur: 0px; +--user-popout-image: url('https://clearvision.gitlab.io/images/sapphire.jpg'); +--user-popout-image: center; +--user-popout-size: cover; +--user-popout-repeat: repeat; +--user-popout-attachment: fixed; +--user-popout-brightness: 100%; +--user-popout-constrast: 100%; +--user-popout-saturation: 100%; +--user-popout-invert: 0%; +--user-popout-grayscale: 0%; +--user-popout-sepia: 0%; +--user-popout-blur: 0px; +--user-popout-overlay: #25283FFF; +--user-modal-image: url('https://clearvision.gitlab.io/images/sapphire.jpg'); +--user-modal-image: center; +--user-modal-size: cover; +--user-modal-repeat: repeat; +--user-modal-attachment: fixed; +--user-modal-brightness: 100%; +--user-modal-constrast: 100%; +--user-modal-saturation: 100%; +--user-modal-invert: 0%; +--user-modal-grayscale: 0%; +--user-modal-sepia: 0%; +--user-modal-blur: 0px; +--bd-blue: #9bb6ff; +--bd-blue-hover: #9bb6ff; +--bd-blue-active: #fe9bce; +} \ No newline at end of file