diff --git a/README.md b/README.md
index 7ef6f11..a0f2a42 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_pencil_light_**
[source](https://github.com/mattly/iterm-colors-pencil)|![pencil_light](images/pencil_light.png)|
|**_remedy_dark_**
[source](https://github.com/robertrossmann/vscode-remedy)|![remedy_dark](images/remedy_dark.png)|
|**_snazzy_**
[source](https://github.com/sindresorhus/hyper-snazzy)|![snazzy](images/snazzy.png)|
+|**seashells**
[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors)|![seashells](images/seashells.png)|
|**_solarized_dark_**
[source](http://ethanschoonover.com/solarized)|![solarized_dark](images/solarized_dark.png)|
|**_solarized_light_**
[source](http://ethanschoonover.com/solarized)|![solarized_light](images/solarized_light.png)|
|**_taerminal_**
[source](https://github.com/cozywigwam/iterm-taerminal)|![taerminal](images/taerminal.png)|
@@ -80,8 +81,8 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
## Contributing
-Bug reports and pull requests are welcome on GitHub at [alacritty-theme](https://github.com/eendroroy/alacritty-theme)
-repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to
+Bug reports and pull requests are welcome on GitHub at [alacritty-theme](https://github.com/eendroroy/alacritty-theme)
+repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to
adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
1. Fork it ( https://github.com/eendroroy/alacritty-theme/fork )
diff --git a/schemes.yaml b/schemes.yaml
index 967817f..273f735 100644
--- a/schemes.yaml
+++ b/schemes.yaml
@@ -962,6 +962,35 @@ schemes:
cyan: '0x9aedfe'
white: '0xf1f1f0'
+ seashells: &seashells
+ primary:
+ background: '0x061923'
+ foreground: '0xe5c49e'
+ cursor:
+ text: '0x061822'
+ cursor: '0xfeaf3c'
+ selection:
+ text: '0xffe9d7'
+ background: '0x265b75'
+ normal:
+ black: '0x1d485f'
+ red: '0xdb662d'
+ green: '0x008eab'
+ yellow: '0xfeaf3c'
+ blue: '0x255a62'
+ magenta: '0x77dbf4'
+ cyan: '0x5fb1c2'
+ white: '0xe5c49e'
+ bright:
+ black: '0x545d65'
+ red: '0xdd998a'
+ green: '0x739da8'
+ yellow: '0xfedaae'
+ blue: '0x0bc7e3'
+ magenta: '0xc6e8f1'
+ cyan: '0x97b9c0'
+ white: '0xffe9d7'
+
solarized_dark: &solarized_dark
primary:
background: '0x002b36'
diff --git a/themes/seashells.yaml b/themes/seashells.yaml
new file mode 100644
index 0000000..4f84a29
--- /dev/null
+++ b/themes/seashells.yaml
@@ -0,0 +1,38 @@
+# Colors (SeaShells)
+# Source : https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors
+colors:
+ # Default colors
+ primary:
+ background: '#061923'
+ foreground: '#e5c49e'
+
+ # Colors the cursor will use if `custom_cursor_colors` is true
+ cursor:
+ text: '#061822'
+ cursor: '#feaf3c'
+
+ selection:
+ text: '#ffe9d7'
+ background: '#265b75'
+
+ # Normal colors
+ normal:
+ black: '#1d485f'
+ red: '#db662d'
+ green: '#008eab'
+ yellow: '#feaf3c'
+ blue: '#255a62'
+ magenta: '#77dbf4'
+ cyan: '#5fb1c2'
+ white: '#e5c49e'
+
+ # Bright colors
+ bright:
+ black: '#545d65'
+ red: '#dd998a'
+ green: '#739da8'
+ yellow: '#fedaae'
+ blue: '#0bc7e3'
+ magenta: '#c6e8f1'
+ cyan: '#97b9c0'
+ white: '#ffe9d7'
\ No newline at end of file