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
// Debug images | |
// https://github.com/matuzo/DevToolsSnippets/blob/main/debugimages/debugimages.js | |
// Thank you @matuzo | |
{ | |
console.clear(); | |
const images = document.querySelectorAll('img'); | |
const missingAlt = [] | |
const emptyAlt = [] |
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
{ | |
"title": "Caps Lock To Hyper/Escape", | |
"author": "David Leininger(twobeards.dev)", | |
"homepage": "https://gist.github.com/davidleininger/aa61da80f02182786b7fee82b3aa1af8", | |
"import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/davidleininger/aa61da80f02182786b7fee82b3aa1af8/raw/e1f0146c01edc1a26d303f06f575a22a48a6f929/caps_lock_to_hyper_escape.json", | |
"rules": [ | |
{ | |
"description": "Caps Lock to Hyper/Escape", | |
"manipulators": [ | |
{ |
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
{"displayName":"Oceanic Sorta","base00":"#1b2b34","base01":"#0b151b","base02":"#343d46","base03":"#0b151b","base04":"#d8dee9","base05":"#fff","special00":"#ed6f7d","special01":"#eb9a6d","special02":"#99c794","special03":"#5fb3b3","special04":"#5a9bcf","special05":"#d06a77","special06":"#c5a5c5","special07":"#5fb3b3","state00":"#65737e","state01":"#343d46","state02":"#263238","state03":"#343d46","state04":"#fac863","state05":"#0b151b","state06":"#65737e"} |
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
{ | |
"$schema": "vscode://schemas/color-theme", | |
"name": "Oceanic Next", | |
"type": "dark", | |
"colors": { | |
// activityBar | |
"activityBar.background": "#1b2b34", | |
"activityBar.border": "#343d46", | |
"activityBar.dropBackground": "#0b151b", | |
"activityBar.foreground": "#d8dee9", |
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
{ | |
"$schema": "vscode://schemas/color-theme", | |
"name": "Oceanic Next", | |
"type": "dark", | |
"colors": { | |
// activityBar | |
"activityBar.background": "#1b2b34", | |
"activityBar.border": "#343d46", | |
"activityBar.dropBackground": "#0b151b", | |
"activityBar.foreground": "#d8dee9", |
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
{ | |
"workbench.colorCustomizations": { | |
// activityBar | |
"activityBar.background": "#1b2b34", | |
"activityBar.border": "#343d46", | |
"activityBar.foreground": "#d8dee9", | |
"activityBarBadge.background": "#fac863", | |
"activityBarBadge.foreground": "#1b2b34", | |
// badge | |
"badge.background": "#343d46", |
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
{ | |
"workbench.colorTheme": "CobaltNext", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"editor.formatOnSave": true, | |
"eslint.autoFixOnSave": true, | |
"eslint.options": { | |
"configFile": "/Volumes/Macintosh HD/Users/davidleininger/.eslintrc.json" | |
}, | |
"prettier.eslintIntegration": true, |