diff --git a/standard/README.md b/standard/README.md
index 922ea8b..abf4958 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -96,6 +96,15 @@
|**[Remedy Dark](remedy_dark.yaml)**:|
|
|**[Seashells](seashells.yaml)**:|
|
|**[Shades Of Purple](shades_of_purple.yaml)**:|
|
+|**[Sequoia Monochrome Dark](sequoia_monochrome_dark.yaml)**:|
|
+|**[Sequoia Monochrome Light](sequoia_monochrome_light.yaml)**:|
|
+|**[Sequoia Moonlight Dark](sequoia_moonlight_dark.yaml)**:|
|
+|**[Sequoia Moonlight Light](sequoia_moonlight_light.yaml)**:|
|
+|**[Sequoia Retro Dark](sequoia_retro_dark.yaml)**:|
|
+|**[Sequoia Retro Light](sequoia_retro_light.yaml)**:|
|
+|**[Serendipity Midnight](serendipity_midnight.yaml)**:|
|
+|**[Serendipity Morning](serendipity_morning.yaml)**:|
|
+|**[Serendipity Sunset](serendipity_sunset.yaml)**:|
|
|**[Shades Of Purple Super Dark](shades_of_purple_super_dark.yaml)**:|
|
|**[Simply Dark](simply_dark.yaml)**:|
|
|**[Snazzy](snazzy.yaml)**:|
|
diff --git a/standard/previews/sequoia_monochrome_dark.yaml.svg b/standard/previews/sequoia_monochrome_dark.yaml.svg
new file mode 100644
index 0000000..7f036ac
--- /dev/null
+++ b/standard/previews/sequoia_monochrome_dark.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/sequoia_monochrome_light.yaml.svg b/standard/previews/sequoia_monochrome_light.yaml.svg
new file mode 100644
index 0000000..526796a
--- /dev/null
+++ b/standard/previews/sequoia_monochrome_light.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/sequoia_moonlight_dark.yaml.svg b/standard/previews/sequoia_moonlight_dark.yaml.svg
new file mode 100644
index 0000000..83387bb
--- /dev/null
+++ b/standard/previews/sequoia_moonlight_dark.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/sequoia_moonlight_light.yaml.svg b/standard/previews/sequoia_moonlight_light.yaml.svg
new file mode 100644
index 0000000..e669785
--- /dev/null
+++ b/standard/previews/sequoia_moonlight_light.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/sequoia_retro_dark.yaml.svg b/standard/previews/sequoia_retro_dark.yaml.svg
new file mode 100644
index 0000000..970dcf8
--- /dev/null
+++ b/standard/previews/sequoia_retro_dark.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/sequoia_retro_light.yaml.svg b/standard/previews/sequoia_retro_light.yaml.svg
new file mode 100644
index 0000000..abab9a3
--- /dev/null
+++ b/standard/previews/sequoia_retro_light.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/serendipity_midnight.yaml.svg b/standard/previews/serendipity_midnight.yaml.svg
new file mode 100644
index 0000000..296b417
--- /dev/null
+++ b/standard/previews/serendipity_midnight.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/serendipity_morning.yaml.svg b/standard/previews/serendipity_morning.yaml.svg
new file mode 100644
index 0000000..3bcbd07
--- /dev/null
+++ b/standard/previews/serendipity_morning.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/serendipity_sunset.yaml.svg b/standard/previews/serendipity_sunset.yaml.svg
new file mode 100644
index 0000000..280b6dd
--- /dev/null
+++ b/standard/previews/serendipity_sunset.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/sequoia_monochrome_dark.yaml b/standard/sequoia_monochrome_dark.yaml
new file mode 100644
index 0000000..d7e5a1d
--- /dev/null
+++ b/standard/sequoia_monochrome_dark.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Monochrome-Dark
+accent: '#b6bac8'
+background: '#0f1014'
+foreground: '#868690'
+details: darker
+terminal_colors:
+ normal:
+ black: '#131317'
+ red: '#999eb2'
+ green: '#626983'
+ yellow: '#d3d5de'
+ blue: '#7c829d'
+ magenta: '#e2e4ed'
+ cyan: '#b6bac8'
+ white: '#868690'
+ bright:
+ black: '#575861'
+ red: '#999eb2'
+ green: '#626983'
+ yellow: '#d3d5de'
+ blue: '#7c829d'
+ magenta: '#e2e4ed'
+ cyan: '#b6bac8'
+ white: '#868690'
diff --git a/standard/sequoia_monochrome_light.yaml b/standard/sequoia_monochrome_light.yaml
new file mode 100644
index 0000000..a4b2915
--- /dev/null
+++ b/standard/sequoia_monochrome_light.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Monochrome-Light
+accent: '#454752'
+background: '#edeef2'
+foreground: '#282930'
+details: lighter
+terminal_colors:
+ normal:
+ black: '#d4d5dc'
+ red: '#525666'
+ green: '#2e3038'
+ yellow: '#50535e'
+ blue: '#5f6370'
+ magenta: '#25262d'
+ cyan: '#454752'
+ white: '#282930'
+ bright:
+ black: '#42434e'
+ red: '#525666'
+ green: '#2e3038'
+ yellow: '#50535e'
+ blue: '#5f6370'
+ magenta: '#25262d'
+ cyan: '#454752'
+ white: '#282930'
diff --git a/standard/sequoia_moonlight_dark.yaml b/standard/sequoia_moonlight_dark.yaml
new file mode 100644
index 0000000..036e7c9
--- /dev/null
+++ b/standard/sequoia_moonlight_dark.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Moonlight-Dark
+accent: '#ffbb88'
+background: '#0f1014'
+foreground: '#868690'
+details: darker
+terminal_colors:
+ normal:
+ black: '#131317'
+ red: '#f58ee0'
+ green: '#8eb6f5'
+ yellow: '#9898a6'
+ blue: '#c58fff'
+ magenta: '#fdfdfe'
+ cyan: '#ffbb88'
+ white: '#868690'
+ bright:
+ black: '#575861'
+ red: '#f58ee0'
+ green: '#8eb6f5'
+ yellow: '#9898a6'
+ blue: '#c58fff'
+ magenta: '#fdfdfe'
+ cyan: '#ffbb88'
+ white: '#868690'
diff --git a/standard/sequoia_moonlight_light.yaml b/standard/sequoia_moonlight_light.yaml
new file mode 100644
index 0000000..c7e92f6
--- /dev/null
+++ b/standard/sequoia_moonlight_light.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Moonlight-Light
+accent: '#d9884a'
+background: '#edeef2'
+foreground: '#282930'
+details: lighter
+terminal_colors:
+ normal:
+ black: '#d4d5dc'
+ red: '#c94da8'
+ green: '#4a85d4'
+ yellow: '#6a6a78'
+ blue: '#9a5fd9'
+ magenta: '#282930'
+ cyan: '#d9884a'
+ white: '#282930'
+ bright:
+ black: '#42434e'
+ red: '#c94da8'
+ green: '#4a85d4'
+ yellow: '#6a6a78'
+ blue: '#9a5fd9'
+ magenta: '#282930'
+ cyan: '#d9884a'
+ white: '#282930'
diff --git a/standard/sequoia_retro_dark.yaml b/standard/sequoia_retro_dark.yaml
new file mode 100644
index 0000000..4b14f53
--- /dev/null
+++ b/standard/sequoia_retro_dark.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Retro-Dark
+accent: '#a27e57'
+background: '#0f1014'
+foreground: '#868690'
+details: darker
+terminal_colors:
+ normal:
+ black: '#131317'
+ red: '#829fa7'
+ green: '#648f68'
+ yellow: '#da674b'
+ blue: '#5c87a4'
+ magenta: '#e8b246'
+ cyan: '#a27e57'
+ white: '#868690'
+ bright:
+ black: '#575861'
+ red: '#e8b246'
+ green: '#648f68'
+ yellow: '#da674b'
+ blue: '#5c87a4'
+ magenta: '#829fa7'
+ cyan: '#a27e57'
+ white: '#868690'
diff --git a/standard/sequoia_retro_light.yaml b/standard/sequoia_retro_light.yaml
new file mode 100644
index 0000000..6d6df04
--- /dev/null
+++ b/standard/sequoia_retro_light.yaml
@@ -0,0 +1,24 @@
+name: Sequoia Retro-Light
+accent: '#8a6539'
+background: '#edeef2'
+foreground: '#282930'
+details: lighter
+terminal_colors:
+ normal:
+ black: '#d4d5dc'
+ red: '#5f7982'
+ green: '#4a704e'
+ yellow: '#bf5238'
+ blue: '#456a82'
+ magenta: '#c99730'
+ cyan: '#8a6539'
+ white: '#282930'
+ bright:
+ black: '#42434e'
+ red: '#c99730'
+ green: '#4a704e'
+ yellow: '#bf5238'
+ blue: '#456a82'
+ magenta: '#5f7982'
+ cyan: '#8a6539'
+ white: '#282930'
diff --git a/standard/serendipity_midnight.yaml b/standard/serendipity_midnight.yaml
new file mode 100644
index 0000000..1b023ec
--- /dev/null
+++ b/standard/serendipity_midnight.yaml
@@ -0,0 +1,24 @@
+name: Serendipity Midnight
+accent: '#f8d2c9'
+background: '#151726'
+foreground: '#dee0ef'
+details: darker
+terminal_colors:
+ normal:
+ black: '#232534'
+ red: '#ee8679'
+ green: '#5ba2d0'
+ yellow: '#a78bfa'
+ blue: '#94b8ff'
+ magenta: '#9ccfd8'
+ cyan: '#f8d2c9'
+ white: '#dee0ef'
+ bright:
+ black: '#8d8f9e'
+ red: '#ee8679'
+ green: '#5ba2d0'
+ yellow: '#a78bfa'
+ blue: '#94b8ff'
+ magenta: '#9ccfd8'
+ cyan: '#f8d2c9'
+ white: '#dee0ef'
diff --git a/standard/serendipity_morning.yaml b/standard/serendipity_morning.yaml
new file mode 100644
index 0000000..57f0a02
--- /dev/null
+++ b/standard/serendipity_morning.yaml
@@ -0,0 +1,24 @@
+name: Serendipity Morning
+accent: '#e58678'
+background: '#f6f7fb'
+foreground: '#3f4363'
+details: lighter
+terminal_colors:
+ normal:
+ black: '#ccd0dc'
+ red: '#c25a4d'
+ green: '#2f7aab'
+ yellow: '#785fd0'
+ blue: '#6288d8'
+ magenta: '#629aa5'
+ cyan: '#e58678'
+ white: '#3f4363'
+ bright:
+ black: '#505575'
+ red: '#c25a4d'
+ green: '#2f7aab'
+ yellow: '#785fd0'
+ blue: '#6288d8'
+ magenta: '#629aa5'
+ cyan: '#e58678'
+ white: '#3f4363'
diff --git a/standard/serendipity_sunset.yaml b/standard/serendipity_sunset.yaml
new file mode 100644
index 0000000..3737613
--- /dev/null
+++ b/standard/serendipity_sunset.yaml
@@ -0,0 +1,24 @@
+name: Serendipity Sunset
+accent: '#d6b4b4'
+background: '#202231'
+foreground: '#dee0ef'
+details: darker
+terminal_colors:
+ normal:
+ black: '#363847'
+ red: '#d1918f'
+ green: '#709bbd'
+ yellow: '#a392dc'
+ blue: '#a0b6e8'
+ magenta: '#aac9d4'
+ cyan: '#d6b4b4'
+ white: '#dee0ef'
+ bright:
+ black: '#6b6d7c'
+ red: '#d1918f'
+ green: '#709bbd'
+ yellow: '#a392dc'
+ blue: '#a0b6e8'
+ magenta: '#aac9d4'
+ cyan: '#d6b4b4'
+ white: '#dee0ef'