mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add Aura theme
This commit is contained in:
parent
8b89ed4732
commit
489cb8d014
3 changed files with 31 additions and 0 deletions
|
@ -44,6 +44,7 @@ configuration file.
|
|||
| **_ashes_dark_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_dark](images/ashes_dark.png) |
|
||||
| **_ashes_light_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_light](images/ashes_light.png) |
|
||||
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) | ![atom_one_light](images/atom_one_light.png) |
|
||||
| **_aura_**<br>[source](https://github.com/daltonmenezes/aura-theme) | ![aura](images/aura.png) |
|
||||
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_dark](images/ayu_dark.png) |
|
||||
| **_ayu_light_**<br>[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_light](images/ayu_light.png) |
|
||||
| **_baitong_**<br>[source](https://github.com/cypj/baitong-theme) | ![baitong](images/baitong.png) |
|
||||
|
|
BIN
images/aura.png
Normal file
BIN
images/aura.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
30
themes/aura.toml
Normal file
30
themes/aura.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
[colors.primary]
|
||||
background = "#15141b"
|
||||
foreground = "#edecee"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#a277ff"
|
||||
|
||||
[colors.selection]
|
||||
text = "CellForeground"
|
||||
background = "#29263c"
|
||||
|
||||
[colors.normal]
|
||||
black = "#110f18"
|
||||
red = "#ff6767"
|
||||
green = "#61ffca"
|
||||
yellow = "#ffca85"
|
||||
blue = "#a277ff"
|
||||
magenta = "#a277ff"
|
||||
cyan = "#61ffca"
|
||||
white = "#edecee"
|
||||
|
||||
[colors.bright]
|
||||
black = "#4d4d4d"
|
||||
red = "#ff6767"
|
||||
green = "#61ffca"
|
||||
yellow = "#ffca85"
|
||||
blue = "#a277ff"
|
||||
magenta = "#a277ff"
|
||||
cyan = "#61ffca"
|
||||
white = "#edecee"
|
Loading…
Reference in a new issue