8000 GitHub - carlwoodward/yui: Minimal vim color scheme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

carlwoodward/yui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Experimental color scheme without any colors, except what's required to display a meaningful diff. All syntax differentiation is achieved through font styles, so your terminal needs to support bold and italic text.

Shades are used for things like dimming folded text.

This is not yet a finished color scheme. If you spot any issues, please create an issue! Ideally you include an example file and/or screenshot.

Rewrite V1

This colors scheme was created because I couldn't find anything like it. I mostly improvised and hacked things together without having a proper colors palette. I'd like to make several significant changes, which includes better constrast, a slightly less brownish tone, and more 3rd party plugin support. I've created a v2 branch (name doesn't matter) which you can already try out

Options

This information can also be found in the help, :help yui

g:yui_folds

  • fade (default): makes folded text less visible
  • emphasize: gives folded text a distinct background color

g:yui_line_numbers

  • fade (default): makes line numbers and signcolumn text less visible
  • emphasize: gives line numbers and signcolumn text a distinct background color

g:yui_comments

g:yui_emphasized_comments takes precedence for backwards compatibility

  • fade: makes comments less visible
  • emphasize: makes comments more visible and is equivalent to yui_emphasized_comments = 1
  • normal (default): does not affect comment visibility

g:yui_emphasized_comments

DEPRECATED: Use g:yui_comments instead

  • 1: comments are orange
  • 0 (default): comments are faded, as before

Changelog

  • 0.16.0: Add magenta and cyan and use for Term colors
  • 0.15.0: Add signcolumn customization option
  • 0.14.1: Fix duplicate helptag
  • 0.14.0: Add vim-dirvish colors
  • 0.13.0: Adjust LspDiagnostics colors
  • 0.12.0: Adjust WhichKeySeperator color so it's normal FG without bg
  • 0.11.1: Fix typo in WhichKeySeperator
  • 0.11.0: Add some WhichKey colors
  • 0.10.0: Add colors for neovim LSP
  • 0.9.1: Fix Cursor color which did not specify a background
  • 0.9.0: Add g:yui_folds option and overhaul folded text in general
  • 0.8.0: Add Whitespace and SpecialKey and link to LineNr
  • 0.7.0: Use Constant for helpCommand and helpBacktick (makes both bold) instead of defaulting to Comments
  • 0.6.0: Add purple background for search results (Search and IncSearch)
  • 0.5.0: Add g:yui_comments option

Screenshots

Screenshot #1 Screenshot #2 Screenshot #3 Screenshot #4 Screenshot #5 Screenshot #6 Screenshot #7

About

Minimal vim color scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0