vencord themeing

main
The_miro 2025-04-10 17:19:15 +02:00
parent 336777219b
commit 73a925dd62
11 changed files with 98 additions and 96 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
// Vencord d753478 // Vencord 77bed92
// Standalone: true // Standalone: true
// Platform: Universal // Platform: Universal
// Updater Disabled: false // Updater Disabled: false

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"autoUpdate": true, "autoUpdate": true,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": false, "useQuickCss": true,
"themeLinks": [], "themeLinks": [],
"eagerPatches": false, "eagerPatches": false,
"enabledThemes": [ "enabledThemes": [
@ -71,14 +71,15 @@
"enabled": false "enabled": false
}, },
"BetterFolders": { "BetterFolders": {
"enabled": true, "enabled": false,
"sidebar": true, "sidebar": true,
"showFolderIcon": 1, "showFolderIcon": 1,
"keepIcons": false, "keepIcons": false,
"closeAllHomeButton": false, "closeAllHomeButton": false,
"closeAllFolders": false, "closeAllFolders": false,
"forceOpen": false, "forceOpen": false,
"sidebarAnim": true "sidebarAnim": true,
"closeOthers": false
}, },
"BetterGifAltText": { "BetterGifAltText": {
"enabled": true "enabled": true
@ -625,6 +626,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1744291545535 "settingsSyncVersion": 1744297698194
} }
} }

View File

@ -10,7 +10,6 @@
* @authorLink https://www.refact0r.dev * @authorLink https://www.refact0r.dev
*/ */
/* import theme modules */
@import url('https://refact0r.github.io/system24/src/main.css'); /* main theme css. DO NOT REMOVE */ @import url('https://refact0r.github.io/system24/src/main.css'); /* main theme css. DO NOT REMOVE */
@import url('https://refact0r.github.io/system24/src/unrounding.css'); /* gets rid of all rounded corners. remove if you want rounded corners. */ @import url('https://refact0r.github.io/system24/src/unrounding.css'); /* gets rid of all rounded corners. remove if you want rounded corners. */
@ -21,8 +20,8 @@
font-weight: 400; /* UI font weight. */ font-weight: 400; /* UI font weight. */
--label-font-weight: 400; /* font weight for panel labels. */ --label-font-weight: 400; /* font weight for panel labels. */
--corner-text: 'system24'; /* custom text to display in the corner. only works on windows. */ --corner-text: 'system24'; /* custom text to display in the corner. only works on windows. */
--pad: 18px; /* padding between panels. */ --pad: 20px; /* padding between panels. */
--txt-pad: 10px; /* padding inside panels to prevent labels from clipping */ --txt-pad: 5px; /* padding inside panels to prevent labels from clipping */
--panel-roundness: 0px; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */ --panel-roundness: 0px; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */
/* background colors */ /* background colors */
@ -50,7 +49,7 @@
--acc-2: #5018dd; /* color of accent buttons when clicked. */ --acc-2: #5018dd; /* color of accent buttons when clicked. */
/* borders */ /* borders */
--border-width: 1px; /* panel border thickness. */ --border-width: 2px; /* panel border thickness. */
--border-color: #5018dd; /* panel border color. */ --border-color: #5018dd; /* panel border color. */
--border-hover-color: #E40046; /* panel border color when hovered. */ --border-hover-color: #E40046; /* panel border color when hovered. */
--border-transition: 0.2s ease; /* panel border transition. */ --border-transition: 0.2s ease; /* panel border transition. */
@ -82,3 +81,6 @@
--green-1: hsl(141, 73%, 42%); --green-1: hsl(141, 73%, 42%);
--green-2: hsl(141, 73%, 36%); --green-2: hsl(141, 73%, 36%);
} }
/* .container_c48ade{
background-color: transparent;
} */

View File

@ -9,7 +9,7 @@
--corner-text: 'system24'; --corner-text: 'system24';
--pad: 16px; --pad: 20px;
--txt-pad: 10px; --txt-pad: 10px;
--panel-roundness: 0px; --panel-roundness: 0px;
@ -388,7 +388,7 @@
} }
.container__9293f::after { .container__9293f::after {
content: 'channel'; content: 'channel';
top: -11px; top: 11px;
} }
.messagesWrapper__36d07::after, .messagesWrapper__36d07::after,
.scroller_fb64c9::after { .scroller_fb64c9::after {