From 93cc4f5c81bb54dbd71fa461a1e35cbd964f31ba Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Sun, 8 Feb 2026 16:50:29 -0500 Subject: [PATCH 1/4] feat: add mocha blue --- .../system24-catppuccin-mocha-blue.theme.css | 161 ++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 theme/flavors/system24-catppuccin-mocha-blue.theme.css diff --git a/theme/flavors/system24-catppuccin-mocha-blue.theme.css b/theme/flavors/system24-catppuccin-mocha-blue.theme.css new file mode 100644 index 0000000..0d94b9d --- /dev/null +++ b/theme/flavors/system24-catppuccin-mocha-blue.theme.css @@ -0,0 +1,161 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--purple-1); /* links and other accent text */ + --accent-2: var(--purple-2); /* small accent elements */ + --accent-3: var(--purple-3); /* accent buttons */ + --accent-4: var(--purple-4); /* accent buttons when hovered */ + --accent-5: var(--purple-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --blue-1: hsl(267deg, 84%, 86%); + --blue-2: hsl(267deg, 84%, 81%); + --blue-3: hsl(267deg, 84%, 81%); + --blue-4: hsl(267deg, 84%, 76%); + --blue-5: hsl(267deg, 84%, 71%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --purple-1: hsl(199deg, 76%, 74%); + --purple-2: hsl(199deg, 76%, 69%); + --purple-3: hsl(199deg, 76%, 69%); + --purple-4: hsl(199deg, 76%, 64%); + --purple-5: hsl(199deg, 76%, 59%); +} From 96fd3eaa9ccd19d4d16b9e4d72bb8cfe171765a4 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Sun, 8 Feb 2026 17:18:02 -0500 Subject: [PATCH 2/4] feat: add catpuccin mocha accent variations --- .../system24-catppuccin-mocha-blue.theme.css | 94 ++++++-- ...stem24-catppuccin-mocha-flamingo.theme.css | 215 +++++++++++++++++ .../system24-catppuccin-mocha-green.theme.css | 215 +++++++++++++++++ ...stem24-catppuccin-mocha-lavender.theme.css | 215 +++++++++++++++++ ...system24-catppuccin-mocha-maroon.theme.css | 215 +++++++++++++++++ ...system24-catppuccin-mocha-mauve.theme.css} | 84 +++++-- .../system24-catppuccin-mocha-peach.theme.css | 216 ++++++++++++++++++ .../system24-catppuccin-mocha-pink.theme.css | 215 +++++++++++++++++ .../system24-catppuccin-mocha-red.theme.css | 215 +++++++++++++++++ ...tem24-catppuccin-mocha-rosewater.theme.css | 215 +++++++++++++++++ ...stem24-catppuccin-mocha-sapphire.theme.css | 215 +++++++++++++++++ .../system24-catppuccin-mocha-sky.theme.css | 215 +++++++++++++++++ .../system24-catppuccin-mocha-teal.theme.css | 215 +++++++++++++++++ ...system24-catppuccin-mocha-yellow.theme.css | 216 ++++++++++++++++++ 14 files changed, 2725 insertions(+), 35 deletions(-) rename theme/flavors/{ => catppuccin/mocha}/system24-catppuccin-mocha-blue.theme.css (77%) create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-flamingo.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-green.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-lavender.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-maroon.theme.css rename theme/flavors/{system24-catppuccin-mocha.theme.css => catppuccin/mocha/system24-catppuccin-mocha-mauve.theme.css} (82%) create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-peach.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-pink.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-red.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-rosewater.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sapphire.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sky.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-teal.theme.css create mode 100644 theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-yellow.theme.css diff --git a/theme/flavors/system24-catppuccin-mocha-blue.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-blue.theme.css similarity index 77% rename from theme/flavors/system24-catppuccin-mocha-blue.theme.css rename to theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-blue.theme.css index 0d94b9d..13b2462 100644 --- a/theme/flavors/system24-catppuccin-mocha-blue.theme.css +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-blue.theme.css @@ -104,11 +104,11 @@ body { --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ /* accent colors */ - --accent-1: var(--purple-1); /* links and other accent text */ - --accent-2: var(--purple-2); /* small accent elements */ - --accent-3: var(--purple-3); /* accent buttons */ - --accent-4: var(--purple-4); /* accent buttons when hovered */ - --accent-5: var(--purple-5); /* accent buttons when clicked */ + --accent-1: var(--blue-1); /* links and other accent text */ + --accent-2: var(--blue-2); /* small accent elements */ + --accent-3: var(--blue-3); /* accent buttons */ + --accent-4: var(--blue-4); /* accent buttons when hovered */ + --accent-5: var(--blue-5); /* accent buttons when clicked */ --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ --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 */ @@ -129,23 +129,47 @@ body { --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + --red-1: hsl(343deg, 81%, 80%); --red-2: hsl(343deg, 81%, 75%); --red-3: hsl(343deg, 81%, 75%); --red-4: hsl(343deg, 81%, 70%); --red-5: hsl(343deg, 81%, 65%); - --green-1: hsl(115deg, 54%, 81%); - --green-2: hsl(115deg, 54%, 76%); - --green-3: hsl(115deg, 54%, 76%); - --green-4: hsl(115deg, 54%, 71%); - --green-5: hsl(115deg, 54%, 66%); + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); - --blue-1: hsl(267deg, 84%, 86%); - --blue-2: hsl(267deg, 84%, 81%); - --blue-3: hsl(267deg, 84%, 81%); - --blue-4: hsl(267deg, 84%, 76%); - --blue-5: hsl(267deg, 84%, 71%); + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); --yellow-1: hsl(41deg, 86%, 88%); --yellow-2: hsl(41deg, 86%, 83%); @@ -153,9 +177,39 @@ body { --yellow-4: hsl(41deg, 86%, 78%); --yellow-5: hsl(41deg, 86%, 73%); - --purple-1: hsl(199deg, 76%, 74%); - --purple-2: hsl(199deg, 76%, 69%); - --purple-3: hsl(199deg, 76%, 69%); - --purple-4: hsl(199deg, 76%, 64%); - --purple-5: hsl(199deg, 76%, 59%); + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); } diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-flamingo.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-flamingo.theme.css new file mode 100644 index 0000000..5ffecaf --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-flamingo.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--flamingo-1); /* links and other accent text */ + --accent-2: var(--flamingo-2); /* small accent elements */ + --accent-3: var(--flamingo-3); /* accent buttons */ + --accent-4: var(--flamingo-4); /* accent buttons when hovered */ + --accent-5: var(--flamingo-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-green.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-green.theme.css new file mode 100644 index 0000000..46b8f6c --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-green.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--green-1); /* links and other accent text */ + --accent-2: var(--green-2); /* small accent elements */ + --accent-3: var(--green-3); /* accent buttons */ + --accent-4: var(--green-4); /* accent buttons when hovered */ + --accent-5: var(--green-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-lavender.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-lavender.theme.css new file mode 100644 index 0000000..b6443c8 --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-lavender.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--lavender-1); /* links and other accent text */ + --accent-2: var(--lavender-2); /* small accent elements */ + --accent-3: var(--lavender-3); /* accent buttons */ + --accent-4: var(--lavender-4); /* accent buttons when hovered */ + --accent-5: var(--lavender-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-maroon.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-maroon.theme.css new file mode 100644 index 0000000..a78223e --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-maroon.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--maroon-1); /* links and other accent text */ + --accent-2: var(--maroon-2); /* small accent elements */ + --accent-3: var(--maroon-3); /* accent buttons */ + --accent-4: var(--maroon-4); /* accent buttons when hovered */ + --accent-5: var(--maroon-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/system24-catppuccin-mocha.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-mauve.theme.css similarity index 82% rename from theme/flavors/system24-catppuccin-mocha.theme.css rename to theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-mauve.theme.css index beb48f2..4b4c9c2 100644 --- a/theme/flavors/system24-catppuccin-mocha.theme.css +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-mauve.theme.css @@ -129,23 +129,47 @@ body { --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + --red-1: hsl(343deg, 81%, 80%); --red-2: hsl(343deg, 81%, 75%); --red-3: hsl(343deg, 81%, 75%); --red-4: hsl(343deg, 81%, 70%); --red-5: hsl(343deg, 81%, 65%); - --green-1: hsl(115deg, 54%, 81%); - --green-2: hsl(115deg, 54%, 76%); - --green-3: hsl(115deg, 54%, 76%); - --green-4: hsl(115deg, 54%, 71%); - --green-5: hsl(115deg, 54%, 66%); + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); - --blue-1: hsl(199deg, 76%, 74%); - --blue-2: hsl(199deg, 76%, 69%); - --blue-3: hsl(199deg, 76%, 69%); - --blue-4: hsl(199deg, 76%, 64%); - --blue-5: hsl(199deg, 76%, 59%); + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); --yellow-1: hsl(41deg, 86%, 88%); --yellow-2: hsl(41deg, 86%, 83%); @@ -153,9 +177,39 @@ body { --yellow-4: hsl(41deg, 86%, 78%); --yellow-5: hsl(41deg, 86%, 73%); - --purple-1: hsl(267deg, 84%, 86%); - --purple-2: hsl(267deg, 84%, 81%); - --purple-3: hsl(267deg, 84%, 81%); - --purple-4: hsl(267deg, 84%, 76%); - --purple-5: hsl(267deg, 84%, 71%); + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); } diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-peach.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-peach.theme.css new file mode 100644 index 0000000..6b88653 --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-peach.theme.css @@ -0,0 +1,216 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--peach-1); /* links and other accent text */ + --accent-2: var(--peach-2); /* small accent elements */ + --accent-3: var(--peach-3); /* accent buttons */ + --accent-4: var(--peach-4); /* accent buttons when hovered */ + --accent-5: var(--peach-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-pink.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-pink.theme.css new file mode 100644 index 0000000..86082de --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-pink.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--pink-1); /* links and other accent text */ + --accent-2: var(--pink-2); /* small accent elements */ + --accent-3: var(--pink-3); /* accent buttons */ + --accent-4: var(--pink-4); /* accent buttons when hovered */ + --accent-5: var(--pink-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-red.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-red.theme.css new file mode 100644 index 0000000..bebe53c --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-red.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--red-1); /* links and other accent text */ + --accent-2: var(--red-2); /* small accent elements */ + --accent-3: var(--red-3); /* accent buttons */ + --accent-4: var(--red-4); /* accent buttons when hovered */ + --accent-5: var(--red-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-rosewater.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-rosewater.theme.css new file mode 100644 index 0000000..7bd9830 --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-rosewater.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--rosewater-1); /* links and other accent text */ + --accent-2: var(--rosewater-2); /* small accent elements */ + --accent-3: var(--rosewater-3); /* accent buttons */ + --accent-4: var(--rosewater-4); /* accent buttons when hovered */ + --accent-5: var(--rosewater-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sapphire.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sapphire.theme.css new file mode 100644 index 0000000..676af3a --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sapphire.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--sapphire-1); /* links and other accent text */ + --accent-2: var(--sapphire-2); /* small accent elements */ + --accent-3: var(--sapphire-3); /* accent buttons */ + --accent-4: var(--sapphire-4); /* accent buttons when hovered */ + --accent-5: var(--sapphire-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sky.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sky.theme.css new file mode 100644 index 0000000..0dbe91f --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-sky.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--sky-1); /* links and other accent text */ + --accent-2: var(--sky-2); /* small accent elements */ + --accent-3: var(--sky-3); /* accent buttons */ + --accent-4: var(--sky-4); /* accent buttons when hovered */ + --accent-5: var(--sky-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-teal.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-teal.theme.css new file mode 100644 index 0000000..aad2146 --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-teal.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--teal-1); /* links and other accent text */ + --accent-2: var(--teal-2); /* small accent elements */ + --accent-3: var(--teal-3); /* accent buttons */ + --accent-4: var(--teal-4); /* accent buttons when hovered */ + --accent-5: var(--teal-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} diff --git a/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-yellow.theme.css b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-yellow.theme.css new file mode 100644 index 0000000..0730eb5 --- /dev/null +++ b/theme/flavors/catppuccin/mocha/system24-catppuccin-mocha-yellow.theme.css @@ -0,0 +1,216 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--yellow-1); /* links and other accent text */ + --accent-2: var(--yellow-2); /* small accent elements */ + --accent-3: var(--yellow-3); /* accent buttons */ + --accent-4: var(--yellow-4); /* accent buttons when hovered */ + --accent-5: var(--yellow-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +} From 0810879e2355cfbeadace0091157963e40bb6908 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Sun, 8 Feb 2026 17:34:54 -0500 Subject: [PATCH 3/4] feat: add macchiato --- ...stem24-catppuccin-macchiato-blue.theme.css | 215 ++++++++++++++++++ ...24-catppuccin-macchiato-flamingo.theme.css | 215 ++++++++++++++++++ ...tem24-catppuccin-macchiato-green.theme.css | 215 ++++++++++++++++++ ...24-catppuccin-macchiato-lavender.theme.css | 215 ++++++++++++++++++ ...em24-catppuccin-macchiato-maroon.theme.css | 215 ++++++++++++++++++ ...em24-catppuccin-macchiato-mauve.theme.css} | 84 +++++-- ...tem24-catppuccin-macchiato-peach.theme.css | 215 ++++++++++++++++++ ...stem24-catppuccin-macchiato-pink.theme.css | 215 ++++++++++++++++++ ...ystem24-catppuccin-macchiato-red.theme.css | 215 ++++++++++++++++++ ...4-catppuccin-macchiato-rosewater.theme.css | 215 ++++++++++++++++++ ...24-catppuccin-macchiato-sapphire.theme.css | 215 ++++++++++++++++++ ...ystem24-catppuccin-macchiato-sky.theme.css | 215 ++++++++++++++++++ ...stem24-catppuccin-macchiato-teal.theme.css | 215 ++++++++++++++++++ ...em24-catppuccin-macchiato-yellow.theme.css | 215 ++++++++++++++++++ 14 files changed, 2864 insertions(+), 15 deletions(-) create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-blue.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-flamingo.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-green.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-lavender.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-maroon.theme.css rename theme/flavors/{system24-catppuccin-macchiato.theme.css => catppuccin/macchiato/system24-catppuccin-macchiato-mauve.theme.css} (82%) create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-peach.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-pink.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-red.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-rosewater.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sapphire.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sky.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-teal.theme.css create mode 100644 theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-yellow.theme.css diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-blue.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-blue.theme.css new file mode 100644 index 0000000..8289a39 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-blue.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--blue-1); /* links and other accent text */ + --accent-2: var(--blue-2); /* small accent elements */ + --accent-3: var(--blue-3); /* accent buttons */ + --accent-4: var(--blue-4); /* accent buttons when hovered */ + --accent-5: var(--blue-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-flamingo.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-flamingo.theme.css new file mode 100644 index 0000000..ec73840 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-flamingo.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--flamingo-1); /* links and other accent text */ + --accent-2: var(--flamingo-2); /* small accent elements */ + --accent-3: var(--flamingo-3); /* accent buttons */ + --accent-4: var(--flamingo-4); /* accent buttons when hovered */ + --accent-5: var(--flamingo-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-green.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-green.theme.css new file mode 100644 index 0000000..1e3bd4a --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-green.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--green-1); /* links and other accent text */ + --accent-2: var(--green-2); /* small accent elements */ + --accent-3: var(--green-3); /* accent buttons */ + --accent-4: var(--green-4); /* accent buttons when hovered */ + --accent-5: var(--green-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-lavender.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-lavender.theme.css new file mode 100644 index 0000000..b9e8dbb --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-lavender.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--lavender-1); /* links and other accent text */ + --accent-2: var(--lavender-2); /* small accent elements */ + --accent-3: var(--lavender-3); /* accent buttons */ + --accent-4: var(--lavender-4); /* accent buttons when hovered */ + --accent-5: var(--lavender-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-maroon.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-maroon.theme.css new file mode 100644 index 0000000..52f5e5e --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-maroon.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--maroon-1); /* links and other accent text */ + --accent-2: var(--maroon-2); /* small accent elements */ + --accent-3: var(--maroon-3); /* accent buttons */ + --accent-4: var(--maroon-4); /* accent buttons when hovered */ + --accent-5: var(--maroon-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/system24-catppuccin-macchiato.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-mauve.theme.css similarity index 82% rename from theme/flavors/system24-catppuccin-macchiato.theme.css rename to theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-mauve.theme.css index 2d8d820..30ab91b 100644 --- a/theme/flavors/system24-catppuccin-macchiato.theme.css +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-mauve.theme.css @@ -129,23 +129,47 @@ body { --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + --red-1: hsl(351deg, 74%, 78%); --red-2: hsl(351deg, 74%, 73%); --red-3: hsl(351deg, 74%, 73%); --red-4: hsl(351deg, 74%, 68%); --red-5: hsl(351deg, 74%, 63%); - --green-1: hsl(105deg, 48%, 77%); - --green-2: hsl(105deg, 48%, 72%); - --green-3: hsl(105deg, 48%, 72%); - --green-4: hsl(105deg, 48%, 67%); - --green-5: hsl(105deg, 48%, 62%); + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); - --blue-1: hsl(199deg, 66%, 74%); - --blue-2: hsl(199deg, 66%, 69%); - --blue-3: hsl(199deg, 66%, 69%); - --blue-4: hsl(199deg, 66%, 64%); - --blue-5: hsl(199deg, 66%, 59%); + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); --yellow-1: hsl(40deg, 70%, 83%); --yellow-2: hsl(40deg, 70%, 78%); @@ -153,9 +177,39 @@ body { --yellow-4: hsl(40deg, 70%, 73%); --yellow-5: hsl(40deg, 70%, 68%); - --purple-1: hsl(267deg, 83%, 85%); - --purple-2: hsl(267deg, 83%, 80%); - --purple-3: hsl(267deg, 83%, 80%); - --purple-4: hsl(267deg, 83%, 75%); - --purple-5: hsl(267deg, 83%, 70%); + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); } diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-peach.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-peach.theme.css new file mode 100644 index 0000000..3a80796 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-peach.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--peach-1); /* links and other accent text */ + --accent-2: var(--peach-2); /* small accent elements */ + --accent-3: var(--peach-3); /* accent buttons */ + --accent-4: var(--peach-4); /* accent buttons when hovered */ + --accent-5: var(--peach-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-pink.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-pink.theme.css new file mode 100644 index 0000000..67ee5c4 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-pink.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--pink-1); /* links and other accent text */ + --accent-2: var(--pink-2); /* small accent elements */ + --accent-3: var(--pink-3); /* accent buttons */ + --accent-4: var(--pink-4); /* accent buttons when hovered */ + --accent-5: var(--pink-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-red.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-red.theme.css new file mode 100644 index 0000000..1ef7161 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-red.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--red-1); /* links and other accent text */ + --accent-2: var(--red-2); /* small accent elements */ + --accent-3: var(--red-3); /* accent buttons */ + --accent-4: var(--red-4); /* accent buttons when hovered */ + --accent-5: var(--red-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-rosewater.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-rosewater.theme.css new file mode 100644 index 0000000..2ab4195 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-rosewater.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--rosewater-1); /* links and other accent text */ + --accent-2: var(--rosewater-2); /* small accent elements */ + --accent-3: var(--rosewater-3); /* accent buttons */ + --accent-4: var(--rosewater-4); /* accent buttons when hovered */ + --accent-5: var(--rosewater-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sapphire.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sapphire.theme.css new file mode 100644 index 0000000..5c4cbc4 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sapphire.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--sapphire-1); /* links and other accent text */ + --accent-2: var(--sapphire-2); /* small accent elements */ + --accent-3: var(--sapphire-3); /* accent buttons */ + --accent-4: var(--sapphire-4); /* accent buttons when hovered */ + --accent-5: var(--sapphire-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sky.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sky.theme.css new file mode 100644 index 0000000..4ae114b --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-sky.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--sky-1); /* links and other accent text */ + --accent-2: var(--sky-2); /* small accent elements */ + --accent-3: var(--sky-3); /* accent buttons */ + --accent-4: var(--sky-4); /* accent buttons when hovered */ + --accent-5: var(--sky-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-teal.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-teal.theme.css new file mode 100644 index 0000000..bd6bdac --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-teal.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--teal-1); /* links and other accent text */ + --accent-2: var(--teal-2); /* small accent elements */ + --accent-3: var(--teal-3); /* accent buttons */ + --accent-4: var(--teal-4); /* accent buttons when hovered */ + --accent-5: var(--teal-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-yellow.theme.css b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-yellow.theme.css new file mode 100644 index 0000000..3ab5db6 --- /dev/null +++ b/theme/flavors/catppuccin/macchiato/system24-catppuccin-macchiato-yellow.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--yellow-1); /* links and other accent text */ + --accent-2: var(--yellow-2); /* small accent elements */ + --accent-3: var(--yellow-3); /* accent buttons */ + --accent-4: var(--yellow-4); /* accent buttons when hovered */ + --accent-5: var(--yellow-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} From 797263176db9161c3f0c1ac0eca7d675aab9fc50 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Sun, 8 Feb 2026 17:36:51 -0500 Subject: [PATCH 4/4] fix: keep original files so theme urls do not break --- .../system24-catppuccin-macchiato.theme.css | 215 ++++++++++++++++++ .../system24-catppuccin-mocha.theme.css | 215 ++++++++++++++++++ 2 files changed, 430 insertions(+) create mode 100644 theme/flavors/system24-catppuccin-macchiato.theme.css create mode 100644 theme/flavors/system24-catppuccin-mocha.theme.css diff --git a/theme/flavors/system24-catppuccin-macchiato.theme.css b/theme/flavors/system24-catppuccin-macchiato.theme.css new file mode 100644 index 0000000..30ab91b --- /dev/null +++ b/theme/flavors/system24-catppuccin-macchiato.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin macchiato) + * @description a tui-style discord theme. based on catppuccin macchiato theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-macchiato.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-4); /* text on colored elements */ + --text-1: hsl(227, 68%, 95%); /* bright text on colored elements */ + --text-2: #cad3f5; /* headings and important text */ + --text-3: #b8c0e0; /* normal text */ + --text-4: #8087a2; /* icon buttons and channels */ + --text-5: #5b6078; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #494d64; /* dark buttons when clicked */ + --bg-2: #363a4f; /* dark buttons */ + --bg-3: #1e2030; /* spacing, secondary elements */ + --bg-4: #24273a; /* main background color */ + --hover: hsla(230, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(230, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(230, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(230, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--purple-1); /* links and other accent text */ + --accent-2: var(--purple-2); /* small accent elements */ + --accent-3: var(--purple-3); /* accent buttons */ + --accent-4: var(--purple-4); /* accent buttons when hovered */ + --accent-5: var(--purple-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(230, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 58%, 95%); + --rosewater-2: hsl(10deg, 58%, 90%); + --rosewater-3: hsl(10deg, 58%, 90%); + --rosewater-4: hsl(10deg, 58%, 85%); + --rosewater-5: hsl(10deg, 58%, 80%); + + --flamingo-1: hsl(0deg, 58%, 91%); + --flamingo-2: hsl(0deg, 58%, 86%); + --flamingo-3: hsl(0deg, 58%, 86%); + --flamingo-4: hsl(0deg, 58%, 81%); + --flamingo-5: hsl(0deg, 58%, 76%); + + --pink-1: hsl(316deg, 74%, 90%); + --pink-2: hsl(316deg, 74%, 85%); + --pink-3: hsl(316deg, 74%, 85%); + --pink-4: hsl(316deg, 74%, 80%); + --pink-5: hsl(316deg, 74%, 75%); + + --purple-1: hsl(267deg, 83%, 85%); + --purple-2: hsl(267deg, 83%, 80%); + --purple-3: hsl(267deg, 83%, 80%); + --purple-4: hsl(267deg, 83%, 75%); + --purple-5: hsl(267deg, 83%, 70%); + + --red-1: hsl(351deg, 74%, 78%); + --red-2: hsl(351deg, 74%, 73%); + --red-3: hsl(351deg, 74%, 73%); + --red-4: hsl(351deg, 74%, 68%); + --red-5: hsl(351deg, 74%, 63%); + + --maroon-1: hsl(355deg, 71%, 82%); + --maroon-2: hsl(355deg, 71%, 77%); + --maroon-3: hsl(355deg, 71%, 77%); + --maroon-4: hsl(355deg, 71%, 72%); + --maroon-5: hsl(355deg, 71%, 67%); + + --peach-1: hsl(21deg, 86%, 78%); + --peach-2: hsl(21deg, 86%, 73%); + --peach-3: hsl(21deg, 86%, 73%); + --peach-4: hsl(21deg, 86%, 68%); + --peach-5: hsl(21deg, 86%, 63%); + + --yellow-1: hsl(40deg, 70%, 83%); + --yellow-2: hsl(40deg, 70%, 78%); + --yellow-3: hsl(40deg, 70%, 78%); + --yellow-4: hsl(40deg, 70%, 73%); + --yellow-5: hsl(40deg, 70%, 68%); + + --green-1: hsl(105deg, 48%, 77%); + --green-2: hsl(105deg, 48%, 72%); + --green-3: hsl(105deg, 48%, 72%); + --green-4: hsl(105deg, 48%, 67%); + --green-5: hsl(105deg, 48%, 62%); + + --teal-1: hsl(171deg, 47%, 74%); + --teal-2: hsl(171deg, 47%, 69%); + --teal-3: hsl(171deg, 47%, 69%); + --teal-4: hsl(171deg, 47%, 64%); + --teal-5: hsl(171deg, 47%, 59%); + + --sky-1: hsl(189deg, 59%, 78%); + --sky-2: hsl(189deg, 59%, 73%); + --sky-3: hsl(189deg, 59%, 73%); + --sky-4: hsl(189deg, 59%, 68%); + --sky-5: hsl(189deg, 59%, 63%); + + --sapphire-1: hsl(199deg, 66%, 74%); + --sapphire-2: hsl(199deg, 66%, 69%); + --sapphire-3: hsl(199deg, 66%, 69%); + --sapphire-4: hsl(199deg, 66%, 64%); + --sapphire-5: hsl(199deg, 66%, 59%); + + --blue-1: hsl(220deg, 83%, 80%); + --blue-2: hsl(220deg, 83%, 75%); + --blue-3: hsl(220deg, 83%, 75%); + --blue-4: hsl(220deg, 83%, 70%); + --blue-5: hsl(220deg, 83%, 65%); + + --lavender-1: hsl(234deg, 82%, 90%); + --lavender-2: hsl(234deg, 82%, 85%); + --lavender-3: hsl(234deg, 82%, 85%); + --lavender-4: hsl(234deg, 82%, 80%); + --lavender-5: hsl(234deg, 82%, 75%); +} diff --git a/theme/flavors/system24-catppuccin-mocha.theme.css b/theme/flavors/system24-catppuccin-mocha.theme.css new file mode 100644 index 0000000..4b4c9c2 --- /dev/null +++ b/theme/flavors/system24-catppuccin-mocha.theme.css @@ -0,0 +1,215 @@ +/** + * @name system24 (catppuccin mocha) + * @description a tui-style discord theme. based on catppuccin mocha theme (https://catppuccin.com). + * @author refact0r + * @version 2.0.0 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/system24 + * @source https://github.com/refact0r/system24/blob/master/theme/system24-catppuccin-mocha.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* import theme modules */ +@import url('https://refact0r.github.io/system24/build/system24.css'); + +body { + /* font, change to '' for default discord font */ + --font: 'DM Mono'; /* change to '' for default discord font */ + --code-font: 'DM Mono'; /* change to '' for default discord font */ + font-weight: 300; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */ + letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/ + + /* sizes */ + --gap: 12px; /* spacing between panels */ + --divider-thickness: 4px; /* thickness of unread messages divider and highlighted message borders */ + --border-thickness: 2px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */ + --border-hover-transition: 0.2s ease; /* transition for borders when hovered */ + + /* animation/transition options */ + --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */ + --list-item-transition: 0.2s ease; /* transition for list items */ + --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */ + + /* top bar options */ + --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) */ + --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) */ + --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */ + --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */ + + /* window controls */ + --custom-window-controls: off; /* off: default window controls, on: custom window controls */ + --window-control-size: 14px; /* size of custom window controls */ + + /* dms button options */ + --custom-dms-icon: hide; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */ + --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */ + --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */ + --dms-icon-color-before: var(--icon-subtle); /* normal icon color */ + --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */ + --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 */ + --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 */ + --dms-background-image-size: cover; /* size of the background image (css background-size property) */ + --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */ + + /* background image options */ + --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */ + --background-image-url: url(''); /* url of the background image */ + + /* transparency/blur options */ + /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */ + --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */ + --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */ + --panel-blur: off; /* off: no changes, on: blur the background of panels */ + --blur-amount: 12px; /* amount of blur */ + --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 */ + + /* other options */ + --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */ + + /* unrounding options */ + --unrounding: on; /* off: default, on: remove rounded corners from panels */ + + /* styling options */ + --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */ + --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */ + --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */ + + /* panel labels */ + --panel-labels: on; /* off: default, on: add labels to panels */ + --label-color: var(--text-muted); /* color of labels */ + --label-font-weight: 500; /* font weight of labels */ +} + +/* color options */ +:root { + --colors: on; /* off: discord default colors, on: midnight custom colors */ + + /* text colors */ + --text-0: var(--bg-3); /* text on colored elements */ + --text-1: hsl(226, 64%, 95%); /* other normally white text */ + --text-2: #cdd6f4; /* headings and important text */ + --text-3: #bac2de; /* normal text */ + --text-4: #7f849c; /* icon buttons and channels */ + --text-5: #585b70; /* muted channels/chats and timestamps */ + + /* background and dark colors */ + --bg-1: #45475a; /* dark buttons when clicked */ + --bg-2: #313244; /* dark buttons */ + --bg-3: #181825; /* spacing, secondary elements */ + --bg-4: #1e1e2e; /* main background color */ + --hover: hsla(235, 15%, 53%, 0.1); /* channels and buttons when hovered */ + --active: hsla(235, 15%, 53%, 0.2); /* channels and buttons when clicked or selected */ + --active-2: hsla(235, 15%, 53%, 0.3); /* extra state for transparent buttons */ + --message-hover: hsla(235, 0%, 0%, 0.1); /* messages when hovered */ + + /* accent colors */ + --accent-1: var(--purple-1); /* links and other accent text */ + --accent-2: var(--purple-2); /* small accent elements */ + --accent-3: var(--purple-3); /* accent buttons */ + --accent-4: var(--purple-4); /* accent buttons when hovered */ + --accent-5: var(--purple-5); /* accent buttons when clicked */ + --accent-new: var(--accent-2); /* stuff that's normally red like mute/deafen buttons */ + --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */ + --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 */ + --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */ + --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 */ + + /* status indicator colors */ + --online: var(--green-2); /* change to #43a25a for default */ + --dnd: var(--red-2); /* change to #d83a42 for default */ + --idle: var(--yellow-2); /* change to #ca9654 for default */ + --streaming: var(--purple-2); /* change to #593695 for default */ + --offline: var(--text-4); /* change to #83838b for default offline color */ + + /* border colors */ + --border-light: var(--hover); /* general light border color */ + --border: var(--active); /* general normal border color */ + --border-hover: var(--accent-2); /* border color of panels when hovered */ + --button-border: hsl(235, 0%, 100%, 0.1); /* neutral border color of buttons */ + + /* base colors */ + --rosewater-1: hsl(10deg, 56%, 96%); + --rosewater-2: hsl(10deg, 56%, 91%); + --rosewater-3: hsl(10deg, 56%, 91%); + --rosewater-4: hsl(10deg, 56%, 86%); + --rosewater-5: hsl(10deg, 56%, 81%); + + --flamingo-1: hsl(0deg, 59%, 93%); + --flamingo-2: hsl(0deg, 59%, 88%); + --flamingo-3: hsl(0deg, 59%, 88%); + --flamingo-4: hsl(0deg, 59%, 83%); + --flamingo-5: hsl(0deg, 59%, 78%); + + --pink-1: hsl(267deg, 84%, 91%); + --pink-2: hsl(316deg, 72%, 86%); + --pink-3: hsl(316deg, 72%, 86%); + --pink-4: hsl(316deg, 72%, 81%); + --pink-5: hsl(316deg, 72%, 76%); + + --purple-1: hsl(267deg, 84%, 86%); + --purple-2: hsl(267deg, 84%, 81%); + --purple-3: hsl(267deg, 84%, 81%); + --purple-4: hsl(267deg, 84%, 76%); + --purple-5: hsl(267deg, 84%, 71%); + + --red-1: hsl(343deg, 81%, 80%); + --red-2: hsl(343deg, 81%, 75%); + --red-3: hsl(343deg, 81%, 75%); + --red-4: hsl(343deg, 81%, 70%); + --red-5: hsl(343deg, 81%, 65%); + + --maroon-1: hsl(350deg, 65%, 82%); + --maroon-2: hsl(350deg, 65%, 77%); + --maroon-3: hsl(350deg, 65%, 77%); + --maroon-4: hsl(350deg, 65%, 72%); + --maroon-5: hsl(350deg, 65%, 67%); + + --peach-1: hsl(23deg, 92%, 80%); + --peach-2: hsl(23deg, 92%, 75%); + --peach-3: hsl(23deg, 92%, 75%); + --peach-4: hsl(23deg, 92%, 70%); + --peach-5: hsl(23deg, 92%, 65%); + + --yellow-1: hsl(41deg, 86%, 88%); + --yellow-2: hsl(41deg, 86%, 83%); + --yellow-3: hsl(41deg, 86%, 83%); + --yellow-4: hsl(41deg, 86%, 78%); + --yellow-5: hsl(41deg, 86%, 73%); + + --green-1: hsl(115deg, 54%, 81%); + --green-2: hsl(115deg, 54%, 76%); + --green-3: hsl(115deg, 54%, 76%); + --green-4: hsl(115deg, 54%, 71%); + --green-5: hsl(115deg, 54%, 66%); + + --teal-1: hsl(170deg, 57%, 78%); + --teal-2: hsl(170deg, 57%, 73%); + --teal-3: hsl(170deg, 57%, 73%); + --teal-4: hsl(170deg, 57%, 68%); + --teal-5: hsl(170deg, 57%, 63%); + + --sky-1: hsl(189deg, 71%, 78%); + --sky-2: hsl(189deg, 71%, 73%); + --sky-3: hsl(189deg, 71%, 73%); + --sky-4: hsl(189deg, 71%, 68%); + --sky-5: hsl(189deg, 71%, 63%); + + --sapphire-1: hsl(199deg, 76%, 74%); + --sapphire-2: hsl(199deg, 76%, 69%); + --sapphire-3: hsl(199deg, 76%, 64%); + --sapphire-4: hsl(199deg, 76%, 59%); + --sapphire-5: hsl(199deg, 76%, 54%); + + --blue-1: hsl(217deg, 92%, 71%); + --blue-2: hsl(217deg, 92%, 76%); + --blue-3: hsl(217deg, 92%, 76%); + --blue-4: hsl(217deg, 92%, 71%); + --blue-5: hsl(217deg, 92%, 66%); + + --lavender-1: hsl(232deg, 97%, 90%); + --lavender-2: hsl(232deg, 97%, 85%); + --lavender-3: hsl(232deg, 97%, 85%); + --lavender-4: hsl(232deg, 97%, 80%); + --lavender-5: hsl(232deg, 97%, 75%); +}