Download the latest RoundedDiscord.theme.css
file in
release or copy this
link to Theme
setting.
Download the latest RoundedDiscord.theme.css
file in
release or by
this link and move it into
Theme
file.
You can change border radius, font and other settings in the RoundedDiscord.theme.css
:
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/fonts/google-sans.css); /* Importing fonts from some cool guy */
:root {
--radius: 12px; /* Border radius */
--app-font: "Google Sans"; /* Changing main font */
}