tweak colors for definitions

This commit is contained in:
Kartik K. Agaram 2021-04-29 16:14:47 -07:00
parent e13fd3e0a1
commit 5124feb31e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ fn render-globals screen: (addr screen), _self: (addr global-table) {
compare curr-input, 0
break-if-=
var x/eax: int <- copy 1/padding-left
x, y <- render-gap-buffer-wrapping-right-then-down screen, curr-input, x, y, 0x2a/xmax, 0x2f/ymax, 0/no-cursor, 3/fg=cyan, 0x14/bg=definition
x, y <- render-gap-buffer-wrapping-right-then-down screen, curr-input, x, y, 0x2a/xmax, 0x2f/ymax, 0/no-cursor, 7/fg=definition, 0/bg
y <- increment
}
curr-index <- decrement