From 30efb7e1977cf8fd25abd515829e095dd8af457d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Jul 2022 03:13:46 +0200 Subject: [PATCH] Merge `section-title` into `heading` --- themes/Steffula-color-theme.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 16e4792..6d88b4d 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -530,16 +530,18 @@ "foreground": "#bbb529", } }, - // Markup languages { "name": "heading", "scope": [ + "meta.tag.table.toml entity.other.attribute-name", + "entity.name.section.group-title", + "punctuation.definition.entity.ini", "heading", "punctuation.definition.heading", "markup.heading", ], "settings": { - "foreground": "#99ffff", + "foreground": "#ff9340", "fontStyle": "bold", } }, @@ -749,18 +751,6 @@ "foreground": "#8a653b", } }, - { - "name": "section-title", - "scope": [ - "meta.tag.table.toml entity.other.attribute-name", - "entity.name.section.group-title", - "punctuation.definition.entity.ini", - ], - "settings": { - "foreground": "#ff9340", - "fontStyle": "bold", - } - }, { "name": "selector-tag", "scope": [