Skip to content

Instantly share code, notes, and snippets.

@neyb
neyb / randomGuyOnReddit.json
Created January 28, 2026 18:02
zed one theme... but with more contrast in the light theme
{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "randomGuyOnReddit",
"author": "randomGuyOnReddit",
"themes": [
{
"name": "randomGuyOnReddit Dark",
"appearance": "dark",
"style": {
"border": "#464b57ff",
@neyb
neyb / vertx.kt
Created September 28, 2017 15:48
coroutine and vertx stuff
package test.vertx.utils
import io.vertx.core.AsyncResult
import io.vertx.core.Context
import io.vertx.core.Vertx
import io.vertx.core.Vertx.currentContext
import io.vertx.core.VertxOptions
import io.vertx.core.eventbus.MessageConsumer
import kotlin.coroutines.experimental.AbstractCoroutineContextElement
import kotlin.coroutines.experimental.Continuation