sabrinagannon / vim-garbage-oracle

Light and dark vim themes with colours inspired by the goddess mode comic series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage Oracle Vim Theme

See it on vim colours

Generated by Themer
Contrasting colours chosen by Tanaguru Contrast Finder
Palette inspired by the Goddess Mode comic series

Configuration

set background=dark " set background=light to load light version
colorscheme garbage-oracle
let g:lightline = { " if you use itchyny/lightline.vim for your statusline 
      \ 'colorscheme': 'GarbageOracle',
      \ }
syntax enable

Italics Support

This theme supports italics for code comments; since not all terminals support italics this is something you'll have to enable in your vim configuration if you want to use it with your italics friendly terminal:

" Enable italicized coments
let g:garbage_terminal_italics=1

About

Light and dark vim themes with colours inspired by the goddess mode comic series


Languages

Language:Vim Script 100.0%