All Projects → desmap → slick

desmap / slick

Licence: Unlicense license
Vim/Neovim Colortheme–Truecolor, Stunning, Complete

Projects that are alternatives of or similar to slick

Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (+540%)
Mutual labels:  color, colors, color-scheme
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+146.67%)
Mutual labels:  color, colors, color-scheme
Colors.lol
🎨 Overly descriptive color palettes
Stars: ✭ 207 (+1280%)
Mutual labels:  color, colors, color-scheme
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (+173.33%)
Mutual labels:  color, colors, color-scheme
Colors.jl
Color manipulation utilities for Julia
Stars: ✭ 114 (+660%)
Mutual labels:  color, colors, color-scheme
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (+266.67%)
Mutual labels:  color, colors, color-scheme
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (+500%)
Mutual labels:  color, color-scheme
Values.js
🍇 Get the tints and shades of a color
Stars: ✭ 97 (+546.67%)
Mutual labels:  color, colors
Console Logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (+640%)
Mutual labels:  color, colors
Zoya
Truly highly composable logging utility
Stars: ✭ 116 (+673.33%)
Mutual labels:  color, colors
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (+406.67%)
Mutual labels:  color, color-scheme
Dainty Vs
Dainty for Visual Studio – A color theme generator using Lab color space
Stars: ✭ 115 (+666.67%)
Mutual labels:  color, color-scheme
Nord Alacritty
An arctic, north-bluish clean and elegant Alacritty color scheme.
Stars: ✭ 238 (+1486.67%)
Mutual labels:  color, color-scheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+10806.67%)
Mutual labels:  color, color-scheme
Gvcci
color extraction to turn images into 16 color palettes
Stars: ✭ 86 (+473.33%)
Mutual labels:  color, color-scheme
Androidphotoshopcolorpicker
A fully featured Color picker Library for Android
Stars: ✭ 220 (+1366.67%)
Mutual labels:  color, colors
Colorbands
Unity 3D's Gradient is a handy data type but comes with some limitations: for example you cannot set more than 8 color keys in its editor and RGB is the only color space available. ColorBand data type offers an alternative with less limitations. Creating ColorBands is fun and easy; they are stored as assets and can be accessed from code through an Evaluate method to get the color at time t, as for Gradient. RGB (or HSV) values are described by individual curves, allowing a better control over how the color function evolves between your points. Color bands are used in all kinds of applications including games, data visualization and other fields.
Stars: ✭ 137 (+813.33%)
Mutual labels:  color, color-scheme
Colorbook
🎨 Color schemes for UI design - Optimized for foreground, background, border, etc. https://liyasthomas.github.io/colorbook
Stars: ✭ 148 (+886.67%)
Mutual labels:  color, color-scheme
Jsome
✨ Make your JSON look AWESOME
Stars: ✭ 179 (+1093.33%)
Mutual labels:  color, colors
Colors
List of 256 color codes for Xterm including an example of the color, Xterm Name, Xterm Number, HEX, RGB and HSL code.
Stars: ✭ 73 (+386.67%)
Mutual labels:  color, colors

Vim/Neovim Colortheme–Truecolor, Stunning and Complete

Slick is a toned-down color scheme for Vim/Neovim. It's one of the most consistent and complete themes I've ever used. It supports many languages and plugins. Fork fixes minor issues and adds new stuff (i.e. EasyMotion support) compared to the initial theme.

What makes Slick special?

Finding the right colortheme for Vim/Neovim can be quite some odyssey. There are not that many themes out there which cross all these boxes:

  • Complete UI, all UI elements have the right color, even not so obvious stuff like modals, sign columns, 80-chars-column, cursourline and -columns
  • All major languages are supported with granular highlighting, man, even vim-plug within VimScript!
  • Reduced color set, it's not cramming dozens random, muddy colors, enjoy crystal clear colors paired w/matching tones

JS, C and Ruby Gallery

Install

Install with vim-plug

Add

Plug 'desmap/slick'

to your .vimrc/init.vim, restart Vim/Neovim and run :PlugInstall in your .vimrc/init.vim file and set the colortheme with :color slick.

Install with Vundle

Add

Plugin 'desmap/slick'

to your .vimrc/init.vim, restart Vim/Neovim and run :PlugInstall in your .vimrc/init.vim file and set the colortheme with :color slick.

Supports these plugins out of the box

  • quick-scope
  • coc.vim
  • Ale
  • CtrlP
  • EasyMotion
  • GitGutter
  • NERDTree
  • pangloss/vim-javascript
  • PlainTasks (.todo)
  • Startify
  • VIM-JavaScript (pangloss)

Turn-key ready for many languages

  • Apache Config
  • CoffeeScript
  • CSS
  • Git
  • Haml
  • HTML
  • JavaScript/JSX (best with pangloss/vim-javascript)
  • Json
  • LaTeX
  • Markdown
  • PHP
  • Ruby
  • Sass
  • Slim
  • TypeScript (best with HerringtonDarkholme/yats.vim)
  • VimL
  • YAML
  • XML

Use CSApprox if you don't have truecolor

You can use a plugin like CSApprox to make this work smoothly in older 256 colors or even 88 colors terminals.

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