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: #B4BEFE; /* lavender */
|
|
--green: #A6E3A1; /* green */
|
|
--text: #CDD6F4; /* text */
|
|
--foreground: #11111B; /* crust */
|
|
--background: #1E1E2E; /* base */
|
|
--outside: #11111B; /* crust */
|
|
--post: #11111B; /* crust */
|
|
--panel-border: none;
|
|
--highlighted:#313244; /* surface0 */
|
|
--visited: #6C7086; /* overlay0 */
|
|
--shadow: 0 0 0 transparent;
|
|
|
|
--nsfw: #FAB387; /* peach */
|
|
--admin: #EBA0AC; /* maroon */
|
|
|
|
}
|