diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bea433
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+
+.DS_Store
diff --git a/standard/README.md b/standard/README.md
index 4a11031..126a020 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -48,6 +48,8 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184
|Theme name | Preview|
| --- | --- |
|**[Afterglow](afterglow.yaml)**:|
|
+|**[Apple Dark](apple_dark.yaml)**:|
|
+|**[Apple Light](apple_light.yaml)**:|
|
|**[Argonaut](argonaut.yaml)**:|
|
|**[Avirage](avirage.yaml)**:|
|
|**[Ayu Dark](ayu_dark.yaml)**:|
|
diff --git a/standard/apple_dark.yaml b/standard/apple_dark.yaml
new file mode 100644
index 0000000..a4070bf
--- /dev/null
+++ b/standard/apple_dark.yaml
@@ -0,0 +1,24 @@
+# Colors from https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/#system-colors
+accent: '#FF9F0A' # Accent color for UI elements SwiftUI systemOrange for dark mode
+background: '#1c1c1e' # Terminal background color SwiftUI systemGray6 for dark mode
+details: darker # Whether the theme is lighter or darker.
+foreground: '#FAFAFA' # The foreground color.
+terminal_colors: # Ansi escape colors.
+ bright:
+ black: '#1C1C1E' # SwiftUI systemGray6 for dark mode
+ blue: '#007AFF' # SwiftUI systemBlue for light mode
+ cyan: '#32ADE6' # SwiftUI systemCyan for light mode
+ green: '#34C759' # SwiftUI systemGreen for light mode
+ magenta: '#FF2DDE' # SwiftUI systemPink with blue of systemPurple for light mode
+ red: '#FF3B30' # SwiftUI systemRed for light mode
+ white: '#F2F2F7' # SwiftUI systemGray6 for light mode
+ yellow: '#FFCC00' # SwiftUI systemYellow for light mode
+ normal:
+ black: '#1C1C1E' # SwiftUI systemGray6 for dark mode
+ blue: '#0A84FF' # SwiftUI systemBlue for dark mode
+ cyan: '#64D2FF' # SwiftUI systemCyan for dark mode
+ green: '#30D158' # SwiftUI systemGreen for dark mode
+ magenta: '#FF37F2' # SwiftUI systemPink with blue of systemPurple for dark mode
+ red: '#FF453A' # SwiftUI systemRed for dark mode
+ white: '#F2F2F7' # SwiftUI systemGray6 for light mode
+ yellow: '#FFD60A' # SwiftUI systemYellow for dark mode
diff --git a/standard/apple_light.yaml b/standard/apple_light.yaml
new file mode 100644
index 0000000..2eec8ab
--- /dev/null
+++ b/standard/apple_light.yaml
@@ -0,0 +1,24 @@
+# Colors from https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/#system-colors
+accent: '#FF9500' # Accent color for UI elements SwiftUI systemOrange for light mode
+background: '#E5E5EA' # Terminal background color SwiftUI systemGray5 for light mode
+details: lighter # Whether the theme is lighter or darker.
+foreground: '#1C1C1E' # The foreground color. # SwiftUI systemGray6 for dark mode
+terminal_colors: # Ansi escape colors.
+ bright:
+ black: '#1C1C1E' # SwiftUI systemGray6 for dark mode
+ blue: '#0A84FF' # SwiftUI systemBlue for dark mode
+ cyan: '#64D2FF' # SwiftUI systemCyan for dark mode
+ green: '#30D158' # SwiftUI systemGreen for dark mode
+ magenta: '#FF37F2' # SwiftUI systemPink with blue of systemPurple for dark mode
+ red: '#FF453A' # SwiftUI systemRed for dark mode
+ white: '#F2F2F7' # SwiftUI systemGray6 for light mode
+ yellow: '#FFD60A' # SwiftUI systemYellow for dark mode
+ normal:
+ black: '#1C1C1E' # SwiftUI systemGray6 for dark mode
+ blue: '#007AFF' # SwiftUI systemBlue for light mode
+ cyan: '#32ADE6' # SwiftUI systemCyan for light mode
+ green: '#34C759' # SwiftUI systemGreen for light mode
+ magenta: '#FF2DDE' # SwiftUI systemPink with blue of systemPurple for light mode
+ red: '#FF3B30' # SwiftUI systemRed for light mode
+ white: '#F2F2F7' # SwiftUI systemGray6 for light mode
+ yellow: '#FFCC00' # SwiftUI systemYellow for light mode
diff --git a/standard/previews/apple_dark.yaml.svg b/standard/previews/apple_dark.yaml.svg
new file mode 100644
index 0000000..40bd752
--- /dev/null
+++ b/standard/previews/apple_dark.yaml.svg
@@ -0,0 +1,90 @@
+
diff --git a/standard/previews/apple_light.yaml.svg b/standard/previews/apple_light.yaml.svg
new file mode 100644
index 0000000..bce53eb
--- /dev/null
+++ b/standard/previews/apple_light.yaml.svg
@@ -0,0 +1,90 @@
+