mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
update readme and fix font for stylus (#20)
* Add files via upload * Update README.md * fix font for stylus * add commented pluto and joker accents * add commented pluto and joker accents * add commented pluto and joker accents * Update README.md
This commit is contained in:
@@ -10,20 +10,28 @@
|
||||
* BetterDiscord/BeautifulDiscord users can download [surCord.theme.css](https://raw.githubusercontent.com/SlippingGitty/surCord/main/surCord.theme.css) and either
|
||||
* Inject the CSS file with BeautifulDiscord
|
||||
* Place in the BetterDiscord themes folder
|
||||
* Powercord users:
|
||||
* Powercord users
|
||||
* Open a terminal in the themes folder and type `git clone https://github.com/SlippingGitty/surCord/`
|
||||
* Goosemod users
|
||||
* Coming Soon!
|
||||
* Coming Soon! (for now you can use topaz)
|
||||
* Stylus
|
||||
* Head [here](https://github.com/SlippingGitty/surCord/raw/main/surCord.user.css) to install.
|
||||
|
||||
### Extra info ℹ️
|
||||
|
||||
* You can very easily [change the accent and theme color](https://cdn.discordapp.com/attachments/816373850647953439/984177819204603924/unknown.png) for surCord by navigating to `/src/_themeing.scss` and [uncommenting >>>one<<<](https://github.com/SlippingGitty/surCord/blob/main/src/_accents.scss) of the accent colors and one of the background colors.
|
||||
* You can very easily [change the accent and theme color](https://cdn.discordapp.com/attachments/816373850647953439/984177819204603924/unknown.png) for surCord by navigating to `/src/_theming.scss` and [uncommenting **>>>one<<<**](https://github.com/SlippingGittys-Discord-Themes/surCord/blob/main/src/_theming.scss) of the accent colors and one of the background colors.
|
||||
|
||||
BD and Stylus can uncomment these in surCord.theme.css / surCord.user.css
|
||||
|
||||
* You can set surCord to use Apple's Emoji font by navigating to `/src/_modulals.scss` and uncommenting `@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);`
|
||||
* You can set surCord to use Apple's Emoji font by navigating to `/src/_modules.scss` and uncommenting `@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);`
|
||||
|
||||
* You can follow [this guide](https://github.com/SlippingGitty/surCord/issues/9) to set surCord's font to **San Fransisco Display Bold**.
|
||||
* You can uncomment `font-weight: bold;` in your respective font sections to use **San Fransisco Display Bold**.
|
||||
|
||||
( **BD**: surCord.theme.css, **Powercord**: `/src/_font.scss`, **Stylus**: surCord.user.css )
|
||||
|
||||
* Stylus users need to toggle "Patch CSP to allow style assets"
|
||||
|
||||

|
||||
|
||||
## Devs, Contributors, and other Creditors:
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -52,6 +52,12 @@
|
||||
/* Apple */
|
||||
//@use 'fixations/additions/accents/apple.css';
|
||||
|
||||
/* Pluto */
|
||||
//@use 'fixations/additions/accents/pluto.css';
|
||||
|
||||
/* Joker */
|
||||
//@use 'fixations/additions/accents/joker.css';
|
||||
|
||||
/*
|
||||
/$$$$$$$ /$$ /$$
|
||||
| $$__ $$ | $$ | $$
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/fuoco.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/dark.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/apple.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/pluto.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/joker.css'); */
|
||||
|
||||
/*
|
||||
----------Palettes---------
|
||||
|
||||
+3
-9
@@ -23,6 +23,8 @@
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/fuoco.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/dark.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/apple.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/pluto.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/joker.css'); */
|
||||
|
||||
/*
|
||||
----------Palettes---------
|
||||
@@ -51,15 +53,7 @@
|
||||
> Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/
|
||||
*/
|
||||
|
||||
.platform-osx * {
|
||||
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
/* font-weight: bold; */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.platform-linux *,
|
||||
.platform-win * {
|
||||
* {
|
||||
font-family: "SF Pro Display", sans-serif !important;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
/* font-weight: bold; */
|
||||
|
||||
Reference in New Issue
Block a user