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 --- .../flavors/vscode-light-modern.yazi/tmtheme.xml | 250 +++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 fedora/.config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml') diff --git a/fedora/.config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml new file mode 100644 index 0000000..5aa76f8 --- /dev/null +++ b/fedora/.config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml @@ -0,0 +1,250 @@ + + + + + name + VSCode Light Modern + settings + + + settings + + background + #FFFFFF + foreground + #000000 + caret + #000000 + invisibles + #D3D3D3 + lineHighlight + #E5EBF1 + selection + #ADD6FF + + + + name + Comment + scope + comment + settings + + foreground + #008000 + + + + name + String + scope + string + settings + + foreground + #A31515 + + + + name + Number + scope + constant.numeric + settings + + foreground + #098658 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #0000FF + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #0000FF + + + + name + Variable + scope + variable + settings + + foreground + #795E26 + + + + name + Keyword + scope + keyword + settings + + foreground + #AF00DB + + + + name + Storage + scope + storage + settings + + foreground + #0000FF + + + + name + Storage type + scope + storage.type + settings + + foreground + #0000FF + + + + name + Class name + scope + entity.name.class + settings + + foreground + #267F99 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #267F99 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #795E26 + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #001080 + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #800000 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #E50000 + + + + name + Library function + scope + support.function + settings + + foreground + #795E26 + + + + name + Library constant + scope + support.constant + settings + + foreground + #0000FF + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #267F99 + + + + name + Invalid + scope + invalid + settings + + foreground + #CD3131 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + foreground + #CD3131 + + + + uuid + 231D4441-F280-4D49-A647-E1FD7E84D1D8 + + -- cgit v1.2.3