diff --git a/.config/Sublime Text/Packages/User/massimo_custom.tmTheme b/.config/Sublime Text/Packages/User/massimo_custom.tmTheme
index 86b6f78..2b60b94 100644
--- a/.config/Sublime Text/Packages/User/massimo_custom.tmTheme
+++ b/.config/Sublime Text/Packages/User/massimo_custom.tmTheme
@@ -12,11 +12,11 @@
settings
background
- #0E131E
+ #141B2BFF
caret
- #DDDDDD
+ #DADEE5FF
foreground
- #DDDDDD
+ #DADEE5FF
invisibles
#646871
lineHighlight
@@ -33,7 +33,7 @@
settings
foreground
- #DDDDDD
+ #DADEE5FF
@@ -44,7 +44,7 @@
settings
foreground
- #88c0db
+ #14DED1FF
@@ -66,7 +66,7 @@
settings
foreground
- #DDDDDD
+ #DADEE5FF
@@ -88,7 +88,7 @@
settings
foreground
- #c47616
+ #DADEE5FF
@@ -110,7 +110,7 @@
settings
foreground
- #14DED1
+ #BBABC3FF
@@ -143,29 +143,18 @@
settings
foreground
- #14DED1
-
-
-
- name
- Library function
- scope
- support.function
- settings
-
- foreground
- #14DED1
+ #c47616
name
Library constant
scope
- support.constant
+ support.constant, constant.numeric
settings
foreground
- #14DED1
+ #BBABC3FF
@@ -176,7 +165,7 @@
settings
foreground
- #14DED1
+ #85B8DEFF
@@ -187,7 +176,7 @@
settings
foreground
- #14DED1
+ #BBABC3FF
diff --git a/.config/focus-editor/global.focus-config b/.config/focus-editor/global.focus-config
index 10ea1e6..784ba50 100644
--- a/.config/focus-editor/global.focus-config
+++ b/.config/focus-editor/global.focus-config
@@ -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
diff --git a/.config/focus-editor/themes/bedroom.focus-theme b/.config/focus-editor/themes/bedroom.focus-theme
index 1e1b846..c2b2274 100644
--- a/.config/focus-editor/themes/bedroom.focus-theme
+++ b/.config/focus-editor/themes/bedroom.focus-theme
@@ -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
diff --git a/.config/zed/settings.json b/.config/zed/settings.json
index 46b5aa3..0b5b82f 100644
--- a/.config/zed/settings.json
+++ b/.config/zed/settings.json
@@ -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
},