No description
  • Vim Script 50.5%
  • HTML 49.5%
Find a file
2025-03-05 23:02:56 +01:00
colors feat: long time no see 2025-03-05 23:02:45 +01:00
LICENSE Initial commit 2021-11-15 23:17:08 +01:00
outrun-vim.png chore: update README and screenshot 2023-10-06 20:11:54 +02:00
README.md chore: move to codeberg 2025-03-05 23:02:56 +01:00

outrun-vim

A dark theme, with some retrowave accent.

Warning: Even if use this theme daily, this will always be a work in progress.

My main editor is Neovim with treesitter activated, and I mostly use it for web development. Consequently, a lot of highlights, filetypes or plugins are not supported yet.

Screenshot

image

Installing outrun-vim

Put outrun.vim file on the "colors" directory, or use a package manager. Ex, with Plug:

Plug 'https://codeberg.org/u03c1/outrun-vim'

Enabling outrun-vim

In your init file:

set termguicolors
colorscheme outrun

Hacking Outrun-vim

Outrun-vim comes with the very template used to generate it: colors/outrun-vim.erb. The template, based on vim-rnb, is well maintained and documented.

If you feel like making a pull request, make sure you commit both the modified template and the modified colorscheme.

Credits