Add the iris theme

This commit is contained in:
DioptricDesign 2023-12-15 23:38:14 -07:00 committed by GitHub
parent 11664caf4c
commit 3825542aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 0 deletions

View file

@ -88,6 +88,7 @@ configuration file.
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) | ![horizon-dark](images/horizon-dark.png) |
| **_hyper_**<br>[source](https://hyper.is) | ![hyper](images/hyper.png) |
| **_inferno_**<br>[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) | ![inferno](images/inferno.png) |
| **_iris_**<br>[source](https://github.com/DioptricDesign/Iris) | ![iris](images/iris.png) |
| **_iterm_** | ![iterm](images/iterm.png) |
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_dragon](images/kanagawa_dragon.png) |
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_wave](images/kanagawa_wave.png) |

BIN
images/iris.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

28
themes/iris.toml Normal file
View 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'