2025-10-06
This commit is contained in:
@@ -79,12 +79,14 @@ cask "appflowy"
|
||||
cask "arq"
|
||||
cask "autodock"
|
||||
cask "bbedit"
|
||||
cask "coderabbit"
|
||||
cask "cog-app"
|
||||
cask "contexts"
|
||||
cask "cork"
|
||||
cask "daisydisk"
|
||||
cask "fork"
|
||||
cask "ghostty"
|
||||
cask "gog-galaxy"
|
||||
cask "hazel"
|
||||
cask "iina"
|
||||
cask "imageoptim"
|
||||
@@ -136,11 +138,11 @@ mas "Dato", id: 1470584107
|
||||
mas "DevCleaner", id: 1388020431
|
||||
mas "Developer", id: 640199958
|
||||
mas "Dice by PCalc", id: 1479250666
|
||||
mas "Divinity - Original Sin 2", id: 1441532941
|
||||
mas "Dropover", id: 1355679052
|
||||
mas "Equinox", id: 1591510203
|
||||
mas "Expenses", id: 1492055171
|
||||
mas "Find Any File", id: 402569179
|
||||
mas "Find Any File", id: 0
|
||||
mas "Folder Quick Look", id: 6753110395
|
||||
mas "Front and Center", id: 1493996622
|
||||
mas "Gifski", id: 1351639930
|
||||
mas "HEIC Converter", id: 1294126402
|
||||
@@ -159,8 +161,6 @@ mas "Page Screenshot for Safari", id: 1472715727
|
||||
mas "Pages", id: 409201541
|
||||
mas "Parcel", id: 375589283
|
||||
mas "Pastel", id: 413897608
|
||||
mas "Photomator", id: 1444636541
|
||||
mas "Pixelmator Pro", id: 1289583905
|
||||
mas "Pixen", id: 525180431
|
||||
mas "Pocket City 2", id: 6742559886
|
||||
mas "Pure Paste", id: 1611378436
|
||||
|
||||
+3
-2
@@ -1,5 +1,4 @@
|
||||
|
||||
theme = light:Tomorrow,dark:Aura
|
||||
theme = dark: Afterglow,light: Adwaita
|
||||
macos-secure-input-indication = true
|
||||
|
||||
cursor-style = underline
|
||||
@@ -17,3 +16,5 @@ window-padding-x = 5
|
||||
window-padding-y = 5
|
||||
window-padding-balance = true
|
||||
|
||||
background-opacity=0.95
|
||||
background-blur=true
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"git_panel": {
|
||||
"dock": null,
|
||||
"button": false
|
||||
"dock": "left"
|
||||
},
|
||||
"icon_theme": "Soft Charmed Icons",
|
||||
"show_edit_predictions": false,
|
||||
@@ -27,7 +26,7 @@
|
||||
"inactive_opacity": 0.7
|
||||
},
|
||||
"features": {
|
||||
"edit_prediction_provider": "none"
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"button": false
|
||||
@@ -38,7 +37,7 @@
|
||||
"selections_menu": false
|
||||
},
|
||||
"file_finder": {
|
||||
"file_icons": false
|
||||
"file_icons": true
|
||||
},
|
||||
"seed_search_query_from_cursor": "selection",
|
||||
"gutter": {
|
||||
@@ -46,8 +45,8 @@
|
||||
},
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "Ayu Dark"
|
||||
"light": "Catppuccin Iced Latte (Blur)",
|
||||
"dark": "Catppuccin Macchiato (Blur) [Heavy]"
|
||||
},
|
||||
"scrollbar": {
|
||||
"show": "system",
|
||||
@@ -58,8 +57,8 @@
|
||||
},
|
||||
"cursor_shape": "underline",
|
||||
"vertical_scroll_margin": 18,
|
||||
"ui_font_family": ".SystemUIFont",
|
||||
"ui_font_size": 16,
|
||||
"ui_font_family": "Input Mono",
|
||||
"ui_font_size": 15,
|
||||
"buffer_font_family": "Maple Mono",
|
||||
// "buffer_font_features": {
|
||||
// "calt": true,
|
||||
|
||||
Reference in New Issue
Block a user