]> git.madduck.net Git - etc/vim.git/blob - 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:

f151c16b91a51955fab74241047178283dfbcc01
[etc/vim.git] / templates / artesanal.colortemplate
1 # vim: ft=colortemplate sessionoptions=buffers,tabpages,winsize,folds
2
3 Full name:       Artesanal
4 Short name:      artesanal
5 Author:          Stefan Wimmer <wimstefan@gmail.com>
6 Maintainer:      Stefan Wimmer <wimstefan@gmail.com>
7 Website:         https://github.com/wimstefan/vim-artesanal
8 Description:     A Vim colorscheme with light and dark variants originally based on Material Design (now strongly modified to my likings).
9 Terminal Colors: 256
10 Option Prefix:   artesanal
11
12 Include: _help.colortemplate
13
14 Background: light
15 Color: fg0 #2e3440 ~
16 Color: fg1 #37474f ~
17 Color: fg2 #455a64 ~
18 Color: fg3 #546e7a ~
19 Color: fg4 #90a4ae ~
20 Color: bg0 #eaeaeb ~
21 Color: bg1 #e0e0e0 ~
22 Color: bg2 #bdbdbd ~
23 Color: bg3 #aaaaaa ~
24 Color: bg4 #707070 ~
25 Include: _light.colortemplate
26
27 Background: dark
28 Color: fg0 #eaeaeb ~
29 Color: fg1 #e0e0e0 ~
30 Color: fg2 #bdbdbd ~
31 Color: fg3 #9e9e9e ~
32 Color: fg4 #707070 ~
33 Color: bg0 #2e3440 ~
34 Color: bg1 #37474f ~
35 Color: bg2 #455a64 ~
36 Color: bg3 #546e7a ~
37 Color: bg4 #90a4ae ~
38 Include: _dark.colortemplate
39