Skip to content

Instantly share code, notes, and snippets.

View Hexcede's full-sized avatar

Hexcede

View GitHub Profile
-- jonbyte, 2024
-- approximate a kelvin temperature as RGB
-- the result of messing around with equations and seeing the results
local R, G, B = 560, 530, 420 -- sample wavelengths
local c = 299792458 -- speed of light (m/s)
local h = 6.62607015e-34 -- planck constant
local k = 1.380649e-23 -- boltzmann constant
local vec0 = vector.create(0, 0, 0)
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active April 12, 2025 07:27
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg