Add Vesper theme

This commit is contained in:
Rafael Bardini 2024-06-17 03:28:16 +02:00 committed by GitHub
parent 94e1dc0b95
commit a4041aeea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 0 deletions

View file

@ -155,6 +155,7 @@ configuration file.
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) |
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) |
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) |
| **_vesper_**<br>[source](https://github.com/raunofreiberg/vesper) | ![vesper](images/vesper.png) |
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
| **_xterm_** | ![xterm](images/xterm.png) |
| **_zenburn_**<br>[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) |

BIN
images/vesper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

26
themes/vesper.toml Normal file
View file

@ -0,0 +1,26 @@
# Colors (Vesper)
# Source https://github.com/raunofreiberg/vesper
[colors.primary]
background = '#101010'
foreground = '#ffffff'
[colors.normal]
black = '#101010'
red = '#f5a191'
green = '#90b99f'
yellow = '#e6b99d'
blue = '#aca1cf'
magenta = '#e29eca'
cyan = '#ea83a5'
white = '#a0a0a0'
[colors.bright]
black = '#7e7e7e'
red = '#ff8080'
green = '#99ffe4'
yellow = '#ffc799'
blue = '#b9aeda'
magenta = '#ecaad6'
cyan = '#f591b2'
white = '#ffffff'