initial commit, add Publish, add minimal theme, add content

This commit is contained in:
Felix Förtsch
2024-03-24 20:24:51 +01:00
commit cd2f440141
1240 changed files with 194709 additions and 0 deletions
@@ -0,0 +1,23 @@
// Settings
$enable-gradients: false;
$enable-shadows: true;
// Colors
$primary: $macOS-systemPurple-dark;
$secondary: $macOS-unemphasizedSelectedContentBackgroundColor-dark;
$success: $macOS-systemGreen-dark;
$info: $macOS-systemTeal-dark;
$warning: $macOS-systemOrange-dark;
$danger: $macOS-systemRed-dark;
$light: $macOS-labelColor-dark;
$dark: $macOS-controlBackground-dark;
$body-bg: $macOS-windowBackgroundColor-dark;
$body-color: $macOS-textColor-dark;
$component-active-color: $macOS-textColor-dark;
$component-active-bg: $primary;
// Display
$display-font-weight: 600;