update sublime, emac

This commit is contained in:
2026-01-05 13:05:43 -05:00
parent a3c66044ec
commit 3e83361c0a
24 changed files with 4466 additions and 1610 deletions

View File

@@ -200,5 +200,6 @@
"chat.agent.enabled": false,
"chat.disableAIFeatures": true,
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
"workbench.preferredLightColorTheme": "Visual Studio Light"
"workbench.preferredLightColorTheme": "Visual Studio Light",
"workbench.colorTheme": "Visual Studio Light",
}

View File

@@ -1,18 +1,16 @@
<!-- Customized by Max Amundsen -->
<!-- Original: https://github.com/filmgirl/TextMate-Themes/blob/master/happydeluxe.tmTheme -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Massimo Custom</string>
<string>Bedroom</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#141B2BFF</string>
<string>#142b29FF</string>
<key>caret</key>
<string>#DADEE5FF</string>
<key>foreground</key>
@@ -22,7 +20,7 @@
<key>lineHighlight</key>
<string>#00000078</string>
<key>selection</key>
<string>#15285A</string>
<string>#224d49</string>
</dict>
</dict>
<dict>
@@ -44,7 +42,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#87919DFF</string>
<string>#879c9dFF</string>
</dict>
</dict>
<dict>

View File

@@ -1,221 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Boron</string>
<key>website</key>
<string>https://github.com/mjio/boron.tmtheme</string>
<key>comment</key>
<string>Last update: Feb 25 2013</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#151515</string>
<key>caret</key>
<string>#b0d0f0</string>
<key>foreground</key>
<string>#e8e8d3</string>
<key>invisibles</key>
<string>#e8e8d3</string>
<key>selection</key>
<string>#404040</string>
<key>lineHighlight</key>
<string>#010101</string>
<key>gutterForeground</key>
<string>#373737</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#888888</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#99ad6a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String begin/end</string>
<key>scope</key>
<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#556633</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Symbol</string>
<key>scope</key>
<string>constant.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7697d6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regexp</string>
<key>scope</key>
<string>string.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dd0093</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable, support.class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffb964</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#cf6a4c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Entity</string>
<key>scope</key>
<string>entity</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffb964</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Entity Function</string>
<key>scope</key>
<string>entity.name.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#fad07a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword.control</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8fbfdc</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff insertion</string>
<key>scope</key>
<string>diff.inserted, markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#558f1f</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff deletion</string>
<key>scope</key>
<string>diff.deleted, markup.deleted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#a1000d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff header</string>
<key>scope</key>
<string>meta.diff.header</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#4e738a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff range</string>
<key>scope</key>
<string>meta.diff.range</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#888888</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#967efb</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4e4cdb00-2fb2-11e2-81c1-0800200c9a66</string>
</dict>
</plist>

View File

@@ -0,0 +1,12 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Copy Filepath With Line Numbers",
"JaiTools",
"Package Control",
],
}

View File

@@ -2,8 +2,8 @@
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 1,
"font_size": 16,
"color_scheme": "Packages/User/massimo_custom.tmTheme",
"font_size": 17,
"color_scheme": "Packages/User/Bedroom.tmTheme",
"translate_tabs_to_spaces": true,
"tab_size": 4,
"word_wrap": false,
@@ -22,7 +22,7 @@
"draw_indent_guides": false,
"line_numbers": true,
"gutter": false,
"block_caret": false,
"block_caret": true,
"show_definitions": false,
"fold_buttons": false,
"line_padding_top": -1,

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,687 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
======================================================================
FreshCut Contrast
======================================================================
A Sublime Text 2 / Textmate theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<plist version="1.0">
<dict>
<key>name</key>
<string>FreshCut Contrast</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#000000</string>
<key>caret</key>
<string>#f8f8f0</string>
<key>foreground</key>
<string>#F8F8F2</string>
<key>invisibles</key>
<string>#3b3a32</string>
<key>lineHighlight</key>
<string>#151515</string>
<key>selection</key>
<string>#008097</string>
<key>selectionForeground</key>
<string>#ffffff</string>
<key>findHighlight</key>
<string>#ffe792</string>
<key>findHighlightForeground</key>
<string>#000000</string>
<key>selectionBorder</key>
<string>#222218</string>
<key>activeGuide</key>
<string>#9d550fb0</string>
<key>bracketsForeground</key>
<string>#4ECDC4</string>
<key>bracketsOptions</key>
<string>underline</string>
<key>bracketContentsForeground</key>
<string>#00A8C6</string>
<key>bracketContentsOptions</key>
<string>underline</string>
<key>tagsOptions</key>
<string>stippled_underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#737b84</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e9ee00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8FBE00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Built-in constant</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>User-defined constant</string>
<key>scope</key>
<string>constant.character, constant.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C8D7E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
<key>scope</key>
<string>storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage type</string>
<key>scope</key>
<string>storage.type</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#4ECDC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class name</string>
<key>scope</key>
<string>entity.name.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>underline</string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited class</string>
<key>scope</key>
<string>entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic underline</string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function name</string>
<key>scope</key>
<string>entity.name.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#AEE239</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>variable.parameter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag name</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#4ECDC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#4ECDC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library constant</string>
<key>scope</key>
<string>support.constant</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library class/type</string>
<key>scope</key>
<string>support.type, support.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library variable</string>
<key>scope</key>
<string>support.other.variable</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#00a8c6</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#f8f8f0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#00a8c6</string>
<key>foreground</key>
<string>#f8f8f0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON String</string>
<key>scope</key>
<string>meta.structure.dictionary.json string.quoted.double.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e9ee00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.header</string>
<key>scope</key>
<string>meta.diff, meta.diff.header</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#75715E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A6E22E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E6DB74</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant.numeric.line-number.find-in-files - match</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8FBE00A0</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>entity.name.filename.find-in-files</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E6DB74</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>keyword.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#939da8</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.property-value, support.constant.property-value, constant.other.color</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e9ee00</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.structure.dictionary.json string.quoted.double.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.structure.dictionary.value.json string.quoted.double.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e9ee00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>meta.property-name support.type.property-name</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>normal</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>meta.property-value punctuation.separator.key-value</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F8F8F2</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4ECDC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>meta.use support.class.builtin, meta.other.inherited-class support.class.builtin</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F8F8F2</string>
<key>fontStyle</key>
<string>normal</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>variable.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string></string>
<key>fontStyle</key>
<string>normal</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Coffeescript Function argument</string>
<key>scope</key>
<string>variable.parameter.function.coffee</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8FBE00</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<!-- Markdown support. -->
<dict>
<key>name</key>
<string>Markdown Titles</string>
<key>scope</key>
<string>entity.name.section.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00A8C6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown Title Hash</string>
<key>scope</key>
<string>punctuation.definition.heading.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C8D7E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown Raw</string>
<key>scope</key>
<string>markup.raw.inline.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e9ee00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown bold stars</string>
<key>scope</key>
<string>punctuation.definition.bold.markdown, punctuation.definition.italic.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C8D7E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown link title braces</string>
<key>scope</key>
<string>punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C8D7E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown link braces</string>
<key>scope</key>
<string>punctuation.definition.metadata.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C8D7E8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown link</string>
<key>scope</key>
<string>markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4ECDC4</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown bold/italic</string>
<key>scope</key>
<string>markup.bold.markdown, markup.italic.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4ECDC4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown bold/italic</string>
<key>scope</key>
<string>markup.italic.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown bold/italic</string>
<key>scope</key>
<string>markup.bold.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markdown pre</string>
<key>scope</key>
<string>markup.raw.block.markdown</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00a8c6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter deleted</string>
<key>scope</key>
<string>markup.deleted.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#e61f44</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter inserted</string>
<key>scope</key>
<string>markup.inserted.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#a7da1e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>GitGutter changed</string>
<key>scope</key>
<string>markup.changed.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AEE239</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8c4bd735-02f4-0f06-bc2d-2c8e31f71f55</string>
</dict>
</plist>

View File

@@ -402,7 +402,7 @@ Shift-Cmd-F8 go_to_previous_build_error_in_side_pane
[[style]]
theme: basic-light
theme: bedroom
[fonts]
font: default

View File

@@ -1,41 +1,41 @@
[25] # Version number. Do not delete.
[colors]
background0: 141B2BFF
background1: 141B2BFF
background2: 141B2BFF
background3: 141B2BFF
background4: 2B344AFF
background0: 142B29FF
background1: 142b29FF
background2: 142b29FF
background3: 142B29FF
background4: 091212FF
# NOTE: region_scope colors only work for Jai at the moment
region_scope_export: 141B2BFF
region_scope_file: 1F2638FF
region_scope_module: 111621FF
region_scope_export: 142B29FF
region_scope_file: 142B29FF
region_scope_module: 142B29FF
region_header: 1F2638FF
region_success: 226022FF
region_warning: 986032FF
region_error: 772222FF
region_heredoc: 000000FF
region_heredoc: 142B29FF
selection_active: 354770FF
selection_inactive: 263351FF
selection_active: 224D49FF
selection_inactive: 222222FF
selection_highlight: FCEDFC26
search_result_active: 8E772EFF
search_result_inactive: FCEDFC83
scrollbar: 141B2BFF
scrollbar_hover: 3C4964FF
scrollbar_background: 2B344AFF
cursor: 9AD3EAFF
cursor_inactive: 87919DFF
scrollbar: 142b29FF
scrollbar_hover: 0F201FFF
scrollbar_background: 091212FF
cursor: DADEE5FF
cursor_inactive: 879C9DFF
paste_animation: 1C4449FF
splitter: 141B2BFF
splitter: 142B29FF
splitter_hover: 1F2638FF
ruler: FCEDFC26
indent_guide: FCEDFC26
letter_highlight: 85B8DEFF
list_cursor_lite: 3C496488
list_cursor: 3C4964FF
list_cursor_lite: 0F201FFF
list_cursor: 0F201FFF
shadow_dark: 0E161C7F
shadow_transparent: 0E161C00
text_input_label: 3B4450FF
@@ -43,7 +43,7 @@ char_under_cursor: 000000FF
bracket_highlight: E8FCFE30
ui_default: DADEE5FF
ui_dim: 87919DFF
ui_dim: 879c9dFF
ui_neutral: 4C4C4CFF
ui_warning: F8AD34FF
ui_warning_dim: 986032FF
@@ -51,11 +51,11 @@ ui_error: 772222FF
ui_error_bright: FF0000FF
ui_success: 227722FF
build_panel_background: 000000FF
build_panel_background: 050B0BFF
build_panel_scrollbar: 33CCCC19
build_panel_scrollbar_hover: 3C4964FF
build_panel_scrollbar_background: 2B344AFF
build_panel_title_bar: 2B344AFF
build_panel_scrollbar_hover: 0F201FFF
build_panel_scrollbar_background: 091212FF
build_panel_title_bar: 091212FF
code_default: DADEE5FF
code_invalid: FF0000FF
@@ -73,8 +73,8 @@ code_error: FF0000FF
code_warning: E4D97DFF
code_highlight: F9DD03FF
code_comment: 87919DFF
code_multiline_comment: 87919DFF
code_comment: 879c9dFF
code_multiline_comment: 879c9dFF
code_operation: DADEE5FF
code_punctuation: DADEE5FF
@@ -103,7 +103,7 @@ code_header5: E0AD82FF
code_header6: E0AD82FF
# Added after migration to version [18]
active_pane_border: 2B344AFF
active_pane_border: 091212FF
inactive_pane_dim_overlay: 050505FF
# Added after migration to version [22]
@@ -111,8 +111,8 @@ code_comment_highlight1: F9DD03FF
code_comment_highlight2: FF0000FF
code_comment_highlight3: C47616FF
code_comment_highlight4: BBABC3FF
cursor_line_highlight: 2B344AFF
color_preview_title_bar: 2B344AFF
cursor_line_highlight: 091212FF
color_preview_title_bar: 091212FF
code_addition: 33B333FF
code_deletion: E64D4DFF
region_addition: 2260224C

View File

@@ -49,7 +49,7 @@
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Bedroom"
"dark": "One Dark"
},
"indent_guides": {