Generated by Themer
Contrasting colours chosen by Tanaguru Contrast Finder
Palette inspired by the Goddess Mode comic series
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
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