diff --git a/standard/README.md b/standard/README.md
index 9790afc..42bcadd 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -27,6 +27,7 @@
|**[Cyberpunk-v](cyberpunk-v.yaml)**:|
|
|**[Daobeam](daobeam.yaml)**:|
|
|**[Darcula](darcula.yaml)**:|
|
+|**[Dark-pinkish](dark-pinkish.yaml)**:|
|
|**[Dark Pastels](dark_pastels.yaml)**:|
|
|**[Default Dark](default_dark.yaml)**:|
|
|**[Dracula](dracula.yaml)**:|
|
@@ -56,6 +57,7 @@
|**[Jellybeans](jellybeans.yaml)**:|
|
|**[Konsole Linux](konsole_linux.yaml)**:|
|
|**[Laser](laser.yaml)**:|
|
+|**[Light-pinkish](light-pinkish.yaml)**:|
|
|**[Low Contrast](low_contrast.yaml)**:|
|
|**[Lucario](lucario.yaml)**:|
|
|**[Material Theme](material_theme.yaml)**:|
|
diff --git a/standard/dark-pinkish.yaml b/standard/dark-pinkish.yaml
new file mode 100644
index 0000000..5182f23
--- /dev/null
+++ b/standard/dark-pinkish.yaml
@@ -0,0 +1,26 @@
+accent:
+ left: '#f383af' # Accent color for UI elements
+ right: '#c96ef7'
+background: '#120128' # Terminal background color
+details: darker # Whether the theme is lighter or darker.
+foreground: '#dfafe9' # The foreground color.
+terminal_colors: # Ansi escape colors.
+ bright:
+ black: '#17062d'
+ blue: '#9998ff'
+ cyan: '#01c7e0'
+ green: '#00cc99'
+ magenta: '#c96ef7'
+ red: '#ea5ea8'
+ white: '#f8b9d2'
+ yellow: '#EB4F9F'
+ normal:
+ black: '#17062d'
+ blue: '#9998ff'
+ cyan: '#01c7e0'
+ green: '#00cc99'
+ magenta: '#c96ef7'
+ red: '#ea5ea8'
+ white: '#f8b9d2'
+ yellow: '#ffc466'
+
diff --git a/standard/light-pinkish.yaml b/standard/light-pinkish.yaml
new file mode 100644
index 0000000..ff5ac23
--- /dev/null
+++ b/standard/light-pinkish.yaml
@@ -0,0 +1,25 @@
+accent:
+ left: '#f48bb5' # Accent color for UI elements
+ right: '#dfcce5'
+background: '#fffcff' # Terminal background color
+details: lighter # Whether the theme is lighter or darker.
+foreground: '#660066' # The foreground color.
+terminal_colors: # Ansi escape colors.
+ bright:
+ black: '#000000'
+ blue: '#666bff'
+ cyan: '#00a5b3'
+ green: '#00aa64'
+ magenta: '#cc00ff'
+ red: '#e916a6'
+ white: '#ffb3c6'
+ yellow: '#ffb3c6'
+ normal:
+ black: '#000000'
+ blue: '#666bff'
+ cyan: '#00a5b3'
+ green: '#00aa64'
+ magenta: '#960096'
+ red: '#e916a6'
+ white: '#ffb3c6'
+ yellow: '#ff9900'
diff --git a/standard/previews/dark-pinkish.yaml.svg b/standard/previews/dark-pinkish.yaml.svg
new file mode 100644
index 0000000..7b0815b
--- /dev/null
+++ b/standard/previews/dark-pinkish.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/previews/light-pinkish.yaml.svg b/standard/previews/light-pinkish.yaml.svg
new file mode 100644
index 0000000..41896e0
--- /dev/null
+++ b/standard/previews/light-pinkish.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file