]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/bundle/vim-artesanal/templates/static/git-logo.png

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '907d4569b0384e76f9e3ca4a6a7ee917712c031d' into tmp
[etc/vim.git] / .vim / bundle / vim-artesanal / templates / static / git-logo.png
diff --git a/templates/artesanal.colortemplate b/templates/artesanal.colortemplate
deleted file mode 100644 (file)
index 3bb4ef5..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-; vim: ft=colortemplate sessionoptions=buffers,tabpages,winsize,folds
-
-Full name:       Artesanal
-Short name:      artesanal
-Author:          Stefan Wimmer <wimstefan@gmail.com>
-Maintainer:      Stefan Wimmer <wimstefan@gmail.com>
-Website:         https://github.com/wimstefan/vim-artesanal
-Description:     A Vim colorscheme with light and dark variants originally based on Material Design (now strongly modified to my likings).
-Variant:         gui 256 16
-Option Prefix:   artesanal
-NeoVim:          yes
-
-Include: _help.colortemplate
-
-Background: light
-Variant:   gui     256 16
-Color: fg0 #2e3440 ~   Black
-Color: fg1 #37474f ~   Black
-Color: fg2 #455a64 ~   DarkGrey
-Color: fg3 #546e7a ~   DarkGrey
-Color: fg4 #90a4ae ~   LightGrey
-Color: bg0 #eff1f4 ~   White
-Color: bg1 #e4e6eb ~   White
-Color: bg2 #cdd2db ~   LightGrey
-Color: bg3 #b6bdcb ~   DarkGrey
-Color: bg4 #9fa8ba ~   DarkGrey
-Include: _light.colortemplate
-
-Background: dark
-Variant:   gui     256 16
-Color: fg0 #eff1f4 ~   White
-Color: fg1 #e4e6eb ~   White
-Color: fg2 #cdd2db ~   LightGrey
-Color: fg3 #b6bdcb ~   DarkGrey
-Color: fg4 #9fa8ba ~   DarkGrey
-Color: bg0 #2e3440 ~   Black
-Color: bg1 #37474f ~   Black
-Color: bg2 #455a64 ~   DarkGrey
-Color: bg3 #546e7a ~   DarkGrey
-Color: bg4 #90a4ae ~   LightGrey
-Include: _dark.colortemplate
-