diff --git a/demos/.md b/demos/.md index 6b24cc1..5028ab2 100644 --- a/demos/.md +++ b/demos/.md @@ -35,6 +35,25 @@ This is some plain text. | a | b | c | | d | e | f | +Some example paragraph text to make this area not feel so busy. La dee dah bum dee dee bum bum bum +is this thing working? + +```toml +[section] +key = "value" +number = 123 +object = { key = "value" } +array = ["one", "two", "three"] + +# This is a comment + +[section.subsection] +property = "value" +``` + +Some example paragraph text to make this area not feel so busy. La dee dah bum dee dee bum bum bum +is this thing working? + [This is a link](https://example.com) ![This is an image](https://example.com) diff --git a/themes/Clarity Noir-color-theme.json b/themes/Clarity Noir-color-theme.json index b44b00f..463b54b 100644 --- a/themes/Clarity Noir-color-theme.json +++ b/themes/Clarity Noir-color-theme.json @@ -125,14 +125,29 @@ } }, { - "name": "Code", + "name": "Code > Fenced", + "scope": "markup.fenced_code.block punctuation.definition", + "settings": { + "foreground": "#686868" + } + }, + { + "name": "Code > Fenced > Language", + "scope": "markup.fenced_code.block fenced_code.block.language", + "settings": { + "foreground": "#ff5c7a", + "fontStyle": "italic" + } + }, + { + "name": "Code > Inline", "scope": "markup.inline.raw", "settings": { "foreground": "#e08300" } }, { - "name": "Code > Punctuation", + "name": "Code > Inline > Punctuation", "scope": "punctuation.definition.raw", "settings": { "foreground": "#686868"