Skip to content

Instantly share code, notes, and snippets.

View mintuz's full-sized avatar
🎯
Focusing

Adam Bulmer mintuz

🎯
Focusing
View GitHub Profile
@mintuz
mintuz / tailwind-colors.js
Last active October 23, 2024 12:01 — forked from trulymittal/tailwind-colors.js
List of all default Tailwind CSS colors from the default theme
const colors = {
slate: {
50: '#f8fafc',
100: '#f1f5f9',
200: '#e2e8f0',
300: '#cbd5e1',
400: '#94a3b8',
500: '#64748b',
600: '#475569',
700: '#334155',
@mintuz
mintuz / SwiftChartPong.swift
Created July 11, 2022 15:10 — forked from dduan/SwiftChartPong.swift
Pong Game implemented with Swift Charts.
import SwiftUI
import Charts
import Combine
import Foundation
final class GameState: ObservableObject {
struct Player {
var position: Int
var halfSize: Int = 150
@mintuz
mintuz / karabiner.json
Last active January 15, 2020 22:13
My karabiner config to be used alongside keyboard maestro
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {