This commit is contained in:
2025-10-08 09:15:22 -04:00
parent 5125ee25fc
commit b04208e8f2
4 changed files with 32 additions and 43 deletions

View File

@@ -12,11 +12,11 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#0E131E</string>
<string>#141B2BFF</string>
<key>caret</key>
<string>#DDDDDD</string>
<string>#DADEE5FF</string>
<key>foreground</key>
<string>#DDDDDD</string>
<string>#DADEE5FF</string>
<key>invisibles</key>
<string>#646871</string>
<key>lineHighlight</key>
@@ -33,7 +33,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DDDDDD</string>
<string>#DADEE5FF</string>
</dict>
</dict>
<dict>
@@ -44,7 +44,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#88c0db</string>
<string>#14DED1FF</string>
</dict>
</dict>
<dict>
@@ -66,7 +66,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DDDDDD</string>
<string>#DADEE5FF</string>
</dict>
</dict>
<dict>
@@ -88,7 +88,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c47616</string>
<string>#DADEE5FF</string>
</dict>
</dict>
<dict>
@@ -110,7 +110,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
<string>#BBABC3FF</string>
</dict>
</dict>
<dict>
@@ -143,29 +143,18 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
<string>#c47616</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library constant</string>
<key>scope</key>
<string>support.constant</string>
<string>support.constant, constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
<string>#BBABC3FF</string>
</dict>
</dict>
<dict>
@@ -176,7 +165,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
<string>#85B8DEFF</string>
</dict>
</dict>
<dict>
@@ -187,7 +176,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1</string>
<string>#BBABC3FF</string>
</dict>
</dict>
</array>

View File

@@ -50,7 +50,7 @@ line_wrap_is_on_by_default: false
show_line_numbers: false
show_ruler_at_column: 0
colored_titlebar: false
dark_titlebar: false
dark_titlebar: true
hide_mouse_when_typing: false
draw_indent_guides: false
auto_surround_with_brackets_and_quotes: false

View File

@@ -1,14 +1,14 @@
[22] # Version number. Do not delete.
[colors]
background0: 0E131EFF
background1: 0E131EFF
background2: 0E131EFF
background3: 0E131EFF
background0: 141B2BFF
background1: 141B2BFF
background2: 141B2BFF
background3: 141B2BFF
background4: 2B344AFF
# NOTE: region_scope colors only work for Jai at the moment
region_scope_export: 0E131EFF
region_scope_export: 141B2BFF
region_scope_file: 1F2638FF
region_scope_module: 111621FF
@@ -22,14 +22,14 @@ selection_active: 354770FF
selection_inactive: 263351FF
selection_highlight: FCEDFC26
search_result_active: 8E772EFF
search_result_inactive: FCEDFC26
scrollbar: 0E131EFF
search_result_inactive: FCEDFC83
scrollbar: 141B2BFF
scrollbar_hover: 3C4964FF
scrollbar_background: 2B344AFF
cursor: 3DDF23FF
cursor: 9AD3EAFF
cursor_inactive: 87919DFF
paste_animation: 1C4449FF
splitter: 0E131EFF
splitter: 141B2BFF
splitter_hover: 1F2638FF
ruler: FCEDFC26
indent_guide: FCEDFC26
@@ -68,21 +68,21 @@ code_char_literal: D3B58DFF
code_identifier: DADEE5FF
code_note: F9DD03FF
code_number: 7FCBCBFF
code_number: BBABC3FF
code_error: FF0000FF
code_warning: E4D97DFF
code_highlight: F9DD03FF
code_comment: 88C0DBFF
code_multiline_comment: 88C0DBFF
code_comment: 14DED1FF
code_multiline_comment: 14DED1FF
code_operation: DADEE5FF
code_punctuation: DADEE5FF
code_keyword: C47616FF
code_type: 14DED1FF
code_value: 7FCBCBFF
code_type: 85B8DEFF
code_value: BBABC3FF
code_modifier: C47616FF
code_attribute: C47616FF
code_enum_variant: DADEE5FF
@@ -104,14 +104,14 @@ code_header5: E0AD82FF
code_header6: E0AD82FF
# Added after migration to version [18]
active_pane_border: 88C0DBFF
active_pane_border: 2B344AFF
inactive_pane_dim_overlay: 050505FF
# Added after migration to version [22]
code_comment_highlight1: F9DD03FF
code_comment_highlight2: FF0000FF
code_comment_highlight3: C47616FF
code_comment_highlight4: 7FCBCBFF
code_comment_highlight4: BBABC3FF
cursor_line_highlight: 2B344AFF
color_preview_title_bar: 2B344AFF
code_addition: 33B333FF

View File

@@ -12,7 +12,7 @@
"default_profile": "write",
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4"
"model": "claude-sonnet-4-5"
}
},
"features": {
@@ -102,7 +102,7 @@
"gutter": {
"code_actions": false,
"folds": false,
"line_numbers": false,
"line_numbers": true,
"runnables": false
},