]> 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 ebc7d989c379fc64b338dc1d8903592007aa21b3..494d5a03abedc23b673b8037a2596e95771fd2d9 100644 (file)
@@ -5,33 +5,38 @@ 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 based on Material Design.
-Terminal Colors: 256
+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
-Color: fg0 #141414 ~
-Color: fg1 #333333 ~
-Color: fg2 #505050 ~
-Color: fg4 #707070 ~
-Color: bg0 #fbfbfb ~
-Color: bg1 #ebebeb ~
-Color: bg2 #d3d3d3 ~
-Color: bg3 #bdbdbd ~
-Color: bg4 #a8a8a8 ~
+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 #fbfbfb ~
-Color: fg1 #ebebeb ~
-Color: fg2 #d3d3d3 ~
-Color: fg4 #707070 ~
-Color: bg0 #2e3440 ~
-Color: bg1 #424853 ~
-Color: bg2 #575c66 ~
-Color: bg3 #6c7079 ~
-Color: bg4 #81858c ~
+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