Skip to content

Instantly share code, notes, and snippets.

View D3OXY's full-sized avatar
:bowtie:
Pretending to be Alive

Ishan D3OXY

:bowtie:
Pretending to be Alive
  • D3
  • TVM, Kerala, India
  • 05:45 (UTC +05:30)
View GitHub Profile
@D3OXY
D3OXY / vscode-styles.css
Created November 1, 2025 10:38
Vscode Custom CSS
/* Theme */
:root {
--custom-background: #141414;
--custom-foreground: #ffffff;
--custom-border: rgba(255, 255, 255, 0.1);
--custom-accent: #4daafc;
--custom-hover: rgba(255, 255, 255, 0.05);
--custom-active: rgba(255, 255, 255, 0.1);
--custom-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
--custom-blur: blur(10px);