commit c8a2155e409cbec96ffcf69c7f6d7bbd14f3b6cb Author: DanyHolder Date: Wed Jan 8 14:28:49 2025 +0000 RaveTheme by DanyHolder v1.1 diff --git a/RaveTheme_By_DanyHolder.css b/RaveTheme_By_DanyHolder.css new file mode 100644 index 0000000..aca2c7f --- /dev/null +++ b/RaveTheme_By_DanyHolder.css @@ -0,0 +1,46 @@ +@import url('https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css'); + +:root { + --app-bg: url('https://i.imgur.com/MAM6ffl.jpg'); + --app-blur: 2px; + --app-margin: 3px; + --app-radius: 12px; + --accent-hue: 186; + --accent-saturation: 44%; + --accent-lightness: 53%; + --accent-opacity: 1; + --sidebar-color: rgb(0,0,0,0.4); + --main-content-color: rgb(0,0,0,0.11); + --undefined: 0; + --interactive-normal: #959595; + --interactive-hover: #FFFFFF; + --interactive-active: #FFFFFF; + --interactive-muted: #656565; + --undefined: 0; + --background-modifier-hover: rgb(0,0,0,0.39); + --background-modifier-selected: rgb(0,179,255,0.16); + --message-color: rgba(0,0,0,0.4); + --message-radius: 8px; + --message-padding-top: 8px; + --message-padding-side: 8px; + --undefined: 0; + --reply-hue: 226; + --reply-saturation: 77%; + --reply-lightness: 61%; + --reply-opacity: 1; + --textarea-color: 0,141,178; + --textarea-alpha: 0.1; + --textarea-alpha-focus: 0.15; + --textarea-radius: 22px; + --card-color: rgb(0,30,39,0.23); + --card-color-hover: rgb(0,0,0,0.5); + --card-color-select: rgb(0,0,0,0.31); + --button-height: 32px; + --button-padding: 0 16px; + --button-radius: 16px; +} + +/* Any custom CSS below here */ + + +