Skip to content

Commit

Permalink
fix: improve markdown highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 30, 2016
1 parent 61fde91 commit 865a736
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 13 deletions.
10 changes: 7 additions & 3 deletions .src/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,16 @@ settings:
scope: markup.raw.block.fenced.markdown
settings:
background: '<%= scheme.highlight %>'
foreground: '<%= scheme.foreground %>'

- name: Markdown - Fenced Bode Block
scope: punctuation.definition.fenced.markdown, variable.language.fenced.markdown
scope: punctuation.definition.fenced.markdown
settings:
background: '<%= scheme.highlight %>'
foreground: '<%= scheme.invisibles %>'

- name: Markdown - Fenced Bode Block Variable
scope: markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end
settings:
foreground: '<%= scheme.foreground %>'

- name: Markdown - Fenced Language
scope: variable.language.fenced.markdown
Expand Down Expand Up @@ -399,6 +402,7 @@ settings:
scope: markup.table
settings:
background: '<%= scheme.invisible %>'
foreground: '<%= scheme.foreground %>'

# >> AceJump

Expand Down
4 changes: 2 additions & 2 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,6 @@
<dict>
<key>background</key>
<string>#00000050</string>
<key>foreground</key>
<string>#eeffffff</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -789,6 +787,8 @@
<dict>
<key>background</key>
<string></string>
<key>foreground</key>
<string>#eeffffff</string>
</dict>
</dict>
<dict>
Expand Down
17 changes: 13 additions & 4 deletions schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -713,21 +713,28 @@
<dict>
<key>background</key>
<string>#90A4AE20</string>
<key>foreground</key>
<string>#80CBC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Bode Block</string>
<key>scope</key>
<string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string>
<string>punctuation.definition.fenced.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#90A4AE20</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Bode Block Variable</string>
<key>scope</key>
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E7EAEC</string>
<string>#80CBC4</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -789,6 +796,8 @@
<dict>
<key>background</key>
<string></string>
<key>foreground</key>
<string>#80CBC4</string>
</dict>
</dict>
<dict>
Expand Down
17 changes: 13 additions & 4 deletions schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -713,21 +713,28 @@
<dict>
<key>background</key>
<string>#00000050</string>
<key>foreground</key>
<string>#eeffff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Bode Block</string>
<key>scope</key>
<string>punctuation.definition.fenced.markdown, variable.language.fenced.markdown</string>
<string>punctuation.definition.fenced.markdown</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#00000050</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown - Fenced Bode Block Variable</string>
<key>scope</key>
<string>markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#65737e</string>
<string>#eeffff</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -789,6 +796,8 @@
<dict>
<key>background</key>
<string></string>
<key>foreground</key>
<string>#eeffff</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 865a736

Please sign in to comment.