]> git.madduck.net Git - etc/vim.git/blobdiff - templates/artesanal.colortemplate

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:

- migrate to Colortemplate v2
[etc/vim.git] / templates / artesanal.colortemplate
index f151c16b91a51955fab74241047178283dfbcc01..494d5a03abedc23b673b8037a2596e95771fd2d9 100644 (file)
@@ -6,34 +6,37 @@ 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).
-Terminal Colors: 256
+Variant:         gui 256 16
 Option Prefix:   artesanal
+NeoVim:          yes
 
 Include: _help.colortemplate
 
 Background: light
-Color: fg0 #2e3440 ~
-Color: fg1 #37474f ~
-Color: fg2 #455a64 ~
-Color: fg3 #546e7a ~
-Color: fg4 #90a4ae ~
-Color: bg0 #eaeaeb ~
-Color: bg1 #e0e0e0 ~
-Color: bg2 #bdbdbd ~
-Color: bg3 #aaaaaa ~
-Color: bg4 #707070 ~
+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
-Color: fg0 #eaeaeb ~
-Color: fg1 #e0e0e0 ~
-Color: fg2 #bdbdbd ~
-Color: fg3 #9e9e9e ~
-Color: fg4 #707070 ~
-Color: bg0 #2e3440 ~
-Color: bg1 #37474f ~
-Color: bg2 #455a64 ~
-Color: bg3 #546e7a ~
-Color: bg4 #90a4ae ~
+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