This proposes a light Rosé Pine Dawn flavor for system24, based on the existing Rosé Pine Moon flavor and the official Rosé Pine Dawn palette.
/**
* @name system24 (rosé pine dawn)
* @description an unofficial rosé pine dawn flavor of the system24 tui-style discord theme.
* @author refact0r
* @version 2.0.0
* @invite nz87hXyvcy
* @website https://github.com/refact0r/system24
* @source https://github.com/refact0r/system24/blob/544649bdcd135a970b5338045eb96102a589d5d0/theme/flavors/system24-rose-pine-moon.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('https://upload.wikimedia.org/wikipedia/commons/c/c4/Font_Awesome_5_solid_moon.svg'); /* 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/rose-pine/rose-pine-theme/main/assets/icon.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(32deg, 57%, 96%, 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 {
color-scheme: light;
--colors: on; /* off: discord default colors, on: system24 custom colors */
/* text colors */
--text-0: hsl(248deg, 22%, 23%); /* text on colored elements */
--text-1: hsl(248deg, 22%, 23%); /* other normally white text */
--text-2: hsl(248deg, 19%, 32%); /* headings and important text */
--text-3: #575279; /* normal text: rosé pine dawn text */
--text-4: #797593; /* icon buttons and channels: rosé pine dawn subtle */
--text-5: #9893a5; /* muted channels/chats and timestamps: rosé pine dawn muted */
/* background and dark colors */
--bg-1: #cecacd; /* dark buttons when clicked: rosé pine dawn highlight high */
--bg-2: #dfdad9; /* dark buttons: rosé pine dawn highlight med */
--bg-3: #fffaf3; /* spacing, secondary elements: rosé pine dawn surface */
--bg-4: #faf4ed; /* main background color: rosé pine dawn base */
--hover: hsla(248deg, 19%, 40%, 0.08); /* channels and buttons when hovered */
--active: hsla(248deg, 19%, 40%, 0.14); /* channels and buttons when clicked or selected */
--active-2: hsla(248deg, 19%, 40%, 0.20); /* extra state for transparent buttons */
--message-hover: hsla(248deg, 19%, 40%, 0.06); /* messages when hovered */
/* accent colors */
--accent-1: hsl(3deg, 53%, 72%); /* links and other accent text */
--accent-2: #d7827e; /* small accent elements: rosé pine dawn rose */
--accent-3: #d7827e; /* accent buttons */
--accent-4: hsl(3deg, 53%, 62%); /* accent buttons when hovered */
--accent-5: hsl(3deg, 53%, 57%); /* accent buttons when clicked */
--accent-new: var(--red-2); /* stuff that's normally red like mute/deafen buttons */
--mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 88%) 40%, transparent); /* background of messages that mention you */
--mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 93%) 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: hsla(248deg, 19%, 40%, 0.18); /* neutral border color of buttons */
/* base colors */
/* 2nd and 3rd colors are the default rosé pine dawn palette */
--red-1: hsl(343deg, 35%, 60%);
--red-2: #b4637a;
--red-3: #b4637a;
--red-4: hsl(343deg, 35%, 50%);
--red-5: hsl(343deg, 35%, 45%);
--green-1: hsl(197deg, 53%, 39%);
--green-2: #286983;
--green-3: #286983;
--green-4: hsl(197deg, 53%, 29%);
--green-5: hsl(197deg, 53%, 24%);
--blue-1: hsl(189deg, 30%, 53%);
--blue-2: #56949f;
--blue-3: #56949f;
--blue-4: hsl(189deg, 30%, 43%);
--blue-5: hsl(189deg, 30%, 38%);
--yellow-1: hsl(35deg, 81%, 61%);
--yellow-2: #ea9d34;
--yellow-3: #ea9d34;
--yellow-4: hsl(35deg, 81%, 51%);
--yellow-5: hsl(35deg, 81%, 46%);
--purple-1: hsl(268deg, 22%, 62%);
--purple-2: #907aa9;
--purple-3: #907aa9;
--purple-4: hsl(268deg, 22%, 52%);
--purple-5: hsl(268deg, 22%, 47%);
}
Add Rosé Pine Dawn flavor
Summary
This proposes a light Rosé Pine Dawn flavor for system24, based on the existing Rosé Pine Moon flavor and the official Rosé Pine Dawn palette.
Key choices:
color-scheme: lightbase,surface,highlight med, andhighlight hightext,subtle, andmutedrose,love,pine,foam,gold, andirisReferences:
Theme CSS
Validation
The stylesheet was parsed with
tinycss2and produced zero syntax errors. It has not yet been exhaustively tested across every Discord/Vencord view.