rpopic2 / idarkmode.vim

Makes your vim adapt to your iPhone, iPad's dark mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idarkmode.vim

Make your vim in Blink Shell adapt to dark mode of your iPhone, or iPad.

Installation

  1. Add following lines of code to your theme .js file.
if(typeof t.io === 'undefined') return;
    t.io.sendString("~/.vim/plugged/idarkmode.vim/bin/idktog\n");

You can change the directory to where you installed this plugin. e.g

  1. Use your favourite vim plugin manager
Plug 'rpopic2/idarkmode.vim'
  1. Toggle between dark mode and light mode and your vim will adapt to it!

About

Makes your vim adapt to your iPhone, iPad's dark mode


Languages

Language:Vim Script 79.7%Language:Shell 20.3%