Co-authored-by: rubyowo <perhaps-you-know@what-is.ml> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: winston <hey@winston.sh> Co-authored-by: Carsten Kragelund <carsten@kragelund.me> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com> Co-authored-by: jolheiser <john.olheiser@gmail.com>
19 lines
509 B
CSS
19 lines
509 B
CSS
.dark {
|
|
|
|
--accent: #B7BDF8; /* lavender */
|
|
--green: #A6DA95; /* green */
|
|
--text: #CAD3F5; /* text */
|
|
--foreground: #181926; /* crust */
|
|
--background: #24273A; /* base */
|
|
--outside: #181926; /* crust */
|
|
--post: #181926; /* crust */
|
|
--panel-border: none;
|
|
--highlighted:#363A4F; /* surface0 */
|
|
--visited: #6E738D; /* overlay0 */
|
|
--shadow: 0 0 0 transparent;
|
|
|
|
--nsfw: #F5A97F; /* peach */
|
|
--admin: #EE99A0; /* maroon */
|
|
|
|
}
|