File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Compiled source #
2+ # ##################
3+ * .com
4+ * .class
5+ * .dll
6+ * .exe
7+ * .o
8+ * .so
9+
10+ # Packages #
11+ # ###########
12+ # it's better to unpack these files and commit the raw source
13+ # git has its own built in compression methods
14+ * .7z
15+ * .dmg
16+ * .gz
17+ * .iso
18+ * .jar
19+ * .rar
20+ * .tar
21+ * .zip
22+
23+ # Logs and databases #
24+ # #####################
25+ * .log
26+ * .sql
27+ * .sqlite
28+
29+ # OS generated files #
30+ # #####################
31+ .DS_Store *
32+ ehthumbs.db
33+ Icon ?
34+ Thumbs.db
Original file line number Diff line number Diff line change 1+ comment {
2+ color :#404080 ;
3+ font-style :italic ;
4+ }
5+
6+ constant.numeric {
7+ color :#617e81 ;
8+ font-weight :normal ;
9+ }
10+
11+ constant.numeric.keyword {
12+ color :#5d5c67 ;
13+ }
14+
15+ keyword {
16+ color :#adffe0 ;
17+ font- strike - through:none ;
18+ font- underline :none ;
19+ font-weight :normal ;
20+ }
21+
22+ keyword.control {
23+ color :#6a88ff ;
24+ }
25+
26+ keyword.type {
27+ color :#adffeb ;
28+ }
29+
30+ language.function {
31+ color :#adffeb ;
32+ }
33+
34+ language.operator {
35+ color :#7082ff ;
36+ }
37+
38+ language.variable {
39+ color :#1f6d6d ;
40+ }
41+
42+ markup.comment {
43+ color :#404080 ;
44+ font-style :italic ;
45+ }
46+
47+ markup.constant.entity {
48+ color :#535241 ;
49+ }
50+
51+ markup.declaration {
52+ color :#247e7e ;
53+ }
54+
55+ markup.inline.cdata {
56+ color :#d0d1ff ;
57+ }
58+
59+ markup.processing {
60+ color :#247e7e ;
61+ font-weight :bold ;
62+ }
63+
64+ markup.tag {
65+ color :#299090 ;
66+ }
67+
68+ markup.tag.attribute.name {
69+ color :#bdc2ff ;
70+ }
71+
72+ markup.tag.attribute.value {
73+ color :#999999 ;
74+ font-style :italic ;
75+ }
76+
77+ meta .default {
78+ background-color :#200120 ;
79+ color :#e6e1dc ;
80+ }
81+
82+ meta .highlight.currentline {
83+ background-color :#89001a ;
84+ }
85+
86+ meta .important {
87+ color :#8962ff ;
88+ font-style :italic ;
89+ }
90+
91+ meta .invalid {
92+ background-color :#fffe05 ;
93+ color :#400081 ;
94+ font-weight :bold ;
95+ }
96+
97+ meta .invisible.characters {
98+ color :#bfc0bf ;
99+ }
100+
101+ meta .link {
102+ color :#999999 ;
103+ font-style :normal ;
104+ font- underline :none ;
105+ }
106+
107+ string {
108+ color :#999999 ;
109+ font-style :italic ;
110+ }
111+
112+ string.regex {
113+ color :#787f75 ;
114+ }
115+
116+ string.regex.escaped {
117+ color :#535353 ;
118+ }
119+
120+ style .at-rule {
121+ color :#6e88ff ;
122+ font-weight :bold ;
123+ }
124+
125+ style .comment {
126+ color :#3e3e7b ;
127+ font-style :italic ;
128+ font-weight :normal ;
129+ }
130+
131+ style .property.name {
132+ color :#c5c2c3 ;
133+ }
134+
135+ style .value.color.rgb-value {
136+ color :#c5c2c3 ;
137+ }
138+
139+ style .value.keyword {
140+ color :#c5c3f4 ;
141+ }
142+
143+ style .value.numeric {
144+ color :#717190 ;
145+ }
146+
147+ style .value.string {
148+ color :#999999 ;
149+ font-style :italic ;
150+ }
151+
152+ support {
153+ color :#9cbfff ;
154+ }
155+
Original file line number Diff line number Diff line change 1+ comment {
2+ color :#aeaeae ;
3+ font-style :italic ;
4+ }
5+
6+ constant.numeric {
7+ color :#d8fa3b ;
8+ }
9+
10+ constant.numeric.keyword {
11+ color :#d8fa3b ;
12+ }
13+
14+ keyword {
15+ color :#fbde2d ;
16+ font- underline :none ;
17+ font-weight :normal ;
18+ }
19+
20+ keyword.control {
21+ color :#fbde2d ;
22+ font- underline :none ;
23+ font-weight :normal ;
24+ }
25+
26+ keyword.type {
27+ color :#fbde2d ;
28+ font- underline :none ;
29+ font-weight :normal ;
30+ }
31+
32+ language.function {
33+ color :#f25100 ;
34+ }
35+
36+ language.operator {
37+ color :#f8db00 ;
38+ }
39+
40+ language.property {
41+ color :#825900 ;
42+ }
43+
44+ language.variable {
45+ color :#596480 ;
46+ }
47+
48+ markup.comment {
49+ color :#aeaeae ;
50+ }
51+
52+ markup.constant.entity {
53+ color :#f36406 ;
54+ }
55+
56+ markup.declaration {
57+ color :#6d7c9c ;
58+ font-style :normal ;
59+ font- underline :none ;
60+ font-weight :normal ;
61+ }
62+
63+ markup.inline.cdata {
64+ color :#bdcde6 ;
65+ }
66+
67+ markup.processing {
68+ color :#6d7c9c ;
69+ font-weight :normal ;
70+ }
71+
72+ markup.tag {
73+ color :#7f90ab ;
74+ font-weight :normal ;
75+ }
76+
77+ markup.tag.attribute.name {
78+ background-color :#0d0d0d ;
79+ color :#7f90ab ;
80+ font-weight :normal ;
81+ }
82+
83+ markup.tag.attribute.value {
84+ color :#61ce3c ;
85+ font-weight :normal ;
86+ }
87+
88+ meta .default {
89+ background-color :#0c1021 ;
90+ color :#dde6cf ;
91+ }
92+
93+ meta .highlight.currentline {
94+ background-color :#cdcdcd ;
95+ }
96+
97+ meta .important {
98+ color :#ebb500 ;
99+ }
100+
101+ meta .invalid {
102+ background-color :#9d1e15 ;
103+ color :#f7f7f7 ;
104+ font-weight :bold ;
105+ }
106+
107+ meta .invisible.characters {
108+ color :#dde6cf ;
109+ }
110+
111+ meta .link {
112+ color :#61ce3c ;
113+ font- strike - through:none ;
114+ font-style :italic ;
115+ font- underline :none ;
116+ }
117+
118+ string {
119+ color :#61ce3c ;
120+ }
121+
122+ string.regex {
123+ color :#58c500 ;
124+ }
125+
126+ string.regex.escaped {
127+ color :#c4ff00 ;
128+ font- underline :none ;
129+ }
130+
131+ style .at-rule {
132+ color :#f8db00 ;
133+ font-style :normal ;
134+ font-weight :bold ;
135+ }
136+
137+ style .comment {
138+ color :#aeaeae ;
139+ font-style :italic ;
140+ font-weight :normal ;
141+ }
142+
143+ style .property.name {
144+ color :#638dc8 ;
145+ }
146+
147+ style .value.color.rgb-value {
148+ color :#d8fa3b ;
149+ }
150+
151+ style .value.keyword {
152+ color :#7693c7 ;
153+ }
154+
155+ style .value.numeric {
156+ color :#d5fa00 ;
157+ }
158+
159+ style .value.string {
160+ color :#61ce3c ;
161+ }
162+
163+ support {
164+ color :#8da6ce ;
165+ }
166+
You can’t perform that action at this time.
0 commit comments