Skip to content

Instantly share code, notes, and snippets.

View davidleininger's full-sized avatar
🍕
slicing up the web

David Leininger davidleininger

🍕
slicing up the web
View GitHub Profile
@davidleininger
davidleininger / console script
Last active September 18, 2021 19:56
Console script for debugging
// 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 = []
{
"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": [
{
{"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"}
{
"$schema": "vscode://schemas/color-theme",
"name": "Oceanic Next",
"type": "dark",
"colors": {
// activityBar
"activityBar.background": "#1b2b34",
"activityBar.border": "#343d46",
"activityBar.dropBackground": "#0b151b",
"activityBar.foreground": "#d8dee9",
{
"$schema": "vscode://schemas/color-theme",
"name": "Oceanic Next",
"type": "dark",
"colors": {
// activityBar
"activityBar.background": "#1b2b34",
"activityBar.border": "#343d46",
"activityBar.dropBackground": "#0b151b",
"activityBar.foreground": "#d8dee9",
@davidleininger
davidleininger / OceanicNext.json
Last active September 14, 2017 02:06
User Settings file full for Oceanic Next in VS Code
{
"workbench.colorCustomizations": {
// activityBar
"activityBar.background": "#1b2b34",
"activityBar.border": "#343d46",
"activityBar.foreground": "#d8dee9",
"activityBarBadge.background": "#fac863",
"activityBarBadge.foreground": "#1b2b34",
// badge
"badge.background": "#343d46",
@davidleininger
davidleininger / UserSettings.json
Last active December 7, 2018 10:14
User Settings for VS Code - Oceanic Next full app theme.
{
"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,