Skip to content

Instantly share code, notes, and snippets.

View atmiya0's full-sized avatar
πŸ‘¨β€πŸ’»
Coding

Atmiya Jadvani atmiya0

πŸ‘¨β€πŸ’»
Coding
View GitHub Profile
@atmiya0
atmiya0 / oscura.yaml
Created March 19, 2025 03:46 — forked from thehamsti/oscura.yaml
Oscura Warp Theme
accent: "#E6E7A3" # From VSCode's button.background
background: "#0B0B0F" # From VSCode's editor.background
details: darker
foreground: "#E6E6E6" # From VSCode's editor.foreground
terminal_colors:
bright:
black: "#46474F" # Derived from comment color
blue: "#479FFA" # From VSCode's textLink.foreground
cyan: "#54C0A3" # From VSCode's Attributes color
green: "#E6E7A3" # From VSCode's function color
@atmiya0
atmiya0 / css-media-queries-cheat-sheet.css
Created June 27, 2022 14:03 — forked from bartholomej/css-media-queries-cheat-sheet.css
CSS Media Query Cheat Sheet (with Foundation)
/*------------------------------------------
Responsive Grid Media Queries - 1280, 1024, 768, 480
1280-1024 - desktop (default grid)
1024-768 - tablet landscape
768-480 - tablet
480-less - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) { }
@media all and (min-width: 768px) and (max-width: 1024px) { }
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help