Add Aura theme

This commit is contained in:
Mohammed 2024-01-15 22:58:46 +03:00 committed by GitHub
parent 8b89ed4732
commit 489cb8d014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 0 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

30
themes/aura.toml Normal file
View 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"