Skip to content

Instantly share code, notes, and snippets.

View adydetra's full-sized avatar
🍁

Adityawarman Dewa Putra adydetra

🍁
View GitHub Profile
{
"import": {
"scope": "javascript,typescript",
"prefix": "imp",
"body": [
"import { $1 } from '$2';"
],
"description": "Import a module"
},
"define-props": {
@adydetra
adydetra / discord.theme.css
Last active November 23, 2023 14:30
Discord theme
/**
* @name adydetra
* @author adydetra + ClearVision Team
* @description Highly customizable theme.
**/
@import url("https://gist.githubusercontent.com/adydetra/896d69ff248779438000c9e9572a2dcd/raw/19382b6ed6bc4e1e83fd2bae0270e29d12c81dcf/ClearVision.theme.css");
/* SETTINGS */
:root {
@adydetra
adydetra / settings.json
Last active May 20, 2024 11:30
VS Code settings by me
{
// Editor
"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",
"editor.fontSize": 15,
"editor.lineHeight": 2,
"editor.suggestFontSize": 15,
"editor.suggestLineHeight": 28,
"editor.tabSize": 2,