-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlanLog.YAML-propertyList
94 lines (91 loc) · 2.8 KB
/
AlanLog.YAML-propertyList
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
# [PackageDev] target_format: plist, ext: hidden-tmTheme
# ------------------------------------------------------------------------------
# AlanLog Color Scheme v0.0.1 (2018-05-02)
# ------------------------------------------------------------------------------
# This file is the YAML source used for creating "AlanLog.hidden-tmTheme" via
# PackageDev's build system "Convert to ... - Property List".
# -- https://packagecontrol.io/packages/PackageDev
# -- https://github.com/SublimeText/PackageDev/wiki/Serialized-Conversion
# ------------------------------------------------------------------------------
# NOTE: After rebuilding the tmTheme file, ST must be restarted for the changes
# to become effective.
# ------------------------------------------------------------------------------
name: AlanLog
settings:
- settings:
background: '#1b2024' # shade 2
caret: '#f5f9fd' # white
findHighlight: '#f5f9fd' # white
findHighlightForeground: '#1b2024' # shade 2
foreground: '#8d949b' #grey 2
inactiveSelection: '#B5D3E5' # ????
invisibles: '#E0E0E0' # ????
lineHighlight: '#D3D3D3' # ????
selection: '#C2E8FF' # ????
selectionBorder: '#AACBDF' # ????
shadow: '#808080' # ????
shadowWidth: '6' # ????
# ========
# STRINGS
# ========
- name: Strings
scope: string.quoted.double.alancompiler
settings:
foreground: '#b1d0ec'
- name: String Delimiters
scope: punctuation.definition.string
settings:
foreground: '#ff9c54' # 15 orange
# ===============
# Error Line Info
# ===============
- name: Error Line (text)
scope: meta.errorline.alancompiler
settings:
foreground: '#d4d9de' # grey 1
fontStyle: 'bold'
- name: Error Line Number
scope: entity.linenum.alancompiler
settings:
foreground: '#ffdc54' # 16 yellow
fontStyle: 'bold'
- name: Error Column Number
scope: entity.column.alancompiler
settings:
foreground: '#5477ff' # 08 blue
fontStyle: 'bold'
# ===============
# Error Type Info
# ===============
- name: Error Type
scope: entity.errortype
settings:
foreground: '#ff548c' # 13 red
fontStyle: 'bold italic'
# ==================
# Error Descriptions
# ==================
- name: Error Description
scope: entity.errordesc
settings:
background: '#ff548c' # 13 red
foreground: '#f5f9fd' # white
fontStyle: 'bold'
- name: (W) Warning
scope: entity.errordesc.warning
settings:
background: '#e2ff54' # 01 yellow
foreground: '#ff548c' # 13 red
fontStyle: 'bold'
- name: (E) Error Description
scope: entity.errordesc.error
settings:
background: '#ff548c' # 13 red
foreground: '#1b2024' # shade 2
fontStyle: 'bold'
- name: (F) File Error Description
scope: entity.errordesc.file_error
settings:
background: '#ff9c54' # 15 orange
foreground: '#1b2024' # shade 2
fontStyle: 'bold'