Add iTerm 2 SolarDark theme

This commit is contained in:
AndreW 2026-02-14 00:02:25 +03:00 committed by GitHub
parent 09db982deb
commit dcd8375320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 0 deletions

View file

@ -115,6 +115,7 @@ configuration file.
| **_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) |
| **_iterm_solardark_**<br>[source](https://github.com/andrewt82/alacritty-theme) | ![iterm](images/iterm_solardark.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) |
| **_kimbie_dark_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) | ![kimbie_dark](images/kimbie_dark.png) |

BIN
images/iterm_solardark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

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