Skip to content

Instantly share code, notes, and snippets.

@EinJochel
EinJochel / sf-colors.js
Last active November 9, 2022 14:28
Automatic theme switching for Blink
var lightScheme = {
cursor: "rgba(146, 146, 146, 0.5)", // #929292
foreground: "#000000",
background: "#FFFFFF",
normalBlack: "#000000",
normalRed: "#FC2025",
normalGreen: "#29C732",
normalYellow: "#FC820A",
normalBlue: "#0B5FFE",
normalMagenta: "#463BCC",