-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults.c.vimbrant
More file actions
59 lines (53 loc) · 1.25 KB
/
Xdefaults.c.vimbrant
File metadata and controls
59 lines (53 loc) · 1.25 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
! ----------------------------------------------------------------------
! file: Xdefaults color scheme
! author: Thayer Williams - http://cinderwick.ca
! vim:enc=utf-8:nu:ai:si:et:ts=4:sts=4:sw=4:ft=xdefaults:
! ----------------------------------------------------------------------
! Append the following to ~/.Xdefaults to import this color scheme:
!
! #include "/home/user/.Xdefaults.c.vimbrant"
!
urxvt*cursorColor: #fd971f
! terminal colours
*foreground:#a0a0a0
*background:#1b1d1e
!black
*color0: #1b1d1e
*color8: #505354
!red
*color1: #f92672
*color9: #ff5995
!green
*color2: #82b414
*color10: #b6e354
!yellow
*color3: #fd971f
*color11: #feed6c
!blue
*color4: #56c2d6
*color12: #8cedff
!magenta
*color5: #8c54fe
*color13: #9e6ffe
!cyan
*color6: #465457
*color14: #899ca1
*color6: #56676b
*color14: #899ca1
!white
*color7: #ccccc6
*color15: #f8f8f2
*color7: #bfbfba
*color15: #ebebe5
*color7: #aaaaaa
*color15: #ffffff
! alsamixer scheme
alsamixer*color1: #ff2759
alsamixer*color9: #ff2759
alsamixer*color2: #52aebf
alsamixer*color10: #52aebf
alsamixer*color7: #ffffff
alsamixer*color15: #ffffff
alsamixer*color11: #777777
alsamixer*color4: #1b1d1e
alsamixer*scrollBar: false