Add rigel theme

This commit is contained in:
Ed Flinchum 2025-05-09 19:17:59 -04:00 committed by GitHub
parent 2f97742d8d
commit c04f3c4d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 0 deletions

View file

@ -152,6 +152,7 @@ configuration file.
| **_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil) | ![pencil_light](images/pencil_light.png) |
| **_rainbow_** | ![rainbow](images/rainbow.png) |
| **_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy) | ![remedy_dark](images/remedy_dark.png) |
| **_rigel_**<br>[source](https://github.com/Rigellute/rigel) | ![rigel](images/rigel.png) |
| **_rose_pine_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose_pine](images/rose_pine.png) |
| **_rose_pine_dawn_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose_pine_dawn](images/rose_pine_dawn.png) |
| **_rose_pine_moon_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose_pine_moon](images/rose_pine_moon.png) |

BIN
images/rigel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

30
themes/rigel.toml Normal file
View file

@ -0,0 +1,30 @@
# Rigel theme
# Source: https://github.com/Rigellute/rigel/blob/master/alacritty.toml
[colors.primary]
background = '#002635'
foreground = '#e6e6dc'
[colors.normal]
black = '#00384d'
red = '#c43061'
green = '#7fc06e'
yellow = '#f08e48'
blue = '#1c8db2'
magenta = '#c694ff'
cyan = '#00cccc'
white = '#77929e'
[colors.bright]
black = '#517f8d'
red = '#ff5a67'
green = '#9cf087'
yellow = '#ffcc1b'
blue = '#7eb2dd'
magenta = '#fb94ff'
cyan = '#00ffff'
white = '#b7cff9'
[colors.cursor]
text = '#002635'
cursor = '#ffcc1b'