Skip to content

Instantly share code, notes, and snippets.

View colebemis's full-sized avatar

Cole Bemis colebemis

View GitHub Profile
@colebemis
colebemis / primer-raycast.md
Last active May 16, 2023 03:02
Primer Raycast Extension README
@colebemis
colebemis / lumen.yml
Last active July 18, 2023 02:26
Exported from Lumen (https://uselumen.com) on Monday, July 17, 2023 at 7:25 pm PST
name: Lumen
on: [push]
permissions:
contents: write
jobs:
lumen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build notes.json
@colebemis
colebemis / example.js
Created April 15, 2021 15:36
Custom link color with @primer/components
import {ThemeProvider, theme} from '@primer/components'
import deepmerge from 'deepmerge'
const customTheme = deepmerge(theme, {
colorSchemes: {
light: {
colors: {
text: {
link: 'your color here'
}
@colebemis
colebemis / machine.js
Created March 30, 2020 20:29
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@colebemis
colebemis / machine.js
Created March 29, 2020 03:13
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@colebemis
colebemis / machine.js
Created March 27, 2020 04:51
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@colebemis
colebemis / machine.js
Last active March 28, 2020 20:02
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@colebemis
colebemis / machine.js
Last active March 26, 2020 01:14
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions