-
Notifications
You must be signed in to change notification settings - Fork 27
/
GaleaLight.YAML-tmTheme
50 lines (45 loc) · 1.29 KB
/
GaleaLight.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
# [PackageDev] target_format: plist, ext: tmTheme
name: Galea Light
uuid: 4fd09b3b-24e7-4c7a-9462-85e8f81e470c
author: Allan Hortle
colorSpaceName: sRGB
semanticClass: theme.light.galea
settings:
- settings:
background: '#e6e6e6'
foreground: '#666'
lineHighlight: '#aaa'
selection: '#fff'
selectionBorder: '#fff'
- name: Comment
scope: comment, meta.diff.header, meta.diff.range
settings:
foreground: '#888'
- name: Constants (Blue)
scope: blue, constant.numeric, constant.language, keyword.other, support.constant,
markup.quote
settings:
foreground: '#6CA6CE'
- name: Strings (Green)
scope: green, string.quoted, markup.list, markup.underline, markup.inserted
settings:
foreground: '#86C797'
- name: Entity (Yellow)
scope: yellow, entity, meta.tag, punctuation.definition.tag, meta.function-call,
markup.heading, markup.changed
settings:
foreground: '#E1AE69'
- name: Storage (Orange)
scope: orange, storage, variable.language, markup.italic
settings:
foreground: '#E1865A'
- name: Support & Keyword (Red)
scope: red, support, keyword.control, keyword.operator.module, markup.bold, markup.deleted
settings:
foreground: '#C55B4E'
- scope: markup.italic
settings:
fontStyle: italic
- scope: markup.bold
settings:
fontStyle: bold