From 8c0fe8d0d0dd4bbd16c1095e25b2e3ffa1fdb0d3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:46:09 +0900 Subject: updates --- .../yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml | 250 +++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml') diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml new file mode 100644 index 0000000..7728843 --- /dev/null +++ b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml @@ -0,0 +1,250 @@ + + + + + name + VSCode Dark (Visual Studio) + settings + + + settings + + background + #1F1F1F + foreground + #D4D4D4 + caret + #AEAFAD + invisibles + #6E7681 + lineHighlight + #222222 + selection + #264F78 + + + + name + Comment + scope + comment + settings + + foreground + #6A9955 + + + + name + String + scope + string + settings + + foreground + #CE9178 + + + + name + Number + scope + constant.numeric + settings + + foreground + #B5CEA8 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #569CD6 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #4FC1FF + + + + name + Variable + scope + variable + settings + + foreground + #9CDCFE + + + + name + Keyword + scope + keyword + settings + + foreground + #C586C0 + + + + name + Storage + scope + storage + settings + + foreground + #569CD6 + + + + name + Storage type + scope + storage.type + settings + + foreground + #569CD6 + + + + name + Class name + scope + entity.name.class + settings + + foreground + #4EC9B0 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #4EC9B0 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #DCDCAA + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #9CDCFE + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #569CD6 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #9CDCFE + + + + name + Library function + scope + support.function + settings + + foreground + #DCDCAA + + + + name + Library constant + scope + support.constant + settings + + foreground + #4FC1FF + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #4EC9B0 + + + + name + Invalid + scope + invalid + settings + + foreground + #F44747 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + foreground + #F44747 + + + + uuid + 231D4441-F280-4D49-A647-E1FD7E84D1D8 + + -- cgit v1.2.3