Skip to content

tpozzi/Sidonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Sidonia

Sidonia < = >

Screenshot

🚀 Setup

24 Bit Color Setup ( Recommended )

If you have a GUI Vim or a 24-bit terminal with Vim 8, add this to your vimrc:

set termguicolors
colorscheme sidonia

Not sure if your terminal supports 24 bit colorschemes? Check out this list: Truecolor Supported Terminals

ANSI Setup

If you do not have Vim8 you can still run sidonia in full color. You will need to use the sidonia terminal theme in conjunction with the sidonia.vim colorscheme. Essentially this method works similar to the Base-16 colorschemes in that vim will target the terminal colors ( 0 - 15 ). Then add this to your vimrc:

colorscheme sidonia

📂 Installation

There are a few ways to install sidonia. The first option is by using your favorite vim package manager and the second is by manual download.

Package Manager Option
Manager Location Setup
Vundle add to .vimrc: Plugin 'alessandroyorba/sidonia'
NeoBundle add to .vimrc: NeoBundle 'alessandroyorba/sidonia'
VimPlug add to .vimrc: Plug 'alessandroyorba/sidonia'
Pathogen from terminal: cd ~/.vim/bundle && \ git clone git://github.com/alessandroyorba/sidonia
Download Option

Download the .zip and copy sidonia.vim to ~/.vim/colors (on Windows <your-vim-dir>\vimfiles\colors). Or for global accessibility, /usr/share/vim/vimfiles/colors.

🐙 Related

Feedback, issues or suggestions?. Open an Issue Sidonia Issues! Also, if you like Sidonia you might want to check out some of the other Vim themes that I'm working on:

Alduin alduinScreenshot

Sierra sierraScreenshot

Despacio despacioScreenshot

Monrovia monroviaScreenshot