-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathxdefaults.colors
More file actions
66 lines (60 loc) · 1.56 KB
/
Copy pathxdefaults.colors
File metadata and controls
66 lines (60 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
! X11 colors pieced together by Dmitry Medvinsky.
! Based on Vim colorscheme "badwolf" pieced together by Steve Losh.
! vim: fdm=marker
! Colors definition {{{
#define plain #f8f6f2
#define snow #ffffff
#define coal #000000
#define brightgravel #d9cec3
#define lightgravel #998f84
#define gravel #857f78
#define mediumgravel #666462
#define deepgravel #45413b
#define deepergravel #35322d
#define darkgravel #242321
#define blackgravel #1c1b1a
#define blackestgravel #141413
#define dalespale #fade3e
#define dirtyblonde #f4cf86
#define taffy #ff2c4b
#define saltwatertaffy #8cffba
#define tardis #0a9dff
#define orange #ffa724
#define lime #aeee00
#define dress #ff9eb8
#define toffee #b88853
#define coffee #c7915b
#define darkroast #88633f
! }}}
! Resourses {{{
*background: blackgravel
*foreground: plain
*cursorColor: lime
*scrollColor: deepgravel
*fadeColor: snow
*fading: 20
! black
*color0: blackestgravel
*color8: coal
! red
*color1: taffy
*color9: taffy
! green
*color2: lime
*color10: lime
! yellow
*color3: dalespale
*color11: orange
! blue
*color4: tardis
*color12: tardis
! magenta
*color5: dress
*color13: dress
! cyan
*color6: saltwatertaffy
*color14: saltwatertaffy
! white
*color7: brightgravel
*color15: snow
! }}}