-
Notifications
You must be signed in to change notification settings - Fork 4
visual feedback
charliesan edited this page Oct 8, 2024
·
1 revision
with resonite and it's extensive list of features that it can do. Kode-runner can take advantage of those features with style.
when talking about "visual feedback" within the context of Kode, at this current moment the terminal is the only sort of visual feedback related to watching your program compile.
currently we have support for these visual feedback contexts:
- files inside Kode in the files screen has the background for the button colored based on the lines of code or "text" inside the file. the list goes as follows:
- 0 lines is grey R: 0.26 G: 0.26 B: 0.26
- 10 lines is bright yellow/orange R: 1 G 0.48: B: 0
- 20 lines is highlighter yellow R: 1 G: 0.94 B: 0
- 30 lines is green R: 0.18 G: 1 B: 0
- 50 lines is light blue R: 0 G: 1 B: 0.98
- 400 lines is straight purple R: 0.13 G: 0 B: 1
- 500 lines bright pink. R: 1 G: 0 B: 0.8