Skip to content

Instantly share code, notes, and snippets.

@bastndev
Last active April 11, 2024 16:34
Show Gist options
  • Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
🌞 Morning 246 commits β–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.8%
πŸŒ† Daytime 565 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 17.5%
πŸŒƒ Evening 731 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 25.9%
πŸŒ™ Night 1235 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 48.8%
@bastndev
Copy link
Author

bastndev commented Jan 23, 2024

Β‘Perfecciona tus habilidades en Markdown con GitHub! Todos los recursos que necesitas estΓ‘n disponibles en el enlace proporcionado. Si encuentras ΓΊtil la informaciΓ³n, te agradecerΓ­amos enormemente si pudieras darle una β€˜Estrellita’ al repositorio.

βž₯ Code: https://github.com/bastndev/Markdown-24

β–¬β–¬β–¬β–¬ ⏱ Timestamps: β–¬β–¬β–¬β–¬

0:00 - Introduction
1:21 - Configuracion
1:54 - Inicio
3:35 - Generar Insignias
9:22 - Body
17:50 - Codigo de conducta
21:23 - MIT Licence
23:41 - SECURITY

βž₯ Social Media:
β€’ IG: https://www.instagram.com/bastndev
β€’ Linkedin: https://www.linkedin.com/in/bastndev/
β€’ Tiktok: https://www.tiktok.com/@bastndev

βž₯ ABOUT ME :
My GitHub so you can see my projects. πŸ™€
β–Ί https://github.com/bastndev
My Portfolio in case you want to contact me. πŸ‘½
β–Ί https://www.bastndev.com/

{__/}​
​( β€’ - β€’)​ ​¿Quieres pizza?​
​/ -πŸ•β€‹

​​{__/}​
​(β€’ - β€’ )​ ​‒Suscribete‒​
β€‹πŸ•' \ https://www.youtube.com/@bastndev

β–ˆβ•‘β–Œβ”‚β•‘β–Œβ•‘β–Œβ”‚β–ˆβ”‚β–Œβ•‘β”‚β–ˆβ•‘β–ˆβ•‘β”‚β–Œ
βž₯ @bastndev - #code

@bastndev
Copy link
Author

bastndev commented Feb 14, 2024

"workbench.colorCustomizations": {
    "editorGroupHeader.noTabsBackground": "#95ff6b",
    "[Flutter Dark Theme]": {
      "menu.selectionBorder": "#1e2c2f",
      "tab.activeBackground": "#1b1c23",
      "statusBar.background": "#0a0a0a",
      "statusBar.debuggingBackground": "#0d0d0d",
      "list.activeSelectionBackground": "#2a3b3f",
      "debugConsole.errorForeground": "#00aaff",
      "debugConsole.infoForeground": "#0df490",
      "tab.unfocusedInactiveModifiedBorder": "#00ffff",
      "editorGroup.dropBackground": "#00000055",
      "tab.activeBorder": "#ffcb6b",
      "activityBarBadge.background": "#fece75",
      "list.activeSelectionForeground": "#fece75",
      "list.inactiveSelectionForeground": "#f9d288",
      "sideBarSectionHeader.foreground": "#a6a6a6",
      "gitDecoration.modifiedResourceForeground": "#ffffff"
    }
  },
  "editor.tokenColorCustomizations": {
    "strings": "#0df490",
    "textMateRules": [
      {
        "scope": [
          "support.class.dart",
        ],
        "settings": {
          "foreground": "#ffcb6b",
        },
      },
      {
        "scope": [
          "storage.modifier.dart",
        ],
        "settings": {
          "foreground": "#1fccfc",
        },
      },
    ]
  },

Change color vscode

@bastndev
Copy link
Author

{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": [
        "src/*"
      ],
      "@/components": [
        "src/components/*"
      ],
      "@/icons": [
        "src/icons/*"
      ],
      "@/lib": [
        "src/lib/*"
      ]
    },
  },
  "exclude": [
    "public"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment