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 --- fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE | 21 + .../yazi/flavors/ayu-dark.yazi/LICENSE-tmtheme | 21 + .../.config/yazi/flavors/ayu-dark.yazi/README.md | 32 + .../.config/yazi/flavors/ayu-dark.yazi/flavor.toml | 137 +++ .../.config/yazi/flavors/ayu-dark.yazi/preview.png | Bin 0 -> 316943 bytes .../.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml | 1025 ++++++++++++++++++++ 6 files changed, 1236 insertions(+) create mode 100755 fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE create mode 100755 fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE-tmtheme create mode 100644 fedora/.config/yazi/flavors/ayu-dark.yazi/README.md create mode 100755 fedora/.config/yazi/flavors/ayu-dark.yazi/flavor.toml create mode 100644 fedora/.config/yazi/flavors/ayu-dark.yazi/preview.png create mode 100755 fedora/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/ayu-dark.yazi') diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE b/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE new file mode 100755 index 0000000..894ccc9 --- /dev/null +++ b/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Kamal Chandra Upreti + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE-tmtheme new file mode 100755 index 0000000..97c6154 --- /dev/null +++ b/fedora/.config/yazi/flavors/ayu-dark.yazi/LICENSE-tmtheme @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Ike Ku + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/README.md b/fedora/.config/yazi/flavors/ayu-dark.yazi/README.md new file mode 100644 index 0000000..6384dcc --- /dev/null +++ b/fedora/.config/yazi/flavors/ayu-dark.yazi/README.md @@ -0,0 +1,32 @@ +
+ Yazi logo +
+ +

+ Ayu Dark Flavor for Yazi +

+ +## 👀 Preview + + + +## 🎨 Installation + +```bash +ya pack -a kmlupreti/ayu-dark +``` + +## ⚙️ Usage + +Add the these lines to your `theme.toml` configuration file to use it: + +```toml +[flavor] +dark = "ayu-dark" +``` + +## 📜 License + +The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. + +Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/flavor.toml b/fedora/.config/yazi/flavors/ayu-dark.yazi/flavor.toml new file mode 100755 index 0000000..7fafb1b --- /dev/null +++ b/fedora/.config/yazi/flavors/ayu-dark.yazi/flavor.toml @@ -0,0 +1,137 @@ +[mgr] +# current working dir +cwd = { fg = "#5c6773" } + +# Hovered +hovered = { reversed = true } +preview_hovered = { underline = true } + +# find +find_keyword = { fg = "#1f6f88", bold = true, italic = true, underline = true } +find_position = { fg = "#1f6f88", bold = true, italic = true } + +# Symlink +symlink_target = { italic = true } + +# marker +marker_copied = { fg = "#0a0e14", bg = "#7e9350" } +marker_cut = { fg = "#0a0e14", bg = "#a85361" } +marker_marked = { fg = "#0a0e14", bg = "#1f6f88" } +marker_selected = { fg = "#0a0e14", bg = "#c2a05c" } + +# count +count_copied = { fg = "#0a0e14", bg = "#7e9350" } +count_cut = { fg = "#5c6773", bg = "#a85361" } +count_selected = { fg = "#0a0e14", bg = "#c2a05c" } + +# border +border_symbol = " " + +[tabs] +active = { fg = "#0a0e14", bg = "#c2a05c", bold = true } +inactive = { fg = "#c2a05c", bg = "#0a0e14" } +sep_inner = { open = "", close = "" } +sep_outer = { open = "", close = "" } + +[mode] +normal_main = { fg = "#0a0e14", bg = "#c2a05c", bold = true } +normal_alt = { fg = "#1f6f88", bg = "#2d3640", bold = true } + +select_main = { fg = "#0a0e14", bg = "#1f6f88", bold = true } +select_alt = { fg = "#0a0e14", bg = "#1f6f88", bold = true } + +unset_main = { fg = "#0a0e14", bg = "#a85361", bold = true } +unset_alt = { fg = "#0a0e14", bg = "#a85361", bold = true } + +[status] +overall = {} +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } + +# Progress +progress_label = { fg = "#0a0e14", bold = true } +progress_normal = { fg = "#c2a05c", bg = "#0a0e14" } +progress_error = { fg = "#a85361", bg = "#0a0e14" } + +# permissions +perm_type = { fg = "#c2c2c2" } +perm_write = { fg = "#a85361" } +perm_exec = { fg = "#7e9350" } +perm_read = { fg = "#1f6f88" } +perm_sep = { fg = "#5c6773" } + +[select] +border = { fg = "#c2a05c" } +active = { fg = "#a85361", bold = true } +inactive = { fg = "#5c6773", bg = "#0a0e14" } + +[input] +border = { fg = "#c2a05c" } +value = { fg = "#5c6773" } + +[completion] +border = { fg = "#c2a05c", bg = "#0a0e14" } + +[tasks] +border = { fg = "#c2a05c" } +title = { fg = "#5c6773" } +hovered = { fg = "#7e9350", underline = true } + +[which] +cols = 3 +mask = { bg = "#0a0e14" } +cand = { fg = "#c2a05c" } +rest = { fg = "#0a0e14" } +desc = { fg = "#5c6773" } +separator = " ⯈ " +separator_style = { fg = "#5c6773" } + +[help] +on = { fg = "#c2a05c" } +run = { fg = "#7e9350" } +footer = { fg = "#0a0e14", bg = "#5c6773" } + +[notify] +title_info = { fg = "#7e9350" } +title_warn = { fg = "#c2a05c" } +title_error = { fg = "#a85361" } + +[filetype] +rules = [ + # directories + { name = "*/", fg = "#1f6f88" }, + + # executables + { name = "*", is = "exec", fg = "#7e9350" }, + + # images + { mime = "image/*", fg = "#c2a05c" }, + + # media + { mime = "{audio,video}/*", fg = "#7e9350" }, + + # archives + { mime = "application/{,g}zip", fg = "#a85361" }, + { mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#a85361" }, + + # documents + { mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#1f6f88" }, + + # scripts and code + { mime = "application/{x-shellscript,x-python,x-ruby,x-javascript}", fg = "#c2a05c" }, + { mime = "text/x-{c,c++}", fg = "#1f6f88" }, + + # config files + { name = "*.json", fg = "#c2a05c" }, + { name = "*.yml", fg = "#1f6f88" }, + { name = "*.toml", fg = "#9464b6" }, + + # special files + { name = "*", is = "orphan", bg = "#0a0e14" }, + + # dummy files + { name = "*", is = "dummy", bg = "#0a0e14" }, + + # fallback + { name = "*/", fg = "#1f6f88" }, +] diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/preview.png b/fedora/.config/yazi/flavors/ayu-dark.yazi/preview.png new file mode 100644 index 0000000..cdaeeff Binary files /dev/null and b/fedora/.config/yazi/flavors/ayu-dark.yazi/preview.png differ diff --git a/fedora/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml new file mode 100755 index 0000000..a6d90da --- /dev/null +++ b/fedora/.config/yazi/flavors/ayu-dark.yazi/tmtheme.xml @@ -0,0 +1,1025 @@ + + + + + author + Ike Ku + colorSpaceName + sRGB + name + ayu + semanticClass + ayu.dark + settings + + + settings + + accent + #F29718 + activeGuide + #363F46 + background + #0F1419 + caret + #F29718 + findHighlight + #F29718 + findHighlightForeground + #0F1419 + foreground + #BFBAB0 + guide + #20272C + gutter + #0F1419 + gutterForeground + #252D33 + inactiveBackground + #0F1419 + inactiveSelection + #131E27 + invisibles + #252D33 + lineHighlight + #0A0E12 + popupCss + html, body { + background-color: #13181D; + color: #BFBAB0; +} +body { + padding: 1px 3px; +} +a { + color: rgba(57, 186, 230, .7); +} + + selection + #16242E + selectionBorder + #192B37 + shadow + #00000010 + stackGuide + #20272C + + + + name + Comment + scope + comment, punctuation.definition.comment + settings + + fontStyle + italic + foreground + #5C6773 + + + + name + Variable + scope + variable + settings + + foreground + #BFBAB0 + + + + name + String + scope + string, constant.other.symbol + settings + + foreground + #C2D94C + + + + name + Number + scope + constant.numeric + settings + + foreground + #F29718 + + + + name + Regular Expressions and Escape Characters + scope + string.regexp, constant.character.escape + settings + + foreground + #95E6CB + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #F29718 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #F29718 + + + + name + Member Variable + scope + variable.member + settings + + foreground + #ec5f67 + + + + name + Keyword + scope + keyword - keyword.operator, keyword.operator.word + settings + + foreground + #FF7733 + + + + name + Operators + scope + keyword.operator + settings + + foreground + #F29668 + + + + name + Punctuation + scope + punctuation.separator, punctuation.terminator + settings + + foreground + #BFBAB0CC + + + + name + Punctuation + scope + punctuation.section + settings + + foreground + #BFBAB0 + + + + name + Accessor + scope + punctuation.accessor + settings + + foreground + #F29668 + + + + name + Annotation Punctuation + scope + punctuation.definition.annotation + settings + + foreground + #BFBAB0CC + + + + name + JavaScript Dollar + scope + variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js + settings + + foreground + #E6B673 + + + + name + Storage + scope + storage + settings + + foreground + #FF7733 + + + + name + Storage type + scope + storage.type + settings + + foreground + #FF7733 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #FFB454 + + + + name + Entity name + scope + entity.name - (entity.name.section | entity.name.tag | entity.name.label) + settings + + foreground + #59C2FF + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + underline + foreground + #59C2FF + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #F29718 + + + + name + Language variable + scope + variable.language + settings + + fontStyle + italic + foreground + #39BAE6 + + + + name + Tag + scope + entity.name.tag, meta.tag.sgml + settings + + foreground + #39BAE6 + + + + name + Tag start/end + scope + punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag + settings + + foreground + #39BAE690 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #FFB454 + + + + name + Function call + scope + variable.function, variable.annotation + settings + + foreground + #FFB454 + + + + name + Library function + scope + support.function, support.macro + settings + + foreground + #F07178 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + italic + foreground + #F29668 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #39BAE6 + + + + name + Invalid + scope + invalid + settings + + foreground + #FF3333 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #FF7733 + foreground + #FFFFFF + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + foreground + #c594c5 + + + + name + Ruby class methods + scope + source.ruby variable.other.readwrite + settings + + foreground + #FFB454 + + + + name + CSS tag names + scope + source.css entity.name.tag, source.sass entity.name.tag, source.scss entity.name.tag, source.less entity.name.tag, source.stylus entity.name.tag + settings + + foreground + #59C2FF + + + + name + CSS browser prefix + scope + source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type + settings + + foreground + #5C6773 + + + + name + CSS Properties + scope + support.type.property-name + settings + + fontStyle + normal + foreground + #39BAE6 + + + + name + Search Results Nums + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #5C6773 + + + + name + Search Results Match Nums + scope + constant.numeric.line-number.match + settings + + foreground + #FF7733 + + + + name + Search Results Lines + scope + entity.name.filename.find-in-files + settings + + foreground + #C2D94C + + + + scope + message.error + settings + + foreground + #FF3333 + + + + name + JSON Key - Level 8 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 7 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 6 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 5 + scope + source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 4 + scope + source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 3 + scope + source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 2 + scope + source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 1 + scope + source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + JSON Key - Level 0 + scope + source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #39BAE6 + + + + name + Markup Heading + scope + markup.heading + settings + + fontStyle + bold + foreground + #FF7733 + + + + name + Markup Links + scope + string.other.link, markup.underline.link + settings + + fontStyle + italic underline + foreground + #95E6CB + + + + name + Markup image + scope + punctuation.definition.image + settings + + foreground + #FFB454 + + + + name + Markup Italic + scope + markup.italic + settings + + fontStyle + italic + foreground + #F07178 + + + + name + Markup Bold + scope + markup.bold + settings + + fontStyle + bold + foreground + #F07178 + + + + name + Markup Bold/italic + scope + markup.italic markup.bold | markup.bold markup.italic + settings + + fontStyle + bold italic + + + + name + Markup Code + scope + markup.raw + settings + + background + #BFBAB007 + + + + name + Markup Code Inline + scope + markup.raw.inline + settings + + background + #BFBAB010 + + + + name + Markdown Separator + scope + meta.separator + settings + + background + #BFBAB010 + fontStyle + bold + foreground + #5C6773 + + + + name + Markup Blockquote + scope + markup.quote + settings + + fontStyle + italic + foreground + #F29718 + + + + name + Markup List Bullet + scope + markup.list.numbered.bullet, markup.list punctuation.definition.list_item + settings + + foreground + #95E6CB + + + + name + Markup Inserted + scope + markup.inserted + settings + + foreground + #C2D94C + + + + name + Markup Changed + scope + markup.changed + settings + + foreground + #39BAE6 + + + + name + Markup Deleted + scope + markup.deleted + settings + + foreground + #F07178 + + + + name + Markup Strike + scope + markup.strike + settings + + foreground + #E6B673 + + + + name + Markup Table + scope + markup.table + settings + + background + #BFBAB010 + foreground + #39BAE6 + + + + name + Markup Raw Inline + scope + text.html.markdown markup.raw.inline + settings + + foreground + #F29668 + + + + name + Markdown - Line Break + scope + text.html.markdown meta.dummy.line-break + settings + + foreground + #5C6773 + + + + name + Markdown - Raw Block Fenced + scope + markup.raw.block.fenced.markdown + settings + + background + #BFBAB010 + foreground + #BFBAB0 + + + + name + Markdown - Fenced Bode Block + scope + punctuation.definition.fenced.markdown, variable.language.fenced.markdown + settings + + background + #BFBAB010 + foreground + #5C6773 + + + + name + Markdown - Fenced Language + scope + variable.language.fenced.markdown + settings + + foreground + #5C6773 + + + + name + GitGutter Added + scope + markup.inserted.git_gutter + settings + + foreground + #C2D94C + + + + name + GitGutter Changed + scope + markup.changed.git_gutter + settings + + foreground + #39BAE6 + + + + name + GitGutter Deleted + scope + markup.deleted.git_gutter + settings + + foreground + #FF3333 + + + + name + GitGutter Ignored + scope + markup.ignored.git_gutter + settings + + foreground + #20272C + + + + name + GitGutter Untracked + scope + markup.untracked.git_gutter + settings + + foreground + #20272C + + + + name + GutterColor + scope + gutter_color + settings + + foreground + #FFFFFF + + + + name + AceJump Label - Blue + scope + acejump.label.blue + settings + + background + #39BAE6 + foreground + #FFFFFF + + + + name + AceJump Label - Green + scope + acejump.label.green + settings + + background + #C2D94C + foreground + #FFFFFF + + + + name + AceJump Label - Orange + scope + acejump.label.orange + settings + + background + #FF7733 + foreground + #FFFFFF + + + + name + AceJump Label - Purple + scope + acejump.label.purple + settings + + background + #F07178 + foreground + #FFFFFF + + + + name + SublimeLinter Warning + scope + sublimelinter.mark.warning + settings + + foreground + #39BAE6 + + + + name + SublimeLinter Gutter Mark + scope + sublimelinter.gutter-mark + settings + + foreground + #FFFFFF + + + + name + SublimeLinter Error + scope + sublimelinter.mark.error + settings + + foreground + #FF3333 + + + + uuid + 0e709986-46a0-40a0-b3bf-c8dfe525c455 + + -- cgit v1.2.3