https://github.com/terroo/vim-themes
The themes for Vim that I think are the coolest!
https://github.com/terroo/vim-themes
vim-themes
Last synced: 3 months ago
JSON representation
The themes for Vim that I think are the coolest!
- Host: GitHub
- URL: https://github.com/terroo/vim-themes
- Owner: terroo
- Created: 2020-03-25T11:58:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T13:57:25.000Z (over 4 years ago)
- Last Synced: 2025-01-09T02:15:28.690Z (4 months ago)
- Topics: vim-themes
- Language: Vim script
- Homepage:
- Size: 359 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-themes
The themes for Vim that I think are the coolest!
# Instalation
```sh
git clone https://github.com/terroo/vim-themes
mkdir -p ~/.vim
mv vim-themes/themes ~/.vim
```# Use
Insert the theme path in your `.vimrc`: *source ~/.vim/themes/**THEME_NAME**.vim*
> Example```sh
echo "source ~/.vim/themes/terroo-colors.vim" >> ~/.vimrc
```If you want to use a ready `vimrc`
```sh
mv vim-themes/vimrc ~/.vimrc
```# Each theme has its own license, as well as its contact details and repository/author/contact and others.
```sh
for i in vim-themes/themes/*; do head $i | \
sed -n '/github\|Author\|Maintainer/p'; done
```For more information see the links below
-
-
-
-