5 Commits 60c5d63666 ... db6d8b86ad

Autor SHA1 Mensaje Fecha
  raylu db6d8b86ad valdera specifics hace 6 meses
  raylu 341516f8b5 macos tweaks hace 3 años
  raylu 153da0a272 zod: theme hace 7 meses
  raylu 60c5d63666 valdera specifics hace 6 meses
  raylu 3054fac243 macos tweaks hace 3 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/zed/settings.json

+ 1 - 1
config/zed/settings.json

@@ -15,7 +15,7 @@
   "search_wrap": false,
   "ssh_connections": [{ "host": "dev", "projects": [{ "paths": ["/src"] }] }],
   "telemetry": { "metrics": false },
-  "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" },
+  "theme": { "mode": "system", "light": "One Light", "dark": "Catppuccin Macchiato" },
   "ui_font_size": 16,
   "vim_mode": true
 }