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

Merge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5'
[etc/vim.git] / .vim / bundle / vim-artesanal / 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 Variant:         gui 256 16
10 Option Prefix:   artesanal
11 NeoVim:          yes
12
13 Include: _help.colortemplate
14
15 Background: light
16 Variant:   gui     256 16
17 Color: fg0 #2e3440 ~   Black
18 Color: fg1 #37474f ~   Black
19 Color: fg2 #455a64 ~   DarkGrey
20 Color: fg3 #546e7a ~   DarkGrey
21 Color: fg4 #90a4ae ~   LightGrey
22 Color: bg0 #eff1f4 ~   White
23 Color: bg1 #e4e6eb ~   White
24 Color: bg2 #cdd2db ~   LightGrey
25 Color: bg3 #b6bdcb ~   DarkGrey
26 Color: bg4 #9fa8ba ~   DarkGrey
27 Include: _light.colortemplate
28
29 Background: dark
30 Variant:   gui     256 16
31 Color: fg0 #eff1f4 ~   White
32 Color: fg1 #e4e6eb ~   White
33 Color: fg2 #cdd2db ~   LightGrey
34 Color: fg3 #b6bdcb ~   DarkGrey
35 Color: fg4 #9fa8ba ~   DarkGrey
36 Color: bg0 #2e3440 ~   Black
37 Color: bg1 #37474f ~   Black
38 Color: bg2 #455a64 ~   DarkGrey
39 Color: bg3 #546e7a ~   DarkGrey
40 Color: bg4 #90a4ae ~   LightGrey
41 Include: _dark.colortemplate
42