This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"import": { | |
"scope": "javascript,typescript", | |
"prefix": "imp", | |
"body": [ | |
"import { $1 } from '$2';" | |
], | |
"description": "Import a module" | |
}, | |
"define-props": { |