From f668e4446eef86f3e492865b292c6d6c5f5add75 Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Sun, 21 Jan 2024 16:28:37 +0100 Subject: [PATCH 1/2] rename sublime generic selenized theme to more appropriate "dark" variant name - add some additional fields for better TextMate support --- .../{Selenized.tmTheme => Selenized Dark.tmTheme} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename editors/sublime-WIP/{Selenized.tmTheme => Selenized Dark.tmTheme} (96%) diff --git a/editors/sublime-WIP/Selenized.tmTheme b/editors/sublime-WIP/Selenized Dark.tmTheme similarity index 96% rename from editors/sublime-WIP/Selenized.tmTheme rename to editors/sublime-WIP/Selenized Dark.tmTheme index 739cab8..3154395 100644 --- a/editors/sublime-WIP/Selenized.tmTheme +++ b/editors/sublime-WIP/Selenized Dark.tmTheme @@ -2,8 +2,14 @@ + author + Jan Warchoł name - Selenized + Selenized Dark + semanticClass + theme.dark.selenized + comment + Updated by Nikolas Grottendieck settings From b0804356e30d10782156e72e34a51938251f24cb Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Sun, 21 Jan 2024 16:28:47 +0100 Subject: [PATCH 2/2] sublime add light variant built using https://github.com/themerdev/themer --- editors/sublime-WIP/Selenized Light.tmTheme | 241 ++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 editors/sublime-WIP/Selenized Light.tmTheme diff --git a/editors/sublime-WIP/Selenized Light.tmTheme b/editors/sublime-WIP/Selenized Light.tmTheme new file mode 100644 index 0000000..bd111aa --- /dev/null +++ b/editors/sublime-WIP/Selenized Light.tmTheme @@ -0,0 +1,241 @@ + + + + + author + Nikolas Grottendieck + name + Selenized Light + semanticClass + theme.light.selenized + comment + Based on Selenized by Jan Warchoł + settings + + + settings + + background + #fbf3db + caret + #3a4d53 + foreground + #53676d + invisibles + #ece3cc + lineHighlight + #ece3cc + selection + #d5cdb6 + selectionBorder + #53676d + findHighlight + #ad8900 + findHighlightForeground + #fbf3db + activeGuide + #8762c6 + bracketsForeground + #53676d + bracketsOptions + stippled_underline + bracketsContentsForeground + #53676d + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #d5cdb6 + + + + name + Constant + scope + constant + settings + + foreground + #ca4898 + + + + name + Entity + scope + entity + settings + + foreground + #009c8f + + + + name + Invalid + scope + invalid + settings + + background + #d2212d + foreground + #ece3cc + + + + name + Keyword + scope + keyword + settings + + foreground + #3a4d53 + + + + name + Storage + scope + storage + settings + + foreground + #ca4898 + + + + name + String + scope + string + settings + + foreground + #489100 + + + + name + Support + scope + support + settings + + foreground + #009c8f + + + + name + Variable + scope + variable + settings + + foreground + #3a4d53 + + + + name + Markup Heading + scope + markup.heading + settings + + foreground + #009c8f + + + + name + Markup Deleted + scope + markup.deleted + settings + + foreground + #d2212d + + + + name + Markup Inserted + scope + markup.inserted + settings + + foreground + #489100 + + + + name + Markup Changed + scope + markup.changed + settings + + foreground + #ad8900 + + + + name + Markup Underline + scope + markup.underline + settings + + fontStyle + underline + + + + name + Markup Underline Link + scope + markup.underline.link + settings + + foreground + #0072d4 + + + + name + Markup List + scope + markup.list + settings + + foreground + #3a4d53 + + + + name + Markup Raw + scope + markup.raw + settings + + foreground + #ca4898 + + + + uuid + f920b6b9-28cc-4922-a5e1-9bdce1f0b809 + +