Skip to content

Commit 317b07e

Browse files
committed
Updated README.md
1 parent b2eee85 commit 317b07e

1 file changed

Lines changed: 2 additions & 183 deletions

File tree

README.md

Lines changed: 2 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ one_dark_pro = {
173173
string: '#98c379',
174174
'quote single': '#98c379',
175175
'quote double': '#98c379',
176+
'quote angle': '#98c379',
176177
format_specifier: '#d19a66',
177178
number: '#d19a66',
178179
bin_prefix: '#ef596f',
@@ -202,191 +203,9 @@ one_dark_pro = {
202203
};
203204
```
204205

205-
Here is an example of theme css
206+
Here is an example of theme [css](https://github.com/codeAbinash/aurora/blob/main/public/themes/oneDarkPro.css).
206207

207-
```css
208-
/* The comment Text */
209-
.aurora-comment {
210-
color: #5c6370;
211-
font-style: italic;
212-
}
213-
214-
/* The comment start and end e.g. // and */
215-
.aurora-comment_start {
216-
color: #5c6370;
217-
font-style: italic;
218-
}
219-
220-
/* The comment start and end e.g. */
221-
.aurora-comment_end {
222-
color: #5c6370;
223-
font-style: italic;
224-
}
225-
226-
/* The preprocessor Directive Color */
227-
.aurora-preprocessor {
228-
color: #c678dd;
229-
}
230-
231-
/* Macro color */
232-
.aurora-defined {
233-
color: #d19a66;
234-
}
235-
236-
/* Header file color */
237-
.aurora-header_file {
238-
color: #98c379;
239-
}
240-
241-
/* The keyword color */
242-
.aurora-keyword {
243-
color: #c678dd;
244-
}
245208

246-
/* Names e.g. variable names */
247-
.aurora-name {
248-
color: #ef596f;
249-
}
250-
251-
/* String literal color */
252-
.aurora-string {
253-
color: #98c379;
254-
}
255-
256-
/* Single quote color */
257-
.aurora-quote.single {
258-
color: #98c379;
259-
}
260-
261-
/* Double quote color */
262-
.aurora-quote.double {
263-
color: #98c379;
264-
}
265-
266-
/* Format specifier color */
267-
.aurora-format_specifier {
268-
color: #d19a66;
269-
}
270-
271-
/* Number literal color */
272-
.aurora-number {
273-
color: #d19a66;
274-
}
275-
276-
/* Binary number prefix color e.g. 0b */
277-
.aurora-bin_prefix {
278-
color: #ef596f;
279-
}
280-
/* Hexadecimal number prefix color e.g. 0x */
281-
.aurora-hex_prefix {
282-
color: #ef596f;
283-
}
284-
285-
/* Octal number prefix color e.g. 0 */
286-
.aurora-oct_prefix {
287-
color: #ef596f;
288-
}
289-
290-
/* Function color */
291-
.aurora-function {
292-
color: #61afef;
293-
}
294-
295-
/* Operators color */
296-
.aurora-operator {
297-
color: #c678dd;
298-
}
299-
300-
/* Escape character color */
301-
.aurora-escape {
302-
color: #56b6c2;
303-
}
304-
305-
/* Bracket pair color 0 */
306-
.aurora-open_paren.bracket0,
307-
.aurora-open_curly.bracket0,
308-
.aurora-close_paren.bracket0,
309-
.aurora-close_curly.bracket0 {
310-
color: #d19a66;
311-
}
312-
313-
/* Bracket pair color 1 */
314-
.aurora-open_paren.bracket1,
315-
.aurora-open_curly.bracket1,
316-
.aurora-close_paren.bracket1,
317-
.aurora-close_curly.bracket1 {
318-
color: #c678dd;
319-
}
320-
321-
/* Bracket pair color 2 */
322-
.aurora-open_paren.bracket2,
323-
.aurora-open_curly.bracket2,
324-
.aurora-close_paren.bracket2,
325-
.aurora-close_curly.bracket2 {
326-
color: #56b6c2;
327-
}
328-
329-
.aurora-open_square.bracket0,
330-
.aurora-close_square.bracket0 {
331-
color: #c678dd;
332-
}
333-
.aurora-open_square.bracket1,
334-
.aurora-close_square.bracket1 {
335-
color: #d19a66;
336-
}
337-
.aurora-open_square.bracket2,
338-
.aurora-close_square.bracket2 {
339-
color: #56b6c2;
340-
}
341-
342-
/* Comma Color*/
343-
/* .comma {
344-
color: #0d1117;
345-
} */
346-
347-
/* Semicolon Color*/
348-
/* .semicolon {
349-
color: #0d1117;
350-
} */
351-
352-
/* Colon color*/
353-
/* .colon {
354-
color: #0d1117;
355-
} */
356-
357-
/* Hash color */
358-
/* .hash {
359-
color: #0d1117;
360-
} */
361-
362-
/* These will override bracket pair colors */
363-
/* .open_paren {
364-
365-
}
366-
.close_paren{
367-
368-
}
369-
.open_curly{
370-
371-
}
372-
.close_curly{
373-
374-
}
375-
.open_square{
376-
377-
}
378-
.close_square{
379-
380-
} */
381-
/*
382-
.whitespace {
383-
background-color: #56b6c2;
384-
} */
385-
/*
386-
.unknown {
387-
color: red;
388-
} */
389-
```
390209

391210
## Contributing
392211

0 commit comments

Comments
 (0)