Skip to content

Commit

Permalink
Scheme: Add highlighting rules for ==highlight==
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jul 26, 2024
1 parent 8c46c32 commit f1e0581
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemes/MarkdownEditor-ArcDark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,12 @@
"scope": "markup.prompt",
"foreground": "#aaaaaa"
},
{
"name": "Markup: Highlight",
"scope": "markup.highlight",
"foreground": "var(critic_highlight_fg)",
"background": "var(critic_highlight_bg)"
},

//
// CriticMarkup
Expand Down
6 changes: 6 additions & 0 deletions schemes/MarkdownEditor-Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
"scope": "markup.prompt",
"foreground": "#aaaaaa"
},
{
"name": "Markup: Highlight",
"scope": "markup.highlight",
"foreground": "var(critic_highlight_fg)",
"background": "var(critic_highlight_bg)"
},

//
// CriticMarkup
Expand Down
6 changes: 6 additions & 0 deletions schemes/MarkdownEditor-Focus.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@
"scope": "markup.prompt",
"foreground": "#555555"
},
{
"name": "Markup: Highlight",
"scope": "markup.highlight",
"foreground": "var(critic_highlight_fg)",
"background": "var(critic_highlight_bg)"
},

//
// CriticMarkup
Expand Down
6 changes: 6 additions & 0 deletions schemes/MarkdownEditor-Yellow.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@
"scope": "markup.prompt",
"foreground": "#705442"
},
{
"name": "Markup: Highlight",
"scope": "markup.highlight",
"foreground": "var(critic_highlight_fg)",
"background": "var(critic_highlight_bg)"
},

//
// CriticMarkup
Expand Down
6 changes: 6 additions & 0 deletions schemes/MarkdownEditor.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,12 @@
"scope": "markup.prompt",
"foreground": "#555555"
},
{
"name": "Markup: Highlight",
"scope": "markup.highlight",
"foreground": "var(critic_highlight_fg)",
"background": "var(critic_highlight_bg)"
},

//
// CriticMarkup
Expand Down

0 comments on commit f1e0581

Please sign in to comment.