-
Notifications
You must be signed in to change notification settings - Fork 7
/
RainbowCSV.sublime-color-scheme
executable file
·80 lines (80 loc) · 2.26 KB
/
RainbowCSV.sublime-color-scheme
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"globals":
{
"background": "#272822",
"caret": "#F8F8F0",
"foreground": "#F8F8F2",
"invisibles": "#3B3A32",
"line_highlight": "#3E3D32",
"selection": "#49483E",
"find_highlight": "#FFE792",
"find_highlight_foreground": "#000000",
"selection_border": "#222218",
"active_guide": "#9D550FB0",
"misspelling": "#F92672",
"brackets_foreground": "#F8F8F2A5",
"brackets_options": "underline",
"bracket_contents_foreground": "#F8F8F2A5",
"bracket_contents_options": "underline",
"tags_options": "stippled_underline"
},
"rules":
[
{
"name": "rainbow csv rainbow1",
"scope": "rainbow1",
"foreground": "#E6194B"
},
{
"name": "rainbow csv rainbow2",
"scope": "keyword.rainbow2",
"foreground": "#3CB44B"
},
{
"name": "rainbow csv rainbow3",
"scope": "entity.name.rainbow3",
"foreground": "#FFE119"
},
{
"name": "rainbow csv rainbow4",
"scope": "comment.rainbow4",
"foreground": "#0082C8"
},
{
"name": "rainbow csv rainbow5",
"scope": "string.rainbow5",
"foreground": "#FABEBE"
},
{
"name": "rainbow csv rainbow6",
"scope": "entity.name.tag.rainbow6",
"foreground": "#46F0F0"
},
{
"name": "rainbow csv rainbow7",
"scope": "storage.type.rainbow7",
"foreground": "#F032E6"
},
{
"name": "rainbow csv rainbow8",
"scope": "support.rainbow8",
"foreground": "#008080"
},
{
"name": "rainbow csv rainbow9",
"scope": "constant.language.rainbow9",
"foreground": "#F58231"
},
{
"name": "rainbow csv rainbow10",
"scope": "variable.language.rainbow10",
"foreground": "#FFFFFF"
},
{
"name": "rainbow csv rainbowerror",
"scope": "invalid.rainbowerror",
"foreground": "#FFFFFF",
"background": "#FF0000"
}
]
}