Skip to content

Commit

Permalink
Updated README to detail previously undocumented features
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-augusto committed Nov 1, 2019
1 parent aefb544 commit 3a8de4e
Showing 1 changed file with 52 additions and 11 deletions.
63 changes: 52 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# vim-afterglow

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MVSBJ7JKSVGZ4&source=url)
> Vim adaptation of the famous [Afterglow](https://github.com/YabataDesign/afterglow-theme) theme from Sublime Text 2/3.
🎨 Vim adaptation of the [Afterglow](https://github.com/YabataDesign/afterglow-theme) theme from Sublime Text 2/3.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MVSBJ7JKSVGZ4&source=url)

🎁 Airline scheme included.
🚀 **Modern** and nicely integrated with plugins and environments.

🔋 **Batteries included** so that you can concentrate on **what matters most: your code**.
- Built-in airline scheme ✈️
- No bad surprises:
- backwards compatibility (neovim, vim 8/7/6/5/4...)
- multiple terminal capabilities (gui, cterm 256,
cterm 88...)
- Highlighted important keywords in <span style="color:#b05279;font-weight:bold;">reddish and bold</span> inside comments: TODO/FIXME/XXX...
- No more "it looks flat/terrible on this language": includes customized highlighting for many popular languages
- Java
- Python
- C
- Lua
- Go
- Clojure
- Scala
- PHP
- and many others...

🎨 **Easy on the eyes**

Click on the image below to view it in the original size (more screenshots below):
<center>
<a href="https://user-images.githubusercontent.com/8104631/68043099-cfbc4800-fcd4-11e9-8b9d-2ba0372f4196.png">
<img width="900" alt="python1" src="https://user-images.githubusercontent.com/8104631/68043099-cfbc4800-fcd4-11e9-8b9d-2ba0372f4196.png">
</a>
</center>

## Setup

Expand Down Expand Up @@ -35,17 +62,31 @@ To further customize Afterglow, you can use the following options **before** set

## Screenshots

### Python
<img width="800" alt="python" src="https://cloud.githubusercontent.com/assets/8104631/23351157/c9c22072-fcbf-11e6-8c58-a04e0838ce5c.png">
<center>
<p>Python</p>
<img width="600" alt="python2" src="https://cloud.githubusercontent.com/assets/8104631/23351157/c9c22072-fcbf-11e6-8c58-a04e0838ce5c.png">
</center>

---

<center>
<p>Ruby</p>
<img width="600" alt="ruby" src="https://cloud.githubusercontent.com/assets/8104631/23351154/c99cf856-fcbf-11e6-88f6-857568a7ed8d.png">
</center>

---

### Ruby
<img width="800" alt="ruby" src="https://cloud.githubusercontent.com/assets/8104631/23351154/c99cf856-fcbf-11e6-88f6-857568a7ed8d.png">
<center>
<p>HTML</p>
<img width="600" alt="html" src="https://cloud.githubusercontent.com/assets/8104631/23351156/c9bd9318-fcbf-11e6-9f49-0dc661c5aad5.png">
</center>

### HTML
<img width="800" alt="html" src="https://cloud.githubusercontent.com/assets/8104631/23351156/c9bd9318-fcbf-11e6-9f49-0dc661c5aad5.png">
---

<!--### LaTeX-->
<!--<img width="800" alt="latex" src="https://cloud.githubusercontent.com/assets/8104631/23351155/c9b3d7c4-fcbf-11e6-8229-0c50707a98be.png">-->
<center>
<p>LaTeX</p>
<img width="600" alt="latex" src="https://cloud.githubusercontent.com/assets/8104631/23351155/c9b3d7c4-fcbf-11e6-8229-0c50707a98be.png">
</center>

## Donate

Expand Down

0 comments on commit 3a8de4e

Please sign in to comment.