Skip to content

Instantly share code, notes, and snippets.

View ccssmnn's full-sized avatar

Carl Assmann ccssmnn

View GitHub Profile
@ccssmnn
ccssmnn / theme.css
Created December 10, 2025 14:00
Reiner Theme
:root {
--background: oklch(0.6937 0.2269 354.0940);
--foreground: oklch(0.2061 0.0708 354.1158);
--card: oklch(0.7610 0.1693 350.6028);
--card-foreground: oklch(0.2061 0.0708 354.1158);
--popover: oklch(0.7855 0.1492 349.7589);
--popover-foreground: oklch(0.2061 0.0708 354.1158);
--primary: oklch(0.4925 0.2526 307.3464);
--primary-foreground: oklch(1.0000 0 0);
--secondary: oklch(0.5459 0.2709 289.0459);
@ccssmnn
ccssmnn / README.md
Created February 9, 2020 12:43
Raspberry Pi 4 + Theia IDE = ❤️

Set up Theia IDE on Raspberry Pi 4

Requirements

Install node version 10 and yarn:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
nvm install 10
npm install -g yarn