Skip to content

Framer X Playground's colors, but in Vim (but especially MacVim)

Notifications You must be signed in to change notification settings

balanceiskey/vim-framer-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution - 5/21 - This repository is under construction for the moment as it runs through some transitions and tweaking. We'll shift to a standard release model in the future but for now assume colors, names, etc are all in flux (and be particularly wary if you update your plugins a lot).

vim-framer-syntax

framer

A straight rip of Framer's beautiful in-app editor. It's faithful to Framer's original color choices and where necessary, makes tweaks that benefit Vim (think extensions like lightline and ctrlp) and non-JS based projects. It's built using estilo. JavaScript was tuned against pangloss' vim-javascript.

Pssssst, I come in a light mode too:

CleanShot 2021-05-20 at 22 59 29@2x

Install

This'll work just fine with your plugin-manager-of-choice, just target this repo. With vim-plug I do this:

Plug 'balanceiskey/vim-framer-syntax', { 'branch': 'main' }

And run :PlugInstall. Set the color scheme by running :color framer_syntax_dark (or light) or updating your .vimrc with color framer_syntax_dark (or light).

Lightline

To use the accompanying lightline theme, add the following to your .vimrc:

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

About

Framer X Playground's colors, but in Vim (but especially MacVim)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published