From e55841149d9259f26f4d117daba34b5666a52097 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 11 Sep 2026 22:02:29 +0200 Subject: src/themes/serene: Update to newest version --- .../serene/highlight_themes/serene-dark.tmTheme | 283 --------------------- 1 file changed, 283 deletions(-) delete mode 100644 src/themes/serene/highlight_themes/serene-dark.tmTheme (limited to 'src/themes/serene/highlight_themes/serene-dark.tmTheme') diff --git a/src/themes/serene/highlight_themes/serene-dark.tmTheme b/src/themes/serene/highlight_themes/serene-dark.tmTheme deleted file mode 100644 index f4fd49c..0000000 --- a/src/themes/serene/highlight_themes/serene-dark.tmTheme +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - comment - http://chriskempson.com - name - Tomorrow Night - settings - - - settings - - caret - #AEAFAD - foreground - #C5C8C6 - invisibles - #4B4E55 - lineHighlight - #282A2E - selection - #373B41 - - - - name - Comment - scope - comment, string.quoted.double.block.python - settings - - foreground - #999999 - - - - name - Foreground - scope - keyword.operator.class, constant.other, source.php.embedded.line - settings - - fontStyle - - foreground - #CED1CF - - - - name - Variable, String Link, Regular Expression, Tag Name - scope - variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag - settings - - foreground - #A67878 - - - - name - Number, Constant, Function Argument, Tag Attribute, Embedded - scope - constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit - settings - - fontStyle - - foreground - #E08355 - - - - name - Class, Support - scope - type, -entity.name.class, entity.name.type.class, support.type, support.class - settings - - fontStyle - - foreground - #83aaa5 - - - - name - String, Symbols, Inherited Class, Markup Heading - scope - string, constant.other.symbol, entity.other.inherited-class, markup.heading - settings - - fontStyle - - foreground - #85AD74 - - - - name - Operator, Misc - scope - keyword.operator, constant.other.color - settings - - foreground - #83aaa5 - - - - name - Function, Special Method, Block Level - scope - entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level - settings - - fontStyle - - foreground - #81A2BE - - - - name - Keyword, Storage - scope - keyword, storage, storage.type, entity.name.tag.css - settings - - fontStyle - - foreground - #B294BB - - - - name - Invalid - scope - invalid - settings - - background - #DF5F5F - fontStyle - - foreground - #CED2CF - - - - name - Separator - scope - meta.separator - settings - - background - #82A3BF - foreground - #CED2CF - - - - name - Deprecated - scope - invalid.deprecated - settings - - background - #B798BF - fontStyle - - foreground - #CED2CF - - - - name - Diff foreground - scope - markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file - settings - - foreground - #FFFFFF - - - - name - Diff insertion - scope - markup.inserted.diff, meta.diff.header.to-file - settings - - foreground - #4baf5c - - - - name - Diff deletion - scope - markup.deleted.diff, meta.diff.header.from-file - settings - - foreground - #D46565 - - - - name - Diff header - scope - meta.diff.header.from-file, meta.diff.header.to-file - settings - - foreground - #4271ae - - - - name - Diff range - scope - meta.diff.range - settings - - fontStyle - italic - foreground - #3e999f - - - - name - diff.deleted - scope - markup.deleted - settings - - foreground - #F92672 - - - - name - diff.inserted - scope - markup.inserted - settings - - foreground - #A6E22E - - - - name - diff.changed - scope - markup.changed - settings - - foreground - #967EFB - - - - uuid - F96223EB-1A60-4617-92F3-D24D4F13DB09 - colorSpaceName - sRGB - semanticClass - theme.dark.tomorrow_night - - \ No newline at end of file -- cgit v1.3.1