Skip to content

alexis-moins/embark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embark Logo

An ambitious Vim theme.

"Man cannot discover new oceans unless he has the courage to lose sight of the shore. - Andre Gide"

embark screenshot

More screenshots here.

Getting Started

At this time only terminals supporting truecolors will work. Make sure you have set termguicolors in your vimrc

First install plugin with your favorite plugin manager. Note you should rename the plugin using your plugin manager's built in facilities to do so.

vim-plug

Plug 'embark-theme/vim', { 'as': 'embark', 'branch': 'main' }

vim-packager

...
call packager#add('embark-theme/vim', { 'name': 'embark' })
...

Then set your colorsheme in vim.

colorscheme embark

Lightline support

A lightline theme is also available. Just set your colorscheme to embark.

let g:lightline = {
      \ 'colorscheme': 'embark',
      \ }

Airline support

Airline should just pick up on theme automatically, but if there is an issue with this it can be set manually. let g:airline_theme = 'embark'

Configuration

Embark offers a few configuration values to control features. Setting values to 1 will turn the feature on.

Italics - Make sure your terminal is set up to handle them. See this for help getting italics and true color working in your terminal.

let g:embark_terminal_italics = 1

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%