Skip to content

Instantly share code, notes, and snippets.

@qepard
Created October 17, 2023 19:44
Show Gist options
  • Save qepard/df7058fc787d3171fbdbc072ac7b8390 to your computer and use it in GitHub Desktop.
Save qepard/df7058fc787d3171fbdbc072ac7b8390 to your computer and use it in GitHub Desktop.
MY DISCORD THEME
@import url(https://gist.githubusercontent.com/qepard/3544f3659e5e84f403203edfe8aca661/raw/e11b447efae168448adfd87be77e9047389d2d02/gistfile1.txt);
root {
--app-background: url("https://przemec.github.io/Novum/assets/images/app.png"); /* main app background image [default: url("https://przemec.github.io/Novum/assets/images/app.png")] */
--main-color: #992727; /* main color (used mostly in buttons) [default: #992727] */
--main-color-selected: #aa2f2f; /* [default: #aa2f2f] */
--main-color-semitransparent: #d4393926; /* [default: #d4393926] */
--main-color-semitransparent-selected: #d336364d; /* [default: #d336364d] */
--accent-color: #fd9fa0; /* accent color (used in links, mentions etc.) [default: #fd9fa0] */
--accent-color-semitransparent: #fca7a918; /* [default: #fca7a918] */
--accent-saturated: #fd7a7c; /* [default: #fd7a7c] */
--accent-desaturated: #b47a7a; /* [default: #b47a7a] */
--button-text: #dddddd; /* [default: #dddddd] */
--button-text-selected: #ffffff; /* [default: #ffffff] */
--profile-background: url("https://przemec.github.io/Novum/assets/images/profile.png"); /* background of profile popout [default: url("https://przemec.github.io/Novum/assets/images/profile.png")] */
--profile-activity: #6d1515; /* color of activity field in profile left-click popout [default: #6d1515] */
--scroll-thumb-color: #a54b4b; /* color of scrollbars [default: #a54b4b] */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment