Skip to content

Instantly share code, notes, and snippets.

View xadadev's full-sized avatar
🏠
Working from home

Muhammad wahab xadadev

🏠
Working from home
View GitHub Profile
@jacklorusso
jacklorusso / workbench.colorCustomizations.json
Last active April 4, 2026 21:17
A list of all Visual Studio Code customizable colors, grouped by UI region. Copy and paste into User Settings (comments are allowed) to tweak an existing theme or work on your own.
"workbench.colorCustomizations": {
// Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast.
"contrastActiveBorder": "",
"contrastBorder": "",
// Base Colors
"focusBorder": "",
"foreground": "",
"widget.shadow": "",
"selection.background": "",
"descriptionForeground": "",
@gokulkrishh
gokulkrishh / media-query.css
Last active May 10, 2026 01:58
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */