All Projects → robertmeta → Nofrils

robertmeta / Nofrils

Licence: mit
An extremely minimalist colorscheme, even opting out of the second L in frills

Projects that are alternatives of or similar to Nofrils

vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-77.05%)
Mutual labels:  light, colorscheme, color-scheme
Yui
Minimal vim color scheme
Stars: ✭ 93 (-68.15%)
Mutual labels:  color-scheme, light, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-4.45%)
Mutual labels:  color-scheme, colorscheme
oceanic-next-vim
Oceanic Next colorscheme for vim
Stars: ✭ 49 (-83.22%)
Mutual labels:  colorscheme, color-scheme
base16-vis
Base16 for Vis
Stars: ✭ 16 (-94.52%)
Mutual labels:  colorscheme, color-scheme
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (-65.07%)
Mutual labels:  colorscheme, color-scheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (-55.82%)
Mutual labels:  colorscheme, color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-48.29%)
Mutual labels:  colorscheme, color-scheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-92.81%)
Mutual labels:  colorscheme, color-scheme
fogbell.vim
No description or website provided.
Stars: ✭ 118 (-59.59%)
Mutual labels:  colorscheme, color-scheme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-86.3%)
Mutual labels:  colorscheme, color-scheme
parsec
A color scheme for people tired of solarized
Stars: ✭ 30 (-89.73%)
Mutual labels:  colorscheme, color-scheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-94.86%)
Mutual labels:  colorscheme, color-scheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+26.71%)
Mutual labels:  colorscheme, color-scheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-65.75%)
Mutual labels:  colorscheme, color-scheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-64.04%)
Mutual labels:  colorscheme, color-scheme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-11.64%)
Mutual labels:  color-scheme, colorscheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-87.33%)
Mutual labels:  colorscheme, color-scheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-95.21%)
Mutual labels:  colorscheme, color-scheme
stellarized
✦ paint vim with the stars ✦
Stars: ✭ 70 (-76.03%)
Mutual labels:  light, colorscheme

This is an extremely minimalist vim colorscheme (almost no syntax highlighting).

To use:

  • :colo nofrils-dark
  • :colo nofrils-light
  • :colo nofrils-sepia
  • :colo nofrils-acme

To customize:

  • :let g:nofrils_strbackgrounds=1 to turn highlighted string backgrounds, for languages where strings are a major part of them
  • :let g:nofrils_heavycomments=1 to turn on high contrast comments rather than the default faded style, for projects where the comments are not deceit and lies
  • :let g:nofrils_heavylinenumbers=1 to turn on brighter line numbers, for people who use relative line numbers to hop around

Commands (once theme is loaded):

  • :NofrilsDark use dark theme
  • :NofrilsLight use light theme
  • :NofrilsSepia use sepia theme
  • :NofrilsAcme use acme theme
  • :NofrilsFocusNormal reset back to normal settings
  • :NofrilsFocusCode focus only code, fade everything else
  • :NofrilsFocusComments focus only comments, fade everything else

The only highlighted elements are spelling, errors, comments, vim features (diff, etc) and optionally string backgrounds

Click for non-fuzzified versions

nofrils-dark: :let g:nofrils_heavylinenumbers=1, :let g:nofrils_strbackgrounds=1 and :let g:nofrils_heavycomments=1 Dark Version


nofrils-acme: :let g:nofrils_heavylinenumbers=0, :let g:nofrils_strbackgrounds=0 and :let g:nofrils_heavycomments=0 Acme Version


nofrils-sepia: :let g:nofrils_heavylinenumbers=1, :let g:nofrils_strbackgrounds=0 and :let g:nofrils_heavycomments=1 Sepia Version


nofrils-light: :let g:nofrils_heavylinenumbers=0, :let g:nofrils_strbackgrounds=0 and :let g:nofrils_heavycomments=1 Light Version


nofrils-acme: :let g:nofrils_heavylinenumbers=0, :let g:nofrils_strbackgrounds=0 and :let g:nofrils_heavycomments=0 Diffs Arcme Version


Why did you even create this thing? https://www.robertmelton.com/2016/03/13/syntax-highlighting-off/


Forks

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].