forked from voronianski/oceanic-next-color-scheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Oceanic Next.YAML-tmTheme
135 lines (112 loc) · 3.29 KB
/
Oceanic Next.YAML-tmTheme
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# [PackageDev] target_format: plist, ext: tmTheme
---
name: Oceanic Next
uuid: 21a3a5f5-e82f-48a8-bc8b-9aef307f6131
author: Dmitri Voronianski (http://pixelhunter.me)
colorSpaceName: sRGB
gutterSettings:
background: '#343d46'
divider: '#343d46'
foreground: '#65737e'
selectionBackground: '#4f5b66'
selectionForeground: '#a7adba'
semanticClass: oceanic.next.dark
settings:
- settings:
background: '#1B2B34'
caret: '#c0c5ce'
foreground: '#CDD3DE'
invisibles: '#65737e'
lineHighlight: '#65737e55'
selection: '#4f5b66'
- name: Comments
scope: comment, punctuation.definition.comment
settings:
foreground: '#65737e'
- name: Variable
scope: variable
settings:
foreground: '#CDD3DE'
- name: Keyword, Storage
scope: keyword, storage.type
settings:
foreground: '#C594C5'
- name: Operator, Misc
scope: keyword.operator, constant.other.color, punctuation, meta.tag,
punctuation.definition.tag, punctuation.separator.inheritance.php,
punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html
settings:
foreground: '#5FB3B3'
- name: Tag
scope: entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter
settings:
foreground: '#EB606B'
- name: Function, Special Method, Block Level
scope: entity.name.function, meta.function-call, support.function, keyword.other.special-method,
meta.block-level
settings:
foreground: '#6699CC'
- name: Other Variable, String Link
scope: support.other.variable, string.other.link
settings:
foreground: '#F2777A'
- name: Number, Constant, Function Argument, Tag Attribute, Embedded
scope: constant.numeric, constant.language, support.constant, constant.character,
variable.parameter, punctuation.section.embedded, keyword.other.unit
settings:
foreground: '#F99157'
- name: String, Symbols, Inherited Class, Markup Heading
scope: string, constant.other.symbol, entity.other.inherited-class, markup.heading,
markup.inserted.git_gutter
settings:
foreground: '#99C794'
- name: Class, Support
scope: entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php,
meta.use.php, support.other.namespace.php, markup.changed.git_gutter
settings:
foreground: '#FAC863'
- name: Sub-methods
scope: entity.name.module.js, variable.import.parameter.js, variable.other.class.js
settings:
foreground: '#EC5F67'
- name: Language methods
scope: variable.language
settings:
foreground: '#EC5F67'
fontStyle: italic
- name: entity.name.method.js
scope: entity.name.method.js
settings:
foreground: '#D8DEE9'
- name: meta.method.js
scope: meta.method.js
settings:
foreground: '#fff'
- name: Attributes
scope: entity.other.attribute-name
settings:
foreground: '#BB80B3'
- name: Inserted
scope: markup.inserted
settings:
foreground: '#99C794'
- name: Deleted
scope: markup.deleted
settings:
foreground: '#EC5F67'
- name: Changed
scope: markup.changed
settings:
foreground: '#BB80B3'
- name: Regular Expressions
scope: string.regexp
settings:
foreground: '#5FB3B3'
- name: Escape Characters
scope: constant.character.escape
settings:
foreground: '#5FB3B3'
- name: URL
scope: '*url*, *link*, *uri*'
settings:
fontStyle: underline