项目作者: axvr

项目描述 :
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
高级语言: Ruby
项目地址: git://github.com/axvr/photon.vim.git
创建时间: 2019-03-23T21:21:08Z
项目社区:https://github.com/axvr/photon.vim

开源协议:MIT License

下载


Photon.vim

An elegant pair of Vim colour schemes with minimal syntax highlighting that
care about the little details.

Photon (dark theme)

Antiphoton (light theme)

The font in the above screenshots is Inconsolata created by Raph Levien.

Usage

Install this colour scheme using your preferred method, then place one of the
following lines in your Vim configuration.

  1. " Dark theme
  2. colorscheme photon
  3. " Light theme
  4. colorscheme antiphoton

No other configuration should be required.

What makes Photon different? (Photon vs. Paramount)

Photon is a rewrite of Paramount, using RNB as the generator. Its aim
is to expand Paramount’s goal — “only [placing] emphasis on the paramount” —
to the rest of Vim’s interface whilst fixing its inconsistencies.

A new colour was also introduced (the orange) which is used to place additional
emphasis on the most important temporary things, such as TODOs, matching
parenthesis, first matching search result, etc.

The following images make for a good comparison of just a few of the big
interface differences between Photon (left) and Paramount (right):










PhotonParamount

Comparison image of Photon

Comparison image of Paramount

Ports

Be sure to check out the contrib branch
for ports of the Photon and Antiphoton themes to other tools.

Current ports:

Attribution

Based on the paramount and space-vim-dark colour schemes. Made possible
thanks to Romain Lafourcade‘s RNB Vim colour scheme template.