All Projects → cideM → Yui

cideM / Yui

Minimal vim color scheme

Projects that are alternatives of or similar to Yui

Mu
The μ css framework — a 1 ko css file.
Stars: ✭ 202 (+117.2%)
Mutual labels:  simple, minimal, light
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (+5.38%)
Mutual labels:  light, colors, colorscheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (+213.98%)
Mutual labels:  color-scheme, light, colorscheme
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (+11.83%)
Mutual labels:  color-scheme, colors, colorscheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-60.22%)
Mutual labels:  colorscheme, colors, color-scheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-27.96%)
Mutual labels:  light, colorscheme, color-scheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+5078.49%)
Mutual labels:  color-scheme, colors, colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+705.38%)
Mutual labels:  color-scheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-90.32%)
Mutual labels:  color-scheme, colorscheme
Server Manager
This repository holds the IntISP Interface. It can be rebuilt to interface with any other hosting panel.
Stars: ✭ 31 (-66.67%)
Mutual labels:  simple, light
Color Schemer
A React app to help you select a color scheme, built with styled-components and polished
Stars: ✭ 55 (-40.86%)
Mutual labels:  color-scheme, colors
Water.css
A drop-in collection of CSS styles to make simple websites just a little nicer
Stars: ✭ 6,666 (+7067.74%)
Mutual labels:  simple, minimal
Colorful
A curated list of awesome resources to choose your next color scheme
Stars: ✭ 702 (+654.84%)
Mutual labels:  color-scheme, colors
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-78.49%)
Mutual labels:  color-scheme, colorscheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+600%)
Mutual labels:  color-scheme, colorscheme
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-45.16%)
Mutual labels:  simple, minimal
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+456.99%)
Mutual labels:  color-scheme, colorscheme
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+946.24%)
Mutual labels:  colors, colorscheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-4.3%)
Mutual labels:  color-scheme, colorscheme
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-38.71%)
Mutual labels:  color-scheme, colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].