color-scheme

Top 23 color-scheme Open-Source Projects

  • cmder

    Lovely console emulator package for Windows

    Project mention: What terminal emulator outside of intelij idea is good to read prettier logs? | /r/javahelp | 2023-06-02

    I use cmder, it's great https://cmder.app/

  • iTerm2-Color-Schemes

    Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty

    Project mention: What is the best alternative to guake terminal in macOS with the most closed-in look and functionality? | /r/apple | 2023-02-24
  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • tomorrow-theme

    Tomorrow Theme

    Project mention: Do you know a similar colorscheme for nvim? | /r/neovim | 2023-01-28

    Pretty sure that's the tomorrow theme https://github.com/chriskempson/tomorrow-theme

  • catppuccin

    😸 Soothing pastel theme for the high-spirited!

    Project mention: Jumped on Debian bandwagon to finally have ONE thing stable in life, couldn't be happier. | /r/debian | 2023-06-26

    Didn't get your question sorry. This is Debian 12 with KDE Plasma desktop with Catppuccin color-scheme.

  • Gogh

    Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.

    Project mention: How to customize Gnome Console? | /r/gnome | 2023-05-23

    For gnome-terminal , i could just run this script to get a customized terminal very quickly: https://github.com/Gogh-Co/Gogh , However, that script doesn't work with gnome-console.

  • Spacegray

    A Hyperminimal UI Theme for Sublime Text

    Project mention: lake.nvim - minimal lua theme | /r/neovim | 2023-07-11
  • powerline-shell

    A beautiful and useful prompt for your shell

    Project mention: Comparing powerline with OhMyPosh | /r/commandline | 2023-03-08

    Does anyone has experience with both Oh My Posh and Powerline?

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • nord

    An arctic, north-bluish color palette.

    Project mention: What is this color theme ? | /r/vim | 2023-05-13
  • open-color

    Color scheme for UI design.

    Project mention: Open color – an open-source color scheme | news.ycombinator.com | 2023-05-19

    These are nice! Well-coordinated. If you just want the raw CSS, that's here[0].

    [0] https://github.com/yeun/open-color/blob/master/open-color.cs...

  • Front-End-Web-Development-Resources

    This repository contains content which will be helpful in your journey as a front-end Web Developer

  • dircolors-solarized

    This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.

  • powerline-go

    A beautiful and useful low-latency prompt for your shell, written in go

  • awesome-vim-colorschemes

    Collection of awesome color schemes for Neo/vim, merged for quick use.

    Project mention: NeoVim Installation and Configuration on Win10/11 | dev.to | 2022-11-30

    :set number :set autoindent :set tabstop=5 :set shiftwidth=4 :set smarttab :set softtabstop=4 :set mouse=a call plug#begin() Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw) Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc Plug 'https://github.com/vim-airline/vim-airline' " Status bar Plug 'https://github.com/lifepillar/pgsql.vim' " PSQL Pluging needs :SQLSetType pgsql.vim Plug 'https://github.com/ap/vim-css-color' " CSS Color Preview Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme Plug 'https://github.com/neoclide/coc.nvim' " Auto Completion Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors Plug 'https://github.com/rstacruz/vim-closer' " For brackets autocompletion " Auto-completion For Javascript, typescript, html, jsx ...etc Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'} " this is for auto complete, prettier and tslinting let g:coc_global_extensions = ['coc-tslint-plugin', 'coc-tsserver', 'coc-css', 'coc-html', 'coc-json', 'coc-prettier'] " list of CoC extensions needed Plug 'jiangmiao/auto-pairs' "this will auto close ( [ { " these two plugins will add highlighting and indenting to JSX and TSX files. Plug 'yuezk/vim-js' Plug 'HerringtonDarkholme/yats.vim' Plug 'maxmellon/vim-jsx-pretty' set encoding=UTF-8 call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle nnoremap :call CocActionAsync('jumpDefinition') nmap :TagbarToggle :set completeopt-=preview " For No Previews :colorscheme jellybeans let g:NERDTreeDirArrowExpandable="+" let g:NERDTreeDirArrowCollapsible="~" " --- Just Some Notes --- " :PlugClean :PlugInstall :UpdateRemotePlugins " " :CocInstall coc-python " :CocInstall coc-clangd " :CocInstall coc-snippets " :CocCommand snippets.edit... FOR EACH FILE TYPE " air-line let g:airline_powerline_fonts = 1 if !exists('g:airline_symbols') let g:airline_symbols = {} endif " airline symbols let g:airline_left_sep = '' let g:airline_left_alt_sep = '' let g:airline_right_sep = '' let g:airline_right_alt_sep = '' let g:airline_symbols.branch = '' let g:airline_symbols.readonly = '' let g:airline_symbols.linenr = '' inoremap pumvisible() ? coc#_select_confirm() : ""

  • vim

    An arctic, north-bluish clean and elegant Vim theme. (by nordtheme)

    Project mention: What color scheme do you use? | /r/neovim | 2023-06-16

    Nord.

  • forest-night

    🌲 Comfortable & Pleasant Color Scheme for Vim

    Project mention: What color scheme do you use? | /r/neovim | 2023-06-16

    Surprised I had to scroll down so much to find this reply. everforest is a great theme, customizable and for once, both the dark and light versions are really usable and high quality. I love it.

  • iceberg.vim

    :antarctica: Bluish color scheme for Vim and Neovim

    Project mention: Iceberg.nvim looking wrong in buffers, but not in Telescope previews | /r/neovim | 2023-06-09

    I haven't tried the original https://github.com/cocopon/iceberg.vim yet since I wanted to keep a Lua config as much as possible. I'm using Nvim 0.9.

  • AdonisUI

    Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals

    Project mention: Third Party Controls for VS 2022 and C# | /r/VisualStudio | 2023-04-15
  • hyper-snazzy

    Elegant Hyper theme with bright colors

  • iterm2-snazzy

    Elegant iTerm2 theme with bright colors

  • vim-gotham

    Code never sleeps in Gotham City. 🌃

    Project mention: What's your neovim colorscheme in 2023 ?? | /r/neovim | 2023-02-11

    Gotham - https://github.com/whatyouhide/vim-gotham

  • lush.nvim

    Create Neovim themes with real-time feedback, export anywhere.

    Project mention: Lualine.nvim not seeming to respect highlight groups? Custom theme table seems to have some quirks | /r/neovim | 2023-07-21

    I've been spending the last couple days creating a custom colorscheme with lush.nvim that covers as many highlight groups as possible to support all the plugins I use.

  • visual-studio-code

    An arctic, north-bluish clean and elegant Visual Studio Code theme.

    Project mention: Solarized dark for me. | /r/ProgrammerHumor | 2023-02-20

    Nord by arcticicestudio

  • iterm2

    An arctic, north-bluish clean and elegant iTerm2 color scheme. (by nordtheme)

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-07-21.

color-scheme related posts

Index

What are some of the best open-source color-scheme projects? This list will help you:

Project Stars
1 cmder 25,094
2 iTerm2-Color-Schemes 23,486
3 tomorrow-theme 13,491
4 catppuccin 9,115
5 Gogh 8,155
6 Spacegray 7,248
7 powerline-shell 6,096
8 nord 5,782
9 open-color 5,055
10 Front-End-Web-Development-Resources 4,406
11 dircolors-solarized 2,791
12 powerline-go 2,641
13 awesome-vim-colorschemes 2,513
14 vim 2,436
15 forest-night 2,122
16 iceberg.vim 2,066
17 AdonisUI 1,539
18 hyper-snazzy 1,410
19 iterm2-snazzy 1,338
20 vim-gotham 1,177
21 lush.nvim 1,146
22 visual-studio-code 1,032
23 iterm2 963
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
www.influxdata.com