feat(sointu): add functions to figure out the stack use and need of a unit

This commit is contained in:
vsariola
2021-02-10 22:39:08 +02:00
parent 35d2ff6308
commit 8cfd915311
4 changed files with 63 additions and 5 deletions

View File

@ -109,3 +109,5 @@ var activeLightSurfaceColor = color.NRGBA{R: 45, G: 45, B: 45, A: 255}
var cursorColor = color.NRGBA{R: 100, G: 140, B: 255, A: 48}
var selectionColor = color.NRGBA{R: 100, G: 140, B: 255, A: 8}
var inactiveSelectionColor = color.NRGBA{R: 140, G: 140, B: 140, A: 16}
var errorColor = color.NRGBA{R: 207, G: 102, B: 121, A: 255}