mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add iTerm 2 SolarDark theme
This commit is contained in:
parent
09db982deb
commit
dcd8375320
|
|
@ -115,6 +115,7 @@ configuration file.
|
|||
| **_inferno_**<br>[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) |  |
|
||||
| **_iris_**<br>[source](https://github.com/DioptricDesign/Iris) |  |
|
||||
| **_iterm_** |  |
|
||||
| **_iterm_solardark_**<br>[source](https://github.com/andrewt82/alacritty-theme) |  |
|
||||
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
| **_kimbie_dark_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
|
||||
|
|
|
|||
BIN
images/iterm_solardark.png
Normal file
BIN
images/iterm_solardark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
32
themes/iterm_solardark.toml
Normal file
32
themes/iterm_solardark.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Colors (iTerm 2 SolarDark theme)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#002833'
|
||||
foreground = '#a5abb6'
|
||||
|
||||
[colors.cursor]
|
||||
text = "#003440"
|
||||
cursor = "#f86100"
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#003440'
|
||||
red = '#dc312e'
|
||||
green = '#7cc67f'
|
||||
yellow = '#b58900'
|
||||
blue = '#268ad2'
|
||||
magenta = '#d33582'
|
||||
cyan = '#2aa197'
|
||||
white = '#eee8d5'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#00779a'
|
||||
red = '#f9314b'
|
||||
green = '#5bee96'
|
||||
yellow = '#c08f34'
|
||||
blue = '#109fd2'
|
||||
magenta = '#e9679f'
|
||||
cyan = '#00bdae'
|
||||
white = '#fdf6e3'
|
||||
Loading…
Reference in a new issue