Skip to content

Instantly share code, notes, and snippets.

View ramiromoctezuma's full-sized avatar

Moctezuma ramiromoctezuma

View GitHub Profile
@Klerith
Klerith / estilos-basicos.css
Created December 1, 2020 19:01
Estilos básicos para la introducción de Angular
* {
font-family: Helvetica, Arial, sans-serif;
font-weight: 200;
}
html, body {
background: white;
margin: 20px;
color: #3e4144;
@sajithneyo
sajithneyo / bracket-pair-colorizer-2-settings
Created June 25, 2019 14:23
Settings you need for bracket pair colorizer 2
{
"bracket-pair-colorizer-2.colors": [
"Gold",
"Orchid",
"LightSkyBlue",
"Salmon",
"LawnGreen",
"DarkOrange",
"Cornsilk"
],
@Klerith
Klerith / plugins.md
Last active August 21, 2024 13:56
Lista de plugins que uso en VSC