-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alan IF Solution.YAML-propertyList
54 lines (54 loc) · 1.91 KB
/
Alan IF Solution.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
# [PackageDev] target_format: plist, ext: hidden-tmTheme
# ------------------------------------------------------------------------------
# Alan IF Solution Color Scheme v0.2.0 (2021-06-07))
# ------------------------------------------------------------------------------
# This is the YAML source used for creating "Alan IF Solution.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: Alan Solution
settings:
- settings:
background: '#f8f8f8' # Alabaster (dirty white)
caret: '#ff6600' # Blaze Orange
findHighlight: '#ffe792' # Golden Glow (yellow)
findHighlightForeground: '#292929' # Mine Shaft (black)
foreground: '#292929' # Mine Shaft (black)
inactiveSelection: '#e8f4f7' # Pastel Azure Lighter
invisibles: '#e0e0e0' # Mercury
lineHighlight: '#ffe792' # Golden Glow (yellow)
selection: '#d0edf5' # Pastel Azure
selectionBorder: '#b7dce8' # Regent St Blue
shadow: '#808080' # Gray
shadowWidth: '6'
# ========
# STRINGS
# ========
- name: Strings
scope: string.quoted
settings:
foreground: '#449bff' # Dodger Blue
- name: String Delimiters
scope: punctuation.definition.string
settings:
foreground: '#ee9300' # Carrot Orange
# ========
# COMMENTS
# ========
- name: Comments
scope: comment
settings:
foreground: '#009933' # Forest Green
background: '#ebf3ee' # Saltpan
# ========
# INVALID
# ========
- name: Invalid
scope: invalid
settings:
foreground: '#F8F8F8' # Alabaster (dirty white)
background: '#CC0066' # Hibiscus