Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make .gitconfig a template to avoid setting up an unwanted user name and email #33

Closed
wincent opened this issue Mar 2, 2017 · 1 comment

Comments

@wincent
Copy link
Owner

wincent commented Mar 2, 2017

Make .gitconfig a template, and print a warning (or something) if $USER looks like it will want a different email address.

As suggested in my comment on: #32

@wincent
Copy link
Owner Author

wincent commented Jun 13, 2017

Done in 541684b

@wincent wincent closed this as completed Jun 13, 2017
wincent added a commit that referenced this issue Mar 29, 2018
All of it.

* roles/dotfiles/files/.vim/pack/LanguageClient-neovim/opt/LanguageClient-neovim 508c4a2...d0133bf (34):
  > Add missing CompletionItemKind
  > Provide a sync version of textDocument_hover
  > Prevent making vim unusable in case we are loaded in an env that does not have yarp#py3 defined. (#237)
  > Update vimrc for integration tests.
  > Replace placeholders in completion text
  > Fix logger maxBytes
  > Tweak words.
  > Fix link.
  > Add master branch deprecation notification.
  > Add known issue of single character deletes line.
  > Signature help bug fixes
  > Don't overload get_complete_position
  > Don't assume rpc message is always valid UTF8
  > Fix tests running.
  > Fix tests.
  > Fix IntegrationTest running.
  > Fix lint error.
  > Fix RotatingFileHandler.
  > Handle cases when neovim RPC errors out.
  > Send didChange after starting server.
  > Add settings file support (closes #139, #178)
  > Cleanup signs.
  > Do not break deoplete.
  > Cover case when definition response is not complete.
  > Add capabilities
  > Update issue template.
  > Changed split for CodeAction to include a space
  > Fix handling code fix.
  > Remove final empty line after formatting
  > Use buffer options for formatting
  > Implement signatureHelp
  > Set omnifunc after sending didOpen notification.
  > Fix event handling for vim.
  > Check buftype in BufReadPost.

* roles/dotfiles/files/.vim/pack/bundle/opt/vim-pathogen e7857be...f4fd604 (1):
  > Rewrite contribution guidelines

* roles/dotfiles/files/.vim/pack/bundle/start/base16-vim 59b2e23...7959654 (14):
  > Merge pull request #172 from jlesquembre/spell
  > Merge pull request #174 from tmahmood/master
  > Update LICENSE.md
  > Create LICENSE.md
  > Merge pull request #168 from jlesquembre/master
  > Merge pull request #166 from jlesquembre/docs
  > Merge pull request #165 from jlesquembre/fix-global-function
  > Update README.md
  > Updates output
  > Updates output
  > Merge pull request #161 from jlesquembre/hl-substitute
  > Merge pull request #158 from jlesquembre/nvim-terminal
  > Merge pull request #160 from jlesquembre/startify
  > Merge pull request #159 from jlesquembre/customization

* roles/dotfiles/files/.vim/pack/bundle/start/indentLine 4393485...7a7e368 (3):
  > Allow to exclude by buffer types (#235)
  > Merge pull request #234 from hhktony/patch-1
  > Update README.md

* roles/dotfiles/files/.vim/pack/bundle/start/tcomment_vim 6f1f248...e365bfa (18):
  > misc
  > doc
  > misc
  > docs
  > misc
  > misc
  > More refactoring (not backward-compatible)
  > Bump major version number due to possibly incompatible changes
  > Further refactoring
  > FIX #201: tcommentModeExtra: Use "j^" instead of "l^"; NEW >|
  > FIX #202: Make it easier to customize C-style line comments via g:tcomment#commentstring_c
  > CLOSE #208: Add support for Cabal files (thanks to mn720)
  > Merge pull request #207 from blueyed/setline
  > Merge branch 'issue205'
  > docs
  > Merge pull request #200 from t-b/add-qmake
  > FIX #197: rmd defaults to markdown
  > FIX #197: Rmd support

* roles/dotfiles/files/.vim/pack/bundle/start/vim-eunuch b536b88...0971b4c (2):
  > Use sudo -A on local Neovim
  > Rename_complete: keep current file

* roles/dotfiles/files/.vim/pack/bundle/start/vim-fugitive 7c9b87a...3e0bd86 (7):
  > Add a note about options
  > Link to commit.style
  > Link to quickfix help topic
  > BufReadObject: handle rev-parse errors
  > Strip backslashes on expansion
  > Use NERDTree.root instead of removed NERDTreeRoot
  > Update "OS X" to "macOS" in README

* roles/dotfiles/files/.vim/pack/bundle/start/vim-javascript 4a8f6f7...50ff80a (23):
  > other randoms (#1112)
  > use printf instead of '.' (#1106)
  > Additional destructuring fix for objects within arrays
  > Fix #1105
  > conform to html option
  > cleaning (#1102)
  > cleanup (#1099)
  > don't move cursor to find case statement (#1097)
  > improve last commit
  > fix for unnested js in <script>
  > cleaning (#1096)
  > matchend
  > better conditional for comment
  > date
  > fix chaining arrows scope (#1087)
  > dont re-add to cache (#1081)
  > Fix jsObjectKey for keys that start with numbers
  > optimize
  > cleaning (#1079)
  > make elseif
  > remove unneeded redeclaration
  > move html var decl
  > move comment

* roles/dotfiles/files/.vim/pack/bundle/start/vim-json f5e3181...3727f08 (4):
  > Merge pull request #89 from anchnk/master
  > Merge pull request #63 from mstrzele/AWSCloudFormation
  > Merge pull request #76 from rhysd/reasonable-bool-number
  > Merge pull request #88 from Akin909/patch-1

* roles/dotfiles/files/.vim/pack/bundle/start/vim-jsx 5b968df...52ee8bb (1):
  > Merge pull request #160 from rafaelkallis/master

* roles/dotfiles/files/.vim/pack/bundle/start/vim-lion 80de27a...75306ac (2):
  > Need to apply \zs anchor on single-character searches too
  > Use case dependant comparison

* roles/dotfiles/files/.vim/pack/bundle/start/vim-markdown 8cd4179...e2d7fcd (1):
  > add .mdwn file extension

* roles/dotfiles/files/.vim/pack/bundle/start/vim-projectionist 45ee461...d20f2a2 (2):
  > Ignore empty command completions
  > Leverage `:Dispatch -dir`

* roles/dotfiles/files/.vim/pack/bundle/start/vim-reason-plus 1549c8f...91138fa (5):
  > Update README.md
  > Update README.md
  > Update README.md
  > Readme: Add note about `ocaml-language-server` install (#2)
  > [Docs] Example config

* roles/dotfiles/files/.vim/pack/bundle/start/vim-repeat 070ee90...8106e14 (2):
  > repeat.vim 1.2
  > Fix undo messages being hidden (#33)

* roles/dotfiles/files/.vim/pack/bundle/start/vim-signature eaa8af2...a9bafa9 (5):
  > Pressing Esc at the purge confirmation prompt no longer proceeds with purge. Fixes #152
  > Merge pull request #156 from hallzy/master
  > Merge pull request #153 from shaggyrogers/master
  > Place new marks in the order specified by g:SignatureIncludeMarks. Workaround for #149
  > Fix for #151

* roles/dotfiles/files/.vim/pack/bundle/start/vim-zsh e3cc7be...9be2e1e (2):
  > Add zshVariables to HereDoc definition
  > Merge pull request #18 from kutsan/patch-1

* roles/dotfiles/files/.vim/pack/deoplete/opt/deoplete 04de49e...a80fd52 (213):
  > Improve omni css pattern
  > Fix #705 dup problem
  > Fix #706 set() error
  > Fix handler event
  > Fix #704 TextChangedP problem
  > Fix #705 dup problem
  > Improve a bit
  > Fix #699 tag source performance problem
  > Merge pull request #700 from deathlyfrantic/patch-1
  > Fix #698 omni behavior
  > Fix events
  > Fix #695 file.py initialization
  > Fix #692 Event loop is closed issue
  > Fix #689 Revert "Fix #680 cache error"
  > Update FAQ
  > Fix FAQ
  > Fix #692 remove VimLeavePre call
  > Merge pull request #693 from balta2ar/patch-1
  > Async problem #689
  > Fix tag
  > Fix skip completion problem
  > Merge pull request #678 from Shougo/asyncio
  > Improve on_event behavior
  > Fix #686 remove source limit feature
  > Merge pull request #684 from blueyed/improve-context
  > Fix #680 cache error
  > Fix #679 async problem
  > Add deoplete#send_event()
  > Update Travis config
  > Improve check
  > Fix denite hang
  > Improve t_list check
  > Update FAQ
  > Merge pull request #670 from naglis/fix-typo
  > Merge pull request #666 from blueyed/improve-error_tb
  > Update .gitignore
  > Merge pull request #664 from blueyed/logging-notify-once
  > Merge pull request #665 from blueyed/fix-RuntimeError
  > Update README
  > Merge pull request #661 from blueyed/logger-source
  > Merge pull request #662 from blueyed/checkhealth
  > Update FAQ
  > Fix #657 error check
  > Improve sources error check
  > Fix #655 race condition
  > Fix the error message
  > Add output check
  > Improve the redirection
  > Use stdout instead of stderr
  > Add TextChangedP support
  > Fix #638 serial completion support
  > Add main_loop
  > Support stdout
  > Add version check
  > Fix #647 None input
  > Merge pull request #652 from lwm/patch-1
  > Merge pull request #650 from tweekmonster/tag-kind
  > Fix lint error
  > Fix stop process timing
  > Fix timeout problem
  > Fix #646 NVIM_LISTEN_ADDRESS support
  > Improve deoplete#custom#source() behavior
  > Use t:v_
  > Fix child logging
  > Improve debug messages
  > Use g:deoplete#num_processes instead
  > Merge pull request #641 from blueyed/process-raw
  > Merge pull request #644 from blueyed/logging-debug
  > Merge pull request #640 from blueyed/process-eof
  > Merge pull request #642 from blueyed/log-early
  > Improve completion performance
  > Fix completion skip problem
  > Merge pull request #631 from blueyed/child-eof
  > Update readme (#622)
  > Change around source default rank
  > Update user sources
  > Merge pull request #632 from blueyed/process-enqueue_output-check-self._proc
  > Fix quitting
  > Fix #627 async pum
  > Fix minor style
  > Merge pull request #629 from blueyed/log-pid
  > Remove context python3
  > Fix #626 encoding problem
  > Fix spell
  > Fix #626 error check
  > Merge pull request #602 from Shougo/parallel
  > Fix enable_loggin error
  > Fix logging interface
  > Merge pull request #614 from blueyed/fix-logging-init
  > Fix CI error
  > Merge pull request #612 from dncnmcdougall/master
  > Fix #610 complete check
  > Merge pull request #607 from tweekmonster/tag-functions
  > Update ISSUE_TEMPLATE
  > Fix #603 missing deoplete-vim8
  > Fix #597 dummy timer hack
  > Remove dummy timer repeat
  > Fix #547 dummy timer
  > Fix #547 ugly hack
  > Fix #597 again
  > Fix #597 add dummy timer
  > Fix #597 deoplete timer
  > Add next_input check
  > Fix #594 initialization problem
  > Improve the error checks
  > Merge pull request #596 from washtubs/master
  > Merge pull request #592 from letharion/patch-1
  > Add debug_enabled for compatibility
  > "debug_enabled" is deprecated.
  > Fix is_silent problem
  > Fix #586 blacklist messages
  > Fix #585 add g:deoplete#enable_on_insert_enter
  > Fix #586 LanguageClient-neovim conflict
  > Fix #588 file source path problem
  > Fix #584 update README
  > Add is_refresh flag
  > Fix the filters
  > Add matcher_cpsm
  > Fix the documentation
  > Fix is_async flag
  > Fix volatile behavior
  > Merge pull request #581 from callmekohei/master
  > Update the screenshots
  > Merge pull request #579 from balta2ar/more-details-to-is-volatile-is-async-docs
  > Fix #571 update FAQ section
  > Update the documentation
  > Fix #567 notify() error
  > Fix #570 initialization
  > Add the comment
  > Merge pull request #568 from shotat/feature/lsp-doc
  > Fix #565 deoplete initialization
  > Add g:deoplete#enable_yarp option
  > Merge pull request #559 from BurningLutz/master
  > Remove unused codes
  > Fix Travis errors
  > Update custom source behavior
  > Add custom tests
  > Fix truncate_skipping
  > Fix #558 add converter_truncate_kind
  > Merge pull request #553 from Shougo/yarp
  > Add is_silent attribute
  > Fix #546 remove exists_omnifunc()
  > Merge pull request #548 from jrowlingson/patch-1
  > Add DirChanged event support in on_event
  > Fix logging problem
  > Remove repeat
  > Fix #543 timer problem
  > Fix #544 make_cache problem
  > Fix the error
  > Fix #540 deoplete#is_enabled()
  > Merge pull request #538 from e-kwsm/improve-doc
  > Fix #539 deoplete#toggle()
  > Use mypy instead
  > Fix the initialization
  > ver.4.0 development started
  > Merge pull request #533 from kiryph/doc-faq-reordered
  > Improve the documentation
  > Fix #531 is_volatile problem
  > Update the documentation
  > Fix #134 omni source filetypes
  > Fix html omni pattern
  > Fix #526 context_filetype support
  > Fix nvim-typescript
  > Merge pull request #522 from svanharmelen/f-docs
  > Fix #521 completion timer handler problem
  > Use feedkeys('i')
  > Fix binary_search functions
  > Travis badge
  > Fix #517 tag source caching
  > Fix lint
  > Improve tag source
  > Improve dictionary source
  > Fix lint
  > Fix #516 change member source pattern
  > "deoplete#custom#set()" is deprecated.
  > Add Travis badge
  > Improve buffer filter performance
  > WIP: sorted_candidates support
  > Improve the channel check
  > Fix #513 deoplete logging
  > Fix #510 filetype caching
  > Use tabpagebuflist()
  > Fix #512 remote matcher_length from the default
  > Merge pull request #511 from callmekohei/master
  > Merge pull request #506 from Shougo/lazy
  > Merge pull request #509 from balta2ar/extend_documentation
  > Fix #508 initialization
  > Merge pull request #507 from callmekohei/master
  > Fix v:exiting error
  > Improve context_filetype
  > Check v:exiting
  > VimLeavePre support on_event()
  > Fix #502 completion problem
  > Remove version check
  > Remove rpcstop()
  > Merge pull request #503 from fszymanski/master
  > Fix lint
  > Add deoplete#complete_common_string()
  > Fix #499 improve manual completion
  > Fix #500 add FAQ
  > Fix 298 add FAQ
  > Fix for lint
  > Improve the initialization
  > Improve exit
  > Merge pull request #496 from fszymanski/master
  > Add FAQ
  > Improve limit behavior
  > Fix #495 lazy initialization
  > Add the external source
  > Fix #494 skip_next_completion error
  > Improve skip the next completion
  > Merge pull request #491 from Holzhaus/fix-autoclose-preview
  > Fix auto refresh

* roles/dotfiles/files/.vim/pack/nerdtree/opt/nerdtree 45f4d61...a172d7c (53):
  > Add documentation for the NERDTreeRemoveDirCmd option.
  > Merge pull request #816 from kutsan/master
  > Update issue template again. "Optional" isn't needed.
  > Merge pull request #814 from scrooloose/813-bwipeout_NERDTree_buffer
  > Merge pull request #801 from mrubli/focus-on-close
  > Merge pull request #796 from lifecrisis/doc-update
  > Merge pull request #795 from lifecrisis/empty-line
  > Merge pull request #794 from lifecrisis/reopen779
  > Merge pull request #786 from lifecrisis/find-hidden
  > Merge pull request #785 from lifecrisis/find-new-file
  > Add :Helptags to the pathogen instructions
  > Merge pull request #782 from lifecrisis/modelines
  > Merge pull request #781 from lifecrisis/find-complete
  > Merge pull request #778 from zhenyangze/master
  > Merge pull request #772 from skyblueee/stripMarkup_leadingSpaces
  > Merge pull request #773 from skyblueee/wasdir_sub
  > Merge pull request #777 from lifecrisis/bm-confirm
  > Merge pull request #769 from lifecrisis/o-map
  > Fix a problem with the "x" handler (#768)
  > Clean up the handler for the "x" mapping (#767)
  > Revert change to tab opening method (#766)
  > Add back support for "b:NERDTreeRoot" (#765)
  > Merge pull request #759 from lifecrisis/iss549
  > Merge pull request #754 from branch comma-separated-file-size
  > Merge pull request #756 from mboughaba/master
  > Merge pull request #751 from ashumkin/dir-arrows-on-cygwin
  > Use a better function to change directories
  > Merge pull request #734 from lifecrisis/issue733
  > Merge pull request #731 from lifecrisis/tilde
  > Merge pull request #729 from ParkerKemp/master
  > Divide the introductory paragraph in the README
  > Merge pull request #730 from lifecrisis/issue573
  > Merge pull request #722 from lifecrisis/open-bookmark
  > Merge pull request #721 from lifecrisis/issue67
  > Merge pull request #720 from lifecrisis/issue526
  > Merge pull request #719 from lifecrisis/issue718
  > Merge pull request #717 from scrooloose/dev
  > Modify call to sort() for older versions of Vim (#714)
  > Merge pull request #536 from satori/master
  > Merge pull request #711 from lifecrisis/issue650
  > Merge pull request #710 from jason0x43/globPath-fix
  > Document the :NERDTreeFocus command. Closes #706.
  > Merge pull request #675 from jason0x43/relative-paths
  > Merge pull request #704 from lifecrisis/bookmarks-markers
  > Merge pull request #703 from lifecrisis/issue677
  > Update CHANGELOG, giving contributors their due.
  > Merge pull request #699 from asnr/add-keymaps-to-docs
  > Merge pull request #696 from lifecrisis/issue361
  > Merge pull request #695 from scrooloose/revert-626-win32unix
  > Merge pull request #648 from cntoplolicon/master
  > Merge pull request #626 from scrooloose/win32unix
  > Merge pull request #574 from sooth-sayer/master
  > Merge pull request #691 from wincent/patch-1

* roles/dotfiles/files/.vim/pack/undotree/opt/undotree ad08a88...cdbb902 (8):
  > Merge pull request #82 from ichizok/fix/autoload
  > Merge pull request #81 from toraritte/new-feature
  > Merge pull request #79 from benknoble/modeline
  > Merge pull request #77 from benknoble/autoload
  > Fixed pressing enter on a version causing invalid variable exception.
  > Merge pull request #73 from chelovechishko/hide_help_line
  > Merge pull request #72 from chelovechishko/update_doc
  > Due to a bug of confirm(), use input() instead. In the latest versions of VIM, the confirm() will hang in certain situations.
wincent added a commit that referenced this issue Jul 11, 2022
Upstream deleted the `master` branch, replacing it with `main`:

    Fetching origin
    From https://github.com/chriskempson/base16-schemes-source
     - [deleted]         (none)     -> origin/master
       (refs/remotes/origin/HEAD has become dangling)
    remote: Enumerating objects: 16, done.
    remote: Counting objects: 100% (16/16), done.
    remote: Compressing objects: 100% (16/16), done.
    remote: Total 16 (delta 4), reused 0 (delta 0), pack-reused 0
    Unpacking objects: 100% (16/16), 6.91 KiB | 372.00 KiB/s, done.
     * [new branch]      main       -> origin/main

Remarkably, current `HEAD` of `main` isn't even a descendant of The
Branch Formerly known as `master`:

* vendor/base16-schemes-source e720724...944dbc7 (88):
  > Update list.yaml
  > Update README.md
  > Update list.yaml
  > Update README.md
  > Add files via upload
  < Add Sakura scheme (#73)
  < Add pinky scheme
  < Add Shades of Purple scheme (#75)
  < Add qualia to list.yaml
  < Merge pull request #79 from CosmosAtlas/patch-1
  < Add windows theme (#83)
  < Merge pull request #84 from casonadams/master
  < Merge pull request #85 from edunfelt/master
  < Merge pull request #66 from DanManN/master
  < Merge pull request #77 from akhsiM/master
  < Merge pull request #80 from Misterio77/patch-2
  < Merge pull request #81 from cveldy/master
  < Add Nebula scheme (#70)
  < Add "colors" color scheme (#68)
  < Add Pasque color scheme (#69)
  < Add vice scheme (#65)
  < Merge pull request #64 from kjakapat/master
  < Added darkmoss scheme (#55)
  < Merge pull request #63 from andreyvpng/master
  < Merge pull request #60 from tartansandal/tartansandal-add-dirtysea-scheme
  < Update list.yaml
  < Merge pull request #58 from jpfender/nord-fix
  < Re-enable summercamp
  < Merge pull request #53 from carloabelli/equilibrium-scheme
  < Merge pull request #62 from humanoid-colors/humanoid
  < Merge pull request #61 from ruler501/patch-1
  < Merge pull request #59 from Schnouki/patch-1
  < Merge pull request #56 from callerc1/master
  < Merge pull request #54 from cjayross/master
  < Merge pull request #52 from Whillikers/master
  < Re-add sandcastle and nova
  < Merge pull request #51 from alexmirrington/master
  < Merge pull request #50 from jssee/framer-scheme
  < Merge pull request #49 from base16-project/master
  < Merge pull request #42 from ajlende/patch-2
  < Merge pull request #41 from tealeg/patch-1
  < Merge pull request #40 from archmalet/master
  < Merge pull request #39 from jonleopard/master
  < Merge pull request #38 from jozip/master
  < Merge pull request #36 from aramisgithub/patch-3
  < Merge pull request #35 from h404bi/patch-1
  < Merge pull request #34 from metalelf0/master
  < Merge pull request #33 from aramisgithub/patch-1
  < Merge pull request #32 from piggyslasher/patch-1
  < Merge pull request #31 from joshyrobot/patch-1
  < Merge pull request #30 from mnussbaum/solarflare
  < Merge pull request #29 from hugodelahousse/patch-1
  < Merge pull request #28 from blockloop/patch-1
  < Merge pull request #27 from icyphox/master
  < Update README.md
  < Merge pull request #26 from AuditeMarlow/add-porple-scheme
  < Merge pull request #25 from gonsie/master
  < Merge pull request #24 from gidsi/master
  < Merge pull request #23 from mikebarkmin/patch-1
  < Merge pull request #22 from WhiteAbeLincoln/patch-1
  < Update list.yaml
  < Merge pull request #21 from ntpeters/patch-1
  < Merge pull request #19 from elnawe/master
  < Merge pull request #18 from Pokeconomist/patch-1
  < Merge pull request #14 from detly/master
  < Merge pull request #17 from purpleKarrot/master
  < Merge pull request #15 from Defman21/patch-3
  < Merge pull request #16 from stepchowfun/add-circus
  < Merge pull request #13 from 8-uh/patch-1
  < Merge pull request #12 from vic/patch-1
  < Merge pull request #11 from dawikur/master
  < Update README.md
  < Update list.yaml
  < Merge pull request #10 from jcornwall/master
  < Merge pull request #9 from mikebarkmin/patch-1
  < Merge pull request #8 from tilal6991/master
  < Merge branch 'joshwlewis-patch-1't push origin master
  < Merge branch 'cscorlt push origin masterey-patch-1'
  < t push origin masterMerge branch 'hartbit-master'
  < Merge pull request #4 from Defman21/patch-2
  < Merge pull request #3 from drzel/master
  < Merge branch 'refs/heads/pr/2'
  < Merge pull request #1 from atelierbram/atelier
  < Adds unclaimed schemes
  < Create README.md
  < Initial commit
  < Revert ":octocat: Added .gitattributes"
  < :octocat: Added .gitattributes

So here is a diff (via `cd vendor/base16-schemes-source && git diff
e720724..944dbc7`) for posterity:

```diff
diff --git a/README.md b/README.md
index c8feea9..28e0932 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,82 @@
 # Base16 Schemes Source
 By adding your repository to this list your scheme will be available to all Base16 Builders.
 All schemes added to this repository list **must** be released under the MIT (or more permissive) licence.
-Please list your scheme under https://github.com/chriskempson/base16#scheme-repositories so that others may find it easily.
+
+## Scheme Repositories
+
+To add your own scheme, submit a pull request and add your repository to the list below. **Repository naming scheme: base16-[scheme-name]-scheme** (with dashes as separators).
+
+### Official Schemes
+* [Default](https://github.com/chriskempson/base16-default-scheme) maintained by [chriskempson](https://github.com/chriskempson)
+
+### Community Contributed Schemes
+* [Apprentice](https://github.com/casonadams/base16-apprentice-scheme) maintained by [casonadams](https://github.com/casonadams)
+* [Atelier](https://github.com/atelierbram/base16-atelier-schemes) maintained by [atelierbram](https://github.com/atelierbram)
+* [Atlas](https://github.com/ajlende/base16-atlas-scheme) maintained by [ajlende](https://github.com/ajlende)
+* [Black Metal](https://github.com/metalelf0/base16-black-metal-scheme) maintained by [metalelf0](https://github.com/metalelf0)
+* [Brogrammer](https://github.com/piggyslasher/base16-brogrammer-scheme) maintained by [piggyslasher](https://github.com/piggyslasher)
+* [Brush Trees](https://github.com/whiteabelincoln/base16-brushtrees-scheme) maintained by [whiteabelincoln](https://github.com/whiteabelincoln)
+* [Circus](https://github.com/stepchowfun/base16-circus-scheme) maintained by [stepchowfun](https://github.com/stepchowfun) and [ewang12](https://github.com/ewang12)
+* [Classic](https://github.com/detly/base16-classic-scheme) maintained by [detly](https://github.com/detly)
+* [Codeschool](https://github.com/blockloop/base16-codeschool-scheme) maintained by [blockloop](https://github.com/blockloop)
+* [Colors](https://github.com/hakatashi/base16-colors-scheme) maintained by [hakatashi](https://github.com/hakatashi)
+* [Cupertino](https://github.com/Defman21/base16-cupertino) maintained by [Defman21](https://github.com/Defman21)
+* [DanQing](https://github.com/CosmosAtlas/base16-danqing-scheme) maintained by [CosmoAtlas](https://github.com/CosmosAtlas)
+* [Darcula](https://github.com/casonadams/base16-darcula-scheme) maintained by [casonadams](https://github.com/casonadams)
+* [Darkviolet](https://github.com/ruler501/base16-darkviolet-scheme) maintained by [ruler501](https://github.com/ruler501)
+* [Dracula](https://github.com/dracula/base16-dracula-scheme) maintained by [mikebarkmin](https://github.com/mikebarkmin)
+* [Equilibrium](https://github.com/carloabelli/base16-equilibrium-scheme) maintained by [carloabelli](https://github.com/carloabelli)
+* [Espresso](https://github.com/alexmirrington/base16-espresso-scheme) maintained by [alexmirrington](https://github.com/alexmirrington)
+* [Eva](https://github.com/kjakapat/base16-eva-scheme) maintained by [kjakapat](https://github.com/kjakapat)
+* [Framer](https://github.com/jssee/base16-framer-scheme) maintained by [jssee](https://github.com/jssee)
+* [Fruit Soda](https://github.com/jozip/base16-fruit-soda-scheme) maintained by [jozip](https://github.com/jozip)
+* [Gigavolt](https://github.com/Whillikers/base16-gigavolt-scheme) maintained by [Whillikers](https://github.com/Whillikers)
+* [Github](https://github.com/Defman21/base16-github-scheme) maintained by [Defman21](https://github.com/Defman21)
+* [Gruvbox](https://github.com/dawikur/base16-gruvbox-scheme) maintained by [dawikur](https://github.com/dawikur)
+* [Hardcore](https://github.com/callerc1/base16-hardcore-scheme) maintained by [callerc1](https://github.com/callerc1)
+* [Helios](https://github.com/reyemxela/base16-helios-scheme) maintained by [reyemxela](https://github.com/reyemxela)
+* [Heetch](https://github.com/tealeg/base16-heetch-scheme) maintained by [tealeg](https://github.com/tealeg)
+* [Horizon](https://github.com/michael-ball/base16-horizon-scheme) maintained by [michael-ball](https://github.com/michael-ball)
+* [Humanoid](https://github.com/humanoid-colors/base16-humanoid-schemes) maintained by [tasmo](https://github.com/tasmo)
+* [iA](https://github.com/aramisgithub/base16-ia-scheme) maintained by [aramisgithub](https://github.com/aramisgithub)
+* [Icy](https://github.com/icyphox/base16-icy-scheme) maintained by [icyphox](https://github.com/icyphox)
+* [Kimber](https://github.com/akhsiM/base16-kimber-scheme) maintained by [Mishka](https://github.com/akhsiM)
+* [Materia](https://github.com/Defman21/base16-materia) maintained by [Defman21](https://github.com/Defman21)
+* [Material Theme](https://github.com/ntpeters/base16-materialtheme-scheme) maintained by [ntpeters](https://github.com/ntpeters)
+* [Material Vivid](https://github.com/joshyrobot/base16-material-vivid-scheme) maintained by [joshyrobot](https://github.com/joshyrobot)
+* [Mellow](https://github.com/gidsi/base16-mellow-scheme) maintained by [gidsi](https://github.com/gidsi)
+* [Mexico-Light](https://github.com/drzel/base16-mexico-light-scheme) maintained by [drzel](https://github.com/drzel)
+* [Nebula](https://github.com/Misterio77/base16-nebula-scheme) maintained by [Misterio77](https://github.com/Misterio77)
+* [Nord](https://github.com/8-uh/base16-nord-scheme) maintained by [8-uh](https://github.com/8-uh)
+* [Nova](https://github.com/gessig/base16-nova-scheme) maintained by [gessig](https://github.com/gessig)
+* [One Light](https://github.com/purpleKarrot/base16-one-light-scheme) maintained by [purpleKarrot](https://github.com/purpleKarrot)
+* [Onedark](https://github.com/tilal6991/base16-onedark-scheme) maintained by [tilal6991](https://github.com/tilal6991)
+* [Outrun](https://github.com/hugodelahousse/base16-outrun-schemes) maintained by [hugodelahousse](https://github.com/hugodelahousse)
+* [PaperColor](https://github.com/jonleopard/base16-papercolor-scheme) maintained by [jonleopard](https://github.com/jonleopard)
+* [Pasque](https://github.com/Misterio77/base16-pasque-scheme) maintained by [Misterio77](https://github.com/Misterio77)
+* [pinky](https://github.com/b3nj5m1n/base16-pinky-scheme) maintained by [b3nj5m1n](https://github.com/b3nj5m1n)
+* [Porple](https://github.com/AuditeMarlow/base16-porple-scheme) maintained by [AuditeMarlow](https://github.com/AuditeMarlow)
+* [Purpledream](https://github.com/archmalet/base16-purpledream-scheme) maintained by [archmalet](https://github.com/archmalet)
+* [Qualia](https://github.com/isaacwhanson/base16-qualia-scheme) maintained by [isaacwhanson](https://github.com/isaacwhanson)
+* [Rebecca](https://github.com/vic/base16-rebecca) maintained by [vic](https://github.com/vic)
+* [Rosé Pine](https://github.com/edunfelt/base16-rose-pine-scheme) maintained by [edunfelt](https://github.com/edunfelt)
+* [Sagelight](https://github.com/cveldy/base16-sagelight-scheme) maintained by [cveldy](https://github.com/cveldy)
+* [Sakura](https://github.com/Misterio77/base16-sakura-scheme) maintained by [Misterio77](https://github.com/Misterio77)
+* [Sandcastle](https://github.com/gessig/base16-sandcastle-scheme) maintained by [gessig](https://github.com/gessig)
+* [Shades of Purple](https://github.com/ahmadawais/base16-shades-of-purple) maintained by [Ahmad Awais](https://github.com/ahmadawais) and [Demartini](https://github.com/demartini)
+* [Silk](https://github.com/Misterio77/base16-silk-scheme) maintained by [Misterio77](https://github.com/misterio77)
+* [Snazzy](https://github.com/h404bi/base16-snazzy-scheme) maintained by [h404bi](https://github.com/h404bi)
+* [Solarflare](https://github.com/mnussbaum/base16-solarflare-scheme) maintained by [mnussbaum](https://github.com/mnussbaum)
+* [Solarized](https://github.com/aramisgithub/base16-solarized-scheme) maintained by [aramisgithub](https://github.com/aramisgithub)
+* [Summercamp](https://github.com/zoefiri/base16-summercamp) maintained by [zoe firi](https://github.com/zoefiri)
+* [Summerfruit](https://github.com/cscorley/base16-summerfruit-scheme) maintained by [cscorley](https://github.com/cscorley)
+* [Synth Midnight](https://github.com/michael-ball/base16-synth-midnight-scheme) maintained by [michael-ball](https://github.com/michael-ball)
+* [Tender](https://github.com/DanManN/base16-tender-scheme) maintained by [DanManN](https://github.com/DanManN)
+* [Twilight](https://github.com/hartbit/base16-twilight-scheme) maintained by [hartbit](https://github.com/hartbit)
+* [Unikitty](https://github.com/joshwlewis/base16-unikitty) maintained by [joshwlewis](https://github.com/joshwlewis)
+* [Vice](https://github.com/Thomashighbaugh/base16-vice-scheme) maintained by [Thomashighbaugh](https://github.com/Thomashighbaugh)
+* [Windows](https://github.com/C-Fergus/base16-windows-scheme) maintained by [C-Fergus](https://github.com/C-Fergus)
+* [Woodland](https://github.com/jcornwall/base16-woodland-scheme) maintained by [jcornwall](https://github.com/jcornwall)
+* [Zenburn](https://github.com/elnawe/base16-zenburn-scheme) maintained by [elnawe](https://github.com/elnawe)
+* [XCode Dust](https://github.com/gonsie/base16-xcode-dusk-scheme) maintained by [gonsie](https://github.com/gonsie)
+* [Old Unclaimed Schemes](https://github.com/chriskempson/base16-unclaimed-schemes) - If your scheme is in this repository, please give it a new home!
diff --git a/list.yaml b/list.yaml
index d0e6116..6382e24 100644
--- a/list.yaml
+++ b/list.yaml
@@ -1,4 +1,7 @@
-# Please order list alphanumerically
+# Offical Base16 Schemes
+default: https://github.com/chriskempson/base16-default-schemes
+
+# Community Contributed Schemes - Please order list alphanumerically
 apprentice: https://github.com/casonadams/base16-apprentice-scheme
 atelier: https://github.com/atelierbram/base16-atelier-schemes
 atlas: https://github.com/ajlende/base16-atlas-scheme
@@ -14,7 +17,6 @@ darcula: https://github.com/casonadams/base16-darcula-scheme
 darkmoss: https://github.com/avanzzzi/base16-darkmoss-scheme
 darkviolet: https://github.com/ruler501/base16-darkviolet-scheme
 danqing: https://github.com/CosmosAtlas/base16-danqing-scheme
-default: https://github.com/chriskempson/base16-default-schemes
 dirtysea: https://github.com/tartansandal/base16-dirtysea-scheme
 dracula: https://github.com/dracula/base16-dracula-scheme
 edge: https://github.com/cjayross/base16-edge-schemes
@@ -25,6 +27,7 @@ framer: https://github.com/jssee/base16-framer-scheme
 fruit-soda: https://github.com/jozip/base16-fruit-soda-scheme
 gigavolt: https://github.com/Whillikers/base16-gigavolt-scheme
 github: https://github.com/Defman21/base16-github-scheme
+gruber: https://github.com/nimaipatel/base16-gruber
 gruvbox: https://github.com/dawikur/base16-gruvbox-scheme
 hardcore: https://github.com/callerc1/base16-hardcore-scheme
 heetch: https://github.com/tealeg/base16-heetch-scheme
@@ -40,6 +43,7 @@ material-vivid: https://github.com/joshyrobot/base16-material-vivid-scheme
 mellow: https://github.com/gidsi/base16-mellow-scheme
 mexico-light: https://github.com/drzel/base16-mexico-light-scheme
 nebula: https://github.com/Misterio77/base16-nebula-scheme
+nord: https://github.com/spejamchr/base16-nord-scheme
 nova: https://github.com/gessig/base16-nova-scheme
 onedark: https://github.com/tilal6991/base16-onedark-scheme
 one-light: https://github.com/purpleKarrot/base16-one-light-scheme
@@ -65,7 +69,6 @@ summerfruit: https://github.com/cscorley/base16-summerfruit-scheme
 synth-midnight: https://github.com/michael-ball/base16-synth-midnight-scheme
 tango: https://github.com/Schnouki/base16-tango-scheme
 tender: https://github.com/DanManN/base16-tender-scheme
-tomorrow: https://github.com/chriskempson/base16-tomorrow-scheme
 twilight: https://github.com/hartbit/base16-twilight-scheme
 unikitty: https://github.com/joshwlewis/base16-unikitty
 vice: https://github.com/Thomashighbaugh/base16-vice-scheme
@@ -77,9 +80,3 @@ zenburn: https://github.com/elnawe/base16-zenburn-scheme

 # If your scheme is in this repository, please give it a new home!
 unclaimed: https://github.com/chriskempson/base16-unclaimed-schemes
-
-# NOTE: the original repo at https://github.com/8-uh/base16-nord-scheme
-# is based on another color scheme and doesn't quite match. There was a
-# fork to improve the colors, so that's what we're using. If the original
-# repo ever gets updated, we can switch back to that.
-nord: https://github.com/spejamchr/base16-nord-scheme
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant