Skip to content
/ k9 Public
forked from sjl/badwolf

A Vim colour scheme written in vim9script based on badwolf

License

Notifications You must be signed in to change notification settings

kohnish/k9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

K9
========
Modified version of vim colorscheme badwolf rewritten in vim9script.
Also inspired by jellybeans for clear diff colours for vimdiff and vim signify.
Pmenu is also modified for LSP.

vimrc to make html colour work on tmux (tmux-256color or screen-256color)
```
set termguicolors
&t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
&t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
```

About

A Vim colour scheme written in vim9script based on badwolf

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 50.6%
  • Emacs Lisp 49.4%