Merge pull request #31 from sergibarroso/master

Added SeaShells theme ported from iTerm
This commit is contained in:
indrajit 2021-06-15 12:48:54 +06:00 committed by GitHub
commit 06c3920d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 2 deletions

View file

@ -63,6 +63,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil)|![pencil_light](images/pencil_light.png)|
|**_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy)|![remedy_dark](images/remedy_dark.png)|
|**_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy)|![snazzy](images/snazzy.png)|
|**seashells**<br>[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors)|![seashells](images/seashells.png)|
|**_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized)|![solarized_dark](images/solarized_dark.png)|
|**_solarized_light_**<br>[source](http://ethanschoonover.com/solarized)|![solarized_light](images/solarized_light.png)|
|**_taerminal_**<br>[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 )

View file

@ -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'

38
themes/seashells.yaml Normal file
View file

@ -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'