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-light.tmTheme | 239 --------------------- 1 file changed, 239 deletions(-) delete mode 100644 src/themes/serene/highlight_themes/serene-light.tmTheme (limited to 'src/themes/serene/highlight_themes/serene-light.tmTheme') diff --git a/src/themes/serene/highlight_themes/serene-light.tmTheme b/src/themes/serene/highlight_themes/serene-light.tmTheme deleted file mode 100644 index c4b8d1b..0000000 --- a/src/themes/serene/highlight_themes/serene-light.tmTheme +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - comment - http://chriskempson.com - name - Tomorrow - settings - - - settings - - caret - #AEAFAD - foreground - #4D4D4C - invisibles - #D1D1D1 - lineHighlight - #EFEFEF - selection - #D6D6D6 - - - - 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 - #666969 - - - - 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 - Type, Class, Support - scope - type, -entity.name.class, entity.name.type.class, support.type, support.class - settings - - fontStyle - - foreground - #568A8F - - - - 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 - #568A8F - - - - 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 - #4271AE - - - - name - Keyword, Storage - scope - keyword, storage, storage.type - settings - - fontStyle - - foreground - #8959A8 - - - - name - Invalid - scope - invalid - settings - - background - #DF5F5F - fontStyle - - foreground - #FFFFFF - - - - name - Separator - scope - meta.separator - settings - - background - #4271AE - foreground - #FFFFFF - - - - name - Deprecated - scope - invalid.deprecated - settings - - background - #8959A8 - fontStyle - - foreground - #FFFFFF - - - - name - Diff insertion - scope - markup.inserted.diff, meta.diff.header.to-file - settings - - foreground - #229545 - - - - name - Diff deletion - scope - markup.deleted.diff, meta.diff.header.from-file - settings - - foreground - #C8282966 - - - - 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 - - - - uuid - 82CCD69C-F1B1-4529-B39E-780F91F07604 - colorSpaceName - sRGB - semanticClass - theme.light.tomorrow - - \ No newline at end of file -- cgit v1.3.1