diff --git a/README.md b/README.md index 66fe7f6..f9b4339 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ configuration file. | **_tomorrow_night_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) | | **_tomorrow_night_bright_**
[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) | | **_ubuntu_**
[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) | +| **_vesper_**
[source](https://github.com/raunofreiberg/vesper) | ![vesper](images/vesper.png) | | **_wombat_**
[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) | | **_xterm_** | ![xterm](images/xterm.png) | | **_zenburn_**
[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) | diff --git a/images/vesper.png b/images/vesper.png new file mode 100644 index 0000000..dcbbab7 Binary files /dev/null and b/images/vesper.png differ diff --git a/themes/vesper.toml b/themes/vesper.toml new file mode 100644 index 0000000..dea338c --- /dev/null +++ b/themes/vesper.toml @@ -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'