diff --git a/.config/legcord/equicord-settings.json b/.config/legcord/equicord-settings.json index 5d5d1826..59868f42 100644 --- a/.config/legcord/equicord-settings.json +++ b/.config/legcord/equicord-settings.json @@ -1250,7 +1250,7 @@ "userCssVars": {}, "themeNames": {} }, - "quickCss": "/**\n * @name system24 (catppuccin macchiato)\n * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com).\n * @author refact0r\n * @version 2.0.0\n * @invite nz87hXyvcy\n * @website https://github.com/refact0r/system24\n * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css\n * @authorId 508863359777505290\n * @authorLink https://www.refact0r.dev\n*/\n\n/* import theme modules */\n@import url('https://refact0r.github.io/system24/build/system24.css');\n\nbody {\n /* font, change to '' for default discord font */\n --font: 'Maple Mono NF'; /* change to '' for default discord font */\n --code-font: 'Maple Mono NF'; /* change to '' for default discord font */\n font-weight: 400; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */\n\n /* sizes */\n --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */\n --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */\n --border-hover-transition: 0.2s ease; /* transition for borders when hovered */\n\n /* animation/transition options */\n --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */\n --list-item-transition: 0.2s ease; /* transition for list items */\n --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */\n\n /* top bar options */\n --top-bar-height: var(--gap); /* height of the top bar (discord default is 36px, old discord style is 24px, var(--gap) recommended if button position is set to titlebar) */\n --top-bar-button-position: titlebar; /* off: default position, hide: hide buttons completely, serverlist: move inbox button to server list, titlebar: move inbox button to channel titlebar (will hide title) */\n --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */\n --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */\n\n /* window controls */\n --custom-window-controls: off; /* off: default window controls, on: custom window controls */\n --window-control-size: 14px; /* size of custom window controls */\n\n /* dms button options */\n --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */\n --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */\n --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */\n --dms-icon-color-before: var(--icon-secondary); /* normal icon color */\n --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */\n --custom-dms-background: image; /* off to disable, image to use a background image (must set url variable below), color to use a custom color/gradient */\n --dms-background-image-url: url('https://raw.githubusercontent.com/catppuccin/catppuccin/refs/heads/main/assets/logos/exports/macchiato_square.png'); /* url of the background image */\n --dms-background-image-size: cover; /* size of the background image (css background-size property) */\n --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */\n\n /* background image options */\n --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */\n --background-image-url: url(''); /* url of the background image */\n\n /* transparency/blur options */\n /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */\n --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */\n --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */\n --panel-blur: off; /* off: no changes, on: blur the background of panels */\n --blur-amount: 12px; /* amount of blur */\n --bg-floating: var(--bg-3); /* set this to a more opaque color if floating panels look too transparent. only applies if panel blur is on */\n\n /* other options */\n --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */\n\n /* unrounding options */\n --unrounding: on; /* off: default, on: remove rounded corners from panels */\n\n /* styling options */\n --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */\n --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */\n --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */\n\n /* panel labels */\n --panel-labels: off; /* off: default, on: add labels to panels */\n --label-color: var(--text-muted); /* color of labels */\n --label-font-weight: 500; /* font weight of labels */\n}\n\n/* color options */\n:root {\n --colors: on; /* off: discord default colors, on: midnight custom colors */\n\n /* text colors */\n --text-0: var(--bg-4); /* text on colored elements */\n --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */\n --text-2: #cad3f5; /* headings and important text */\n --text-3: #b8c0e0; /* normal text */\n --text-4: #8087a2; /* icon buttons and channels */\n --text-5: #5b6078; /* muted channels/chats and timestamps */\n\n /* background and dark colors */\n --bg-1: #494d64; /* dark buttons when clicked */\n --bg-2: #363a4f; /* dark buttons */\n --bg-3: #1e2030; /* spacing, secondary elements */\n --bg-4: #24273a; /* main background color */\n --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */\n --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */\n --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */\n --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */\n\n /* accent colors */\n --accent-1: var(--purple-1); /* links and other accent text */\n --accent-2: var(--purple-2); /* small accent elements */\n --accent-3: var(--purple-3); /* accent buttons */\n --accent-4: var(--purple-4); /* accent buttons when hovered */\n --accent-5: var(--purple-5); /* accent buttons when clicked */\n --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */\n --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */\n --mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 95%) 40%, transparent); /* background of messages that mention you when hovered */\n --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */\n --reply-hover: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 95%) 40%, transparent); /* background of messages that reply to you when hovered */\n\n /* status indicator colors */\n --online: var(--green-2); /* change to #43a25a for default */\n --dnd: var(--red-2); /* change to #d83a42 for default */\n --idle: var(--yellow-2); /* change to #ca9654 for default */\n --streaming: var(--purple-2); /* change to #593695 for default */\n --offline: var(--text-4); /* change to #83838b for default offline color */\n\n /* border colors */\n --border-light: var(--hover); /* general light border color */\n --border: var(--active); /* general normal border color */\n --border-hover: var(--accent-2); /* border color of panels when hovered */\n --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */\n\n /* base colors */\n --red-1: hsl(351deg, 74%, 78%);\n --red-2: hsl(351deg, 74%, 73%);\n --red-3: hsl(351deg, 74%, 73%);\n --red-4: hsl(351deg, 74%, 68%);\n --red-5: hsl(351deg, 74%, 63%);\n\n --green-1: hsl(105deg, 48%, 77%);\n --green-2: hsl(105deg, 48%, 72%);\n --green-3: hsl(105deg, 48%, 72%);\n --green-4: hsl(105deg, 48%, 67%);\n --green-5: hsl(105deg, 48%, 62%);\n\n --blue-1: hsl(199deg, 66%, 74%);\n --blue-2: hsl(199deg, 66%, 69%);\n --blue-3: hsl(199deg, 66%, 69%);\n --blue-4: hsl(199deg, 66%, 64%);\n --blue-5: hsl(199deg, 66%, 59%);\n\n --yellow-1: hsl(40deg, 70%, 83%);\n --yellow-2: hsl(40deg, 70%, 78%);\n --yellow-3: hsl(40deg, 70%, 78%);\n --yellow-4: hsl(40deg, 70%, 73%);\n --yellow-5: hsl(40deg, 70%, 68%);\n\n --purple-1: hsl(267deg, 83%, 85%);\n --purple-2: hsl(267deg, 83%, 80%);\n --purple-3: hsl(267deg, 83%, 80%);\n --purple-4: hsl(267deg, 83%, 75%);\n --purple-5: hsl(267deg, 83%, 70%);\n}\n", + "quickCss": "/**\n * @name system24 (catppuccin macchiato)\n * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com).\n * @author refact0r\n * @version 2.0.0\n * @invite nz87hXyvcy\n * @website https://github.com/refact0r/system24\n * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css\n * @authorId 508863359777505290\n * @authorLink https://www.refact0r.dev\n*/\n\n/* import theme modules */\n@import url('https://refact0r.github.io/system24/build/system24.css');\n\nbody {\n /* font, change to '' for default discord font */\n --font: 'Maple Mono NF'; /* change to '' for default discord font */\n --code-font: 'Maple Mono NF'; /* change to '' for default discord font */\n font-weight: 400; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */\n\n /* sizes */\n --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */\n --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */\n --border-hover-transition: 0.2s ease; /* transition for borders when hovered */\n\n /* animation/transition options */\n --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */\n --list-item-transition: 0.2s ease; /* transition for list items */\n --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */\n\n /* top bar options */\n --top-bar-height: var(--gap); /* height of the top bar (discord default is 36px, old discord style is 24px, var(--gap) recommended if button position is set to titlebar) */\n --top-bar-button-position: titlebar; /* off: default position, hide: hide buttons completely, serverlist: move inbox button to server list, titlebar: move inbox button to channel titlebar (will hide title) */\n --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */\n --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */\n\n /* window controls */\n --custom-window-controls: off; /* off: default window controls, on: custom window controls */\n --window-control-size: 14px; /* size of custom window controls */\n\n /* dms button options */\n --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */\n --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */\n --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */\n --dms-icon-color-before: var(--icon-secondary); /* normal icon color */\n --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */\n --custom-dms-background: image; /* off to disable, image to use a background image (must set url variable below), color to use a custom color/gradient */\n --dms-background-image-url: url('https://raw.githubusercontent.com/catppuccin/catppuccin/refs/heads/main/assets/logos/exports/macchiato_square.png'); /* url of the background image */\n --dms-background-image-size: cover; /* size of the background image (css background-size property) */\n --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */\n\n /* background image options */\n --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */\n --background-image-url: url(''); /* url of the background image */\n\n /* transparency/blur options */\n /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */\n --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */\n --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */\n --panel-blur: off; /* off: no changes, on: blur the background of panels */\n --blur-amount: 12px; /* amount of blur */\n --bg-floating: var(--bg-3); /* set this to a more opaque color if floating panels look too transparent. only applies if panel blur is on */\n\n /* other options */\n --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */\n\n /* unrounding options */\n --unrounding: on; /* off: default, on: remove rounded corners from panels */\n\n /* styling options */\n --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */\n --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */\n --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */\n\n /* panel labels */\n --panel-labels: off; /* off: default, on: add labels to panels */\n --label-color: var(--text-muted); /* color of labels */\n --label-font-weight: 500; /* font weight of labels */\n}\n\n/* color options */\n:root {\n --colors: on; /* off: discord default colors, on: midnight custom colors */\n\n /* text colors */\n --text-0: var(--bg-4); /* text on colored elements */\n --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */\n --text-2: #cad3f5; /* headings and important text */\n --text-3: #b8c0e0; /* normal text */\n --text-4: #8087a2; /* icon buttons and channels */\n --text-5: #5b6078; /* muted channels/chats and timestamps */\n\n /* background and dark colors */\n --bg-1: #494d64; /* dark buttons when clicked */\n --bg-2: #363a4f; /* dark buttons */\n --bg-3: #1e2030; /* spacing, secondary elements */\n --bg-4: #24273a; /* main background color */\n --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */\n --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */\n --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */\n --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */\n\n /* accent colors */\n --accent-1: var(--lavender-1); /* links and other accent text */\n --accent-2: var(--lavender-2); /* small accent elements */\n --accent-3: var(--lavender-3); /* accent buttons */\n --accent-4: var(--lavender-4); /* accent buttons when hovered */\n --accent-5: var(--lavender-5); /* accent buttons when clicked */\n --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */\n --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */\n --mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 95%) 40%, transparent); /* background of messages that mention you when hovered */\n --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */\n --reply-hover: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 95%) 40%, transparent); /* background of messages that reply to you when hovered */\n\n /* status indicator colors */\n --online: var(--green-2); /* change to #43a25a for default */\n --dnd: var(--red-2); /* change to #d83a42 for default */\n --idle: var(--yellow-2); /* change to #ca9654 for default */\n --streaming: var(--lavender-2); /* change to #593695 for default */\n --offline: var(--text-4); /* change to #83838b for default offline color */\n\n /* border colors */\n --border-light: var(--hover); /* general light border color */\n --border: var(--active); /* general normal border color */\n --border-hover: var(--accent-2); /* border color of panels when hovered */\n --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */\n\n /* base colors */\n --red-1: hsl(351deg, 74%, 78%);\n --red-2: hsl(351deg, 74%, 73%);\n --red-3: hsl(351deg, 74%, 73%);\n --red-4: hsl(351deg, 74%, 68%);\n --red-5: hsl(351deg, 74%, 63%);\n\n --lavender-1: hsl(234deg, 82%, 85%);\n --lavender-2: hsl(234deg, 82%, 80%);\n --lavender-3: hsl(234deg, 82%, 80%);\n --lavender-4: hsl(234deg, 82%, 75%);\n --lavender-5: hsl(234deg, 82%, 70%);\n\n --green-1: hsl(105deg, 48%, 77%);\n --green-2: hsl(105deg, 48%, 72%);\n --green-3: hsl(105deg, 48%, 72%);\n --green-4: hsl(105deg, 48%, 67%);\n --green-5: hsl(105deg, 48%, 62%);\n\n --blue-1: hsl(199deg, 66%, 74%);\n --blue-2: hsl(199deg, 66%, 69%);\n --blue-3: hsl(199deg, 66%, 69%);\n --blue-4: hsl(199deg, 66%, 64%);\n --blue-5: hsl(199deg, 66%, 59%);\n\n --yellow-1: hsl(40deg, 70%, 83%);\n --yellow-2: hsl(40deg, 70%, 78%);\n --yellow-3: hsl(40deg, 70%, 78%);\n --yellow-4: hsl(40deg, 70%, 73%);\n --yellow-5: hsl(40deg, 70%, 68%);\n\n --purple-1: hsl(267deg, 83%, 85%);\n --purple-2: hsl(267deg, 83%, 80%);\n --purple-3: hsl(267deg, 83%, 80%);\n --purple-4: hsl(267deg, 83%, 75%);\n --purple-5: hsl(267deg, 83%, 70%);\n}\n", "dataStore": [ [ "CustomSounds_overrides", @@ -1401,7 +1401,7 @@ ], [ "VencordQuickCss", - "/**\n * @name system24 (catppuccin macchiato)\n * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com).\n * @author refact0r\n * @version 2.0.0\n * @invite nz87hXyvcy\n * @website https://github.com/refact0r/system24\n * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css\n * @authorId 508863359777505290\n * @authorLink https://www.refact0r.dev\n*/\n\n/* import theme modules */\n@import url('https://refact0r.github.io/system24/build/system24.css');\n\nbody {\n /* font, change to '' for default discord font */\n --font: 'Maple Mono NF'; /* change to '' for default discord font */\n --code-font: 'Maple Mono NF'; /* change to '' for default discord font */\n font-weight: 400; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */\n\n /* sizes */\n --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */\n --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */\n --border-hover-transition: 0.2s ease; /* transition for borders when hovered */\n\n /* animation/transition options */\n --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */\n --list-item-transition: 0.2s ease; /* transition for list items */\n --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */\n\n /* top bar options */\n --top-bar-height: var(--gap); /* height of the top bar (discord default is 36px, old discord style is 24px, var(--gap) recommended if button position is set to titlebar) */\n --top-bar-button-position: titlebar; /* off: default position, hide: hide buttons completely, serverlist: move inbox button to server list, titlebar: move inbox button to channel titlebar (will hide title) */\n --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */\n --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */\n\n /* window controls */\n --custom-window-controls: off; /* off: default window controls, on: custom window controls */\n --window-control-size: 14px; /* size of custom window controls */\n\n /* dms button options */\n --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */\n --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */\n --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */\n --dms-icon-color-before: var(--icon-secondary); /* normal icon color */\n --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */\n --custom-dms-background: image; /* off to disable, image to use a background image (must set url variable below), color to use a custom color/gradient */\n --dms-background-image-url: url('https://raw.githubusercontent.com/catppuccin/catppuccin/refs/heads/main/assets/logos/exports/macchiato_square.png'); /* url of the background image */\n --dms-background-image-size: cover; /* size of the background image (css background-size property) */\n --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */\n\n /* background image options */\n --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */\n --background-image-url: url(''); /* url of the background image */\n\n /* transparency/blur options */\n /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */\n --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */\n --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */\n --panel-blur: off; /* off: no changes, on: blur the background of panels */\n --blur-amount: 12px; /* amount of blur */\n --bg-floating: var(--bg-3); /* set this to a more opaque color if floating panels look too transparent. only applies if panel blur is on */\n\n /* other options */\n --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */\n\n /* unrounding options */\n --unrounding: on; /* off: default, on: remove rounded corners from panels */\n\n /* styling options */\n --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */\n --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */\n --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */\n\n /* panel labels */\n --panel-labels: off; /* off: default, on: add labels to panels */\n --label-color: var(--text-muted); /* color of labels */\n --label-font-weight: 500; /* font weight of labels */\n}\n\n/* color options */\n:root {\n --colors: on; /* off: discord default colors, on: midnight custom colors */\n\n /* text colors */\n --text-0: var(--bg-4); /* text on colored elements */\n --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */\n --text-2: #cad3f5; /* headings and important text */\n --text-3: #b8c0e0; /* normal text */\n --text-4: #8087a2; /* icon buttons and channels */\n --text-5: #5b6078; /* muted channels/chats and timestamps */\n\n /* background and dark colors */\n --bg-1: #494d64; /* dark buttons when clicked */\n --bg-2: #363a4f; /* dark buttons */\n --bg-3: #1e2030; /* spacing, secondary elements */\n --bg-4: #24273a; /* main background color */\n --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */\n --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */\n --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */\n --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */\n\n /* accent colors */\n --accent-1: var(--purple-1); /* links and other accent text */\n --accent-2: var(--purple-2); /* small accent elements */\n --accent-3: var(--purple-3); /* accent buttons */\n --accent-4: var(--purple-4); /* accent buttons when hovered */\n --accent-5: var(--purple-5); /* accent buttons when clicked */\n --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */\n --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */\n --mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 95%) 40%, transparent); /* background of messages that mention you when hovered */\n --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */\n --reply-hover: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 95%) 40%, transparent); /* background of messages that reply to you when hovered */\n\n /* status indicator colors */\n --online: var(--green-2); /* change to #43a25a for default */\n --dnd: var(--red-2); /* change to #d83a42 for default */\n --idle: var(--yellow-2); /* change to #ca9654 for default */\n --streaming: var(--purple-2); /* change to #593695 for default */\n --offline: var(--text-4); /* change to #83838b for default offline color */\n\n /* border colors */\n --border-light: var(--hover); /* general light border color */\n --border: var(--active); /* general normal border color */\n --border-hover: var(--accent-2); /* border color of panels when hovered */\n --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */\n\n /* base colors */\n --red-1: hsl(351deg, 74%, 78%);\n --red-2: hsl(351deg, 74%, 73%);\n --red-3: hsl(351deg, 74%, 73%);\n --red-4: hsl(351deg, 74%, 68%);\n --red-5: hsl(351deg, 74%, 63%);\n\n --green-1: hsl(105deg, 48%, 77%);\n --green-2: hsl(105deg, 48%, 72%);\n --green-3: hsl(105deg, 48%, 72%);\n --green-4: hsl(105deg, 48%, 67%);\n --green-5: hsl(105deg, 48%, 62%);\n\n --blue-1: hsl(199deg, 66%, 74%);\n --blue-2: hsl(199deg, 66%, 69%);\n --blue-3: hsl(199deg, 66%, 69%);\n --blue-4: hsl(199deg, 66%, 64%);\n --blue-5: hsl(199deg, 66%, 59%);\n\n --yellow-1: hsl(40deg, 70%, 83%);\n --yellow-2: hsl(40deg, 70%, 78%);\n --yellow-3: hsl(40deg, 70%, 78%);\n --yellow-4: hsl(40deg, 70%, 73%);\n --yellow-5: hsl(40deg, 70%, 68%);\n\n --purple-1: hsl(267deg, 83%, 85%);\n --purple-2: hsl(267deg, 83%, 80%);\n --purple-3: hsl(267deg, 83%, 80%);\n --purple-4: hsl(267deg, 83%, 75%);\n --purple-5: hsl(267deg, 83%, 70%);\n}\n" + "/**\n * @name system24 (catppuccin macchiato)\n * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com).\n * @author refact0r\n * @version 2.0.0\n * @invite nz87hXyvcy\n * @website https://github.com/refact0r/system24\n * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css\n * @authorId 508863359777505290\n * @authorLink https://www.refact0r.dev\n*/\n\n/* import theme modules */\n@import url('https://refact0r.github.io/system24/build/system24.css');\n\nbody {\n /* font, change to '' for default discord font */\n --font: 'Maple Mono NF'; /* change to '' for default discord font */\n --code-font: 'Maple Mono NF'; /* change to '' for default discord font */\n font-weight: 400; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */\n\n /* sizes */\n --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */\n --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */\n --border-hover-transition: 0.2s ease; /* transition for borders when hovered */\n\n /* animation/transition options */\n --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */\n --list-item-transition: 0.2s ease; /* transition for list items */\n --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */\n\n /* top bar options */\n --top-bar-height: var(--gap); /* height of the top bar (discord default is 36px, old discord style is 24px, var(--gap) recommended if button position is set to titlebar) */\n --top-bar-button-position: titlebar; /* off: default position, hide: hide buttons completely, serverlist: move inbox button to server list, titlebar: move inbox button to channel titlebar (will hide title) */\n --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */\n --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */\n\n /* window controls */\n --custom-window-controls: off; /* off: default window controls, on: custom window controls */\n --window-control-size: 14px; /* size of custom window controls */\n\n /* dms button options */\n --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */\n --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */\n --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */\n --dms-icon-color-before: var(--icon-secondary); /* normal icon color */\n --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */\n --custom-dms-background: image; /* off to disable, image to use a background image (must set url variable below), color to use a custom color/gradient */\n --dms-background-image-url: url('https://raw.githubusercontent.com/catppuccin/catppuccin/refs/heads/main/assets/logos/exports/macchiato_square.png'); /* url of the background image */\n --dms-background-image-size: cover; /* size of the background image (css background-size property) */\n --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */\n\n /* background image options */\n --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */\n --background-image-url: url(''); /* url of the background image */\n\n /* transparency/blur options */\n /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */\n --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */\n --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */\n --panel-blur: off; /* off: no changes, on: blur the background of panels */\n --blur-amount: 12px; /* amount of blur */\n --bg-floating: var(--bg-3); /* set this to a more opaque color if floating panels look too transparent. only applies if panel blur is on */\n\n /* other options */\n --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */\n\n /* unrounding options */\n --unrounding: on; /* off: default, on: remove rounded corners from panels */\n\n /* styling options */\n --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */\n --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */\n --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */\n\n /* panel labels */\n --panel-labels: off; /* off: default, on: add labels to panels */\n --label-color: var(--text-muted); /* color of labels */\n --label-font-weight: 500; /* font weight of labels */\n}\n\n/* color options */\n:root {\n --colors: on; /* off: discord default colors, on: midnight custom colors */\n\n /* text colors */\n --text-0: var(--bg-4); /* text on colored elements */\n --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */\n --text-2: #cad3f5; /* headings and important text */\n --text-3: #b8c0e0; /* normal text */\n --text-4: #8087a2; /* icon buttons and channels */\n --text-5: #5b6078; /* muted channels/chats and timestamps */\n\n /* background and dark colors */\n --bg-1: #494d64; /* dark buttons when clicked */\n --bg-2: #363a4f; /* dark buttons */\n --bg-3: #1e2030; /* spacing, secondary elements */\n --bg-4: #24273a; /* main background color */\n --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */\n --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */\n --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */\n --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */\n\n /* accent colors */\n --accent-1: var(--lavender-1); /* links and other accent text */\n --accent-2: var(--lavender-2); /* small accent elements */\n --accent-3: var(--lavender-3); /* accent buttons */\n --accent-4: var(--lavender-4); /* accent buttons when hovered */\n --accent-5: var(--lavender-5); /* accent buttons when clicked */\n --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */\n --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */\n --mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 95%) 40%, transparent); /* background of messages that mention you when hovered */\n --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */\n --reply-hover: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 95%) 40%, transparent); /* background of messages that reply to you when hovered */\n\n /* status indicator colors */\n --online: var(--green-2); /* change to #43a25a for default */\n --dnd: var(--red-2); /* change to #d83a42 for default */\n --idle: var(--yellow-2); /* change to #ca9654 for default */\n --streaming: var(--lavender-2); /* change to #593695 for default */\n --offline: var(--text-4); /* change to #83838b for default offline color */\n\n /* border colors */\n --border-light: var(--hover); /* general light border color */\n --border: var(--active); /* general normal border color */\n --border-hover: var(--accent-2); /* border color of panels when hovered */\n --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */\n\n /* base colors */\n --red-1: hsl(351deg, 74%, 78%);\n --red-2: hsl(351deg, 74%, 73%);\n --red-3: hsl(351deg, 74%, 73%);\n --red-4: hsl(351deg, 74%, 68%);\n --red-5: hsl(351deg, 74%, 63%);\n\n --lavender-1: hsl(234deg, 82%, 85%);\n --lavender-2: hsl(234deg, 82%, 80%);\n --lavender-3: hsl(234deg, 82%, 80%);\n --lavender-4: hsl(234deg, 82%, 75%);\n --lavender-5: hsl(234deg, 82%, 70%);\n\n --green-1: hsl(105deg, 48%, 77%);\n --green-2: hsl(105deg, 48%, 72%);\n --green-3: hsl(105deg, 48%, 72%);\n --green-4: hsl(105deg, 48%, 67%);\n --green-5: hsl(105deg, 48%, 62%);\n\n --blue-1: hsl(199deg, 66%, 74%);\n --blue-2: hsl(199deg, 66%, 69%);\n --blue-3: hsl(199deg, 66%, 69%);\n --blue-4: hsl(199deg, 66%, 64%);\n --blue-5: hsl(199deg, 66%, 59%);\n\n --yellow-1: hsl(40deg, 70%, 83%);\n --yellow-2: hsl(40deg, 70%, 78%);\n --yellow-3: hsl(40deg, 70%, 78%);\n --yellow-4: hsl(40deg, 70%, 73%);\n --yellow-5: hsl(40deg, 70%, 68%);\n\n --purple-1: hsl(267deg, 83%, 85%);\n --purple-2: hsl(267deg, 83%, 80%);\n --purple-3: hsl(267deg, 83%, 80%);\n --purple-4: hsl(267deg, 83%, 75%);\n --purple-5: hsl(267deg, 83%, 70%);\n}\n" ], [ "Vencord_existingPlugins",