diff --git a/standard/README.md b/standard/README.md
index 5792f27..2441b47 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -1,6 +1,7 @@
|Theme name | Preview|
| --- | --- |
|**[Afterglow](afterglow.yaml)**:|
|
+|**[Ambience](ambience.yaml)**:|
|
|**[Apple Dark](apple_dark.yaml)**:|
|
|**[Apple Light](apple_light.yaml)**:|
|
|**[Arc Dark](arc_dark.yaml)**:|
|
@@ -56,6 +57,7 @@
|**[Iceberg](iceberg.yaml)**:|
|
|**[Iterm](iterm.yaml)**:|
|
|**[Jellybeans](jellybeans.yaml)**:|
|
+|**[Kanagawa](kanagawa.yaml)**:|
|
|**[Konsole Linux](konsole_linux.yaml)**:|
|
|**[Laser](laser.yaml)**:|
|
|**[Light-pinkish](light-pinkish.yaml)**:|
|
diff --git a/standard/ambience.yaml b/standard/ambience.yaml
new file mode 100644
index 0000000..35e8417
--- /dev/null
+++ b/standard/ambience.yaml
@@ -0,0 +1,23 @@
+accent: "#00c2ff" # Accent color for UI elements
+background: '#300a24' # Terminal background color
+details: darker # Whether the theme is lighter or darker.
+foreground: '#ffffff' # The foreground color.
+terminal_colors: # Ansi escape colors.
+ normal:
+ black: '#2e3436'
+ red: '#cc0000'
+ green: '#4e9a06'
+ yellow: '#c4a000'
+ magenta: '#5d4062'
+ blue: '#3465a4'
+ white: '#a9aca6'
+ cyan: '#06989a'
+ bright:
+ white: '#bfbfbd'
+ black: '#555753'
+ red: '#ef2929'
+ green: '#8ae234'
+ yellow: '#fce94f'
+ blue: '#729fcf'
+ magenta: '#ad7fa8'
+ cyan: '#34e2e2'
\ No newline at end of file
diff --git a/standard/previews/ambience.yaml.svg b/standard/previews/ambience.yaml.svg
new file mode 100644
index 0000000..4d3cdd1
--- /dev/null
+++ b/standard/previews/ambience.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file