mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add rigel theme
This commit is contained in:
parent
2f97742d8d
commit
c04f3c4d1e
|
|
@ -152,6 +152,7 @@ configuration file.
|
|||
| **_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil) |  |
|
||||
| **_rainbow_** |  |
|
||||
| **_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy) |  |
|
||||
| **_rigel_**<br>[source](https://github.com/Rigellute/rigel) |  |
|
||||
| **_rose_pine_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_rose_pine_dawn_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_rose_pine_moon_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
|
|
|
|||
BIN
images/rigel.png
Normal file
BIN
images/rigel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
30
themes/rigel.toml
Normal file
30
themes/rigel.toml
Normal 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'
|
||||
Loading…
Reference in a new issue