mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Fix images in the README
This commit is contained in:
parent
69791aa5a8
commit
9e42c1072f
13
README.md
13
README.md
|
|
@ -1,15 +1,13 @@
|
|||
![logo][logo]
|
||||

|
||||
|
||||
|
||||
> It's the colorscheme we set that defines us. *(Batman)*
|
||||
|
||||
[](https://github.com/whatyouhide/vim-gotham/actions?query=workflow%3Amain)
|
||||
> It's the colorscheme we set that defines us. — *(Batman)*
|
||||
|
||||
Gotham is a **very dark** vim colorscheme. It works on GUI vim (MacVim or gVim)
|
||||
and on terminal vim. For terminal vim, there's support for a lot of terminal
|
||||
emulators in the [gotham-contrib][gotham-contrib] repository.
|
||||
|
||||
![screenshot][screenshot]
|
||||
<img width="1013" alt="Screenshot of the color scheme" src="https://user-images.githubusercontent.com/3890250/206901895-954841ad-ea49-4c27-8206-1ef8aa55637c.png">
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
@ -80,7 +78,7 @@ let g:gotham_airline_emphasised_insert = 0
|
|||
Gotham supports [lightline.vim][lightline.vim] too. To enable the colorscheme,
|
||||
add one of the following lines to your `.vimrc`:
|
||||
|
||||
``` viml
|
||||
```viml
|
||||
let g:lightline = { 'colorscheme': 'gotham' }
|
||||
let g:lightline = { 'colorscheme': 'gotham256' }
|
||||
```
|
||||
|
|
@ -127,9 +125,6 @@ You can find the list of contributors [here][contributors].
|
|||
|
||||
MIT © 2014 Andrea Leopardi, see [the license][license-file].
|
||||
|
||||
|
||||
[logo]: http://i.imgur.com/FDLEzHC.png "Logo"
|
||||
[screenshot]: http://i.imgur.com/NfRuHFN.png "A vim screenshot"
|
||||
[license-file]: LICENSE.txt
|
||||
|
||||
[vim-plug]: https://github.com/junegunn/vim-plug
|
||||
|
|
|
|||
Loading…
Reference in a new issue