You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Install
This'll work just fine with your plugin-manager-of-choice, just target this repo. With vim-plug I do this:
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)