summaryrefslogtreecommitdiff
path: root/src/inspector/cell.zig
AgeCommit message (Collapse)Author
2024-08-28Inspector: change color picker to use hex valuescryptocode
The inspector currently show colors as decimal r,g,b values. With this change, the hex format is used instead. The motivation for this is that references to color typically use the hex format. One example is the palette definitions in a color scheme. Using the inspector/cell picker to help create and debug color themes should be more convenient after this change. If there's a usecase for the decimal format, we could add a config option or maybe a switch in the inspector UI.
2024-04-19inspector: show cell codepoints and wide propertyMitchell Hashimoto
2024-03-22inspector: forgot the new fileMitchell Hashimoto