Skip to content

Instantly share code, notes, and snippets.

;; Copyright (c) 2019 Vertiv, Inc.
(ns clj-bacnet.application.prefix.header
(:require [clj-binary.codec.complex-bytes :as cb]
[clj-binary.core :as bin]
[clojure.spec.alpha :as s]
[orchestra.core :refer [defn-spec]]
[org.clojars.smee.binary.core :as sb]
[spec-coerce.core :as coerce]
[vertiv-common.spec :as vs]))
@WhittlesJr
WhittlesJr / moe-dark-color-theme.json
Last active August 14, 2025 14:39
Moe Dark VSCode Theme
{
"name": "Moe Dark",
"type": "dark",
"semanticHighlighting": true,
"semanticTokenColors": {
"enumMember": {
"foreground": "#d18aff"
},
"variable.constant": {
"foreground": "#d19a66"