Giter Site home page Giter Site logo

embark-nvim's Introduction

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

embark-nvim's People

Contributors

skbolton avatar pyrho avatar zatchheems avatar h5vx avatar unknowledgeable avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.