mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add the iris theme
This commit is contained in:
parent
11664caf4c
commit
3825542aff
|
|
@ -88,6 +88,7 @@ configuration file.
|
|||
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) |  |
|
||||
| **_hyper_**<br>[source](https://hyper.is) |  |
|
||||
| **_inferno_**<br>[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) |  |
|
||||
| **_iris_**<br>[source](https://github.com/DioptricDesign/Iris) |  |
|
||||
| **_iterm_** |  |
|
||||
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
|
|
|
|||
BIN
images/iris.png
Normal file
BIN
images/iris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
28
themes/iris.toml
Normal file
28
themes/iris.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (Iris)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#272537'
|
||||
foreground = '#e8e6e9'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#111133'
|
||||
red = '#d61d52'
|
||||
green = '#48a842'
|
||||
yellow = '#e1a51c'
|
||||
blue = '#5556d3'
|
||||
magenta = '#8650d3'
|
||||
cyan = '#52afb7'
|
||||
white = '#9f9aa7'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#484867'
|
||||
red = '#e15877'
|
||||
green = '#71ab3a'
|
||||
yellow = '#c6a642'
|
||||
blue = '#6d6dc9'
|
||||
magenta = '#956ad3'
|
||||
cyan = '#6ab6bd'
|
||||
white = '#e8e6e9'
|
||||
Loading…
Reference in a new issue