colors VS vim-solarized8

Compare colors vs vim-solarized8 and see what are their differences.

colors

Color standards for terminal emulators (by termstandard)

vim-solarized8

Optimized Solarized colorschemes. Best served with true-color terminals! (by lifepillar)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
colors vim-solarized8
8 11
1,033 977
2.8% -
4.8 6.7
6 months ago 3 months ago
Vim Script
The Unlicense -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

colors

Posts with mentions or reviews of colors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • Terminal app built over WebGPU, WebAssembly and Rust
    11 projects | news.ycombinator.com | 24 May 2023
    Did anyone actually send Apple a memo? At https://github.com/termstandard/colors#not-supporting-trueco... there are pointers to where people have asked, when they have. There's nothing for Terminal.App.

    (That's the big push that I mentioned. Going since January 2014.)

  • emacsclient in terminal doesn't show theme properly (Doom Emacs)
    1 project | /r/emacs | 26 Jan 2023
    I'm fairly certain that isn't the issue, Emacs in the terminal but not in client mode (right) has absolutely no issues, and all the colors match the theme in GUI mode. To make absolutely sure I've also run these truecolor tests and they all run fine. I've also tried reloading the theme, but the issue persists.
  • Is it possible to use 24-bit ANSI colors in Python?
    1 project | /r/learnpython | 30 Dec 2022
    Even if you can pair it with the right server and settings for 24-bit truecolor, it may not be possible to get all the features you want within a single client. The best you can hope for is that each client-server combo you want to support falls back to something that looks decent.
  • Things I've learned building a modern TUI framework
    13 projects | news.ycombinator.com | 3 Aug 2022
    I finally found a decent source of information:

    https://github.com/termstandard/colors

    The most obvious case of missing support is macOS’s Terminal.app. Years ago I imagine you could theoretically at least query the colours by some side channel, but sandboxing will doubtless have prevented that. And maybe it does support the querying, which to my mind is the more important of the two pieces of functionality when it comes to accessibility.

  • Problem with terminal colors
    2 projects | /r/vim | 30 May 2022
    If PuTTY supports truecolor, try some tests from this https://github.com/termstandard/colors, next question is which solarized plugin are you using? It matters, because they have different options you can tweak. By far the easiest in terms of compatibility is https://github.com/lifepillar/vim-solarized8
  • Color Standards for Terminal Emulators
    1 project | news.ycombinator.com | 8 Apr 2022
  • [dvtm] Issue with Tabbing in zsh(1)
    1 project | /r/suckless | 14 Jan 2022
    have you tried this
  • Hex and other Colors in VIM
    2 projects | /r/vim | 14 Jan 2022
    most terminals , including CMD on Windows 10, apparently.

vim-solarized8

Posts with mentions or reviews of vim-solarized8. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-23.
  • Light mode color scheme recs?
    12 projects | /r/vim | 23 Sep 2022
    I use https://github.com/lifepillar/vim-solarized8. Light mode for the win. I only turn on dark mode when it's ... dark, shocking.
  • Some simple questions from a new nvim user
    2 projects | /r/neovim | 14 Sep 2022
    You need a theme that supports true colors (by defining guifg guibg attributes for each syntax item). I use this one https://github.com/lifepillar/vim-solarized8.
  • Which is your favorite light theme?
    17 projects | /r/neovim | 7 Aug 2022
    Solarized obviously https://github.com/lifepillar/vim-solarized8
  • Dark vs white theme
    1 project | /r/programare | 25 Jul 2022
  • Using raster fonts in Neovide?
    5 projects | /r/vim | 13 Jun 2022
    " NEOVIDE CONFIG let g:neovide_refresh_rate=60 let g:neovide_transparency=0.9 let g:neovide_remember_window_size=v:true let g:neovide_cursor_trail_length=1 let g:neovide_cursor_animation_length=0.05 " PLUGIN call plug#begin('~/.local/share/nvim/plugged') Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'https://github.com/base16-project/base16-vim' Plug 'https://github.com/lifepillar/vim-solarized8' Plug 'https://github.com/iCyMind/NeoSolarized' Plug 'https://github.com/flrnprz/plastic.vim' Plug 'https://github.com/morhetz/gruvbox' call plug#end() " GENERAL? cd $HOME/Documents set clipboard+=unnamed,unnamedplus set mouse=a set relativenumber filetype on filetype plugin on filetype indent on " GUI NATIVE colorscheme base16-atelier-seaside set background=dark set noshowmode set guifont=Cascadia\ Mono:h10 " AIRLINE "AirlineTheme base16_atelier_seaside let g:airline_theme='base16_atelier_seaside' let g:airline_solarized_bg='dark'
  • Problem with terminal colors
    2 projects | /r/vim | 30 May 2022
    If PuTTY supports truecolor, try some tests from this https://github.com/termstandard/colors, next question is which solarized plugin are you using? It matters, because they have different options you can tweak. By far the easiest in terms of compatibility is https://github.com/lifepillar/vim-solarized8
  • Configuration colors for LSP document
    2 projects | /r/neovim | 1 Feb 2022
    I changed from neosolarized to solarized8 for a similar reason.
  • what vim theme is your favourite? (and maybe tell us why?)
    32 projects | /r/neovim | 5 Dec 2021
    https://github.com/jsit/toast.vim at daylight and https://github.com/lifepillar/vim-solarized8 at night. Of course, i made some little adjusts for my necessary. They are the only ones that my eyes feel comfortable when working constantly for a long time :)))
  • can't figure out, how to get this color scheme working
    1 project | /r/vim | 26 May 2021
    Trying to get the fallback version of this colorscheme https://github.com/lifepillar/vim-solarized8
  • What's your favourite Fonts and Themes?
    23 projects | /r/vim | 23 Apr 2021
    Also coming from a practical point of view, I am using the Solarized Dark theme, specifically the high-contrast version here: https://github.com/lifepillar/vim-solarized8 It is relatively easy on the eyes, and doesn't look too awful.