domingo, 15 de abril de 2018

Configuracion PhpStorm


Cambiar color resaltado de etiquetas matched brace
Ir -> File -> Settings -> Editor -> Color Scheme -> General
   -> Code - Matched Brace - Background

Cambiar linea de color de la posicion del cursor
Ir -> Settings -> Editor -> Color Scheme -> General
   -> Editor - Caret row - Background

Cambiar Seleccion de Background
Ir -> Settings -> Editor -> Color Scheme -> General
   -> Editor - Selection Background - Background

Cambiar Background Editor de codigo
Ir -> Settings -> Editor -> Color Scheme -> General
   -> Text - Default text - Background

No hay comentarios:

Publicar un comentario

Actualizar TailwindCSS a la version 4 en Laravel

Actualizar TailwindCSS a la version 4 en Laravel npx @tailwindcss/upgrade En el archivo vite.config.ts Agregar el plugin de tailwindcss impo...