@@ 1,47 0,0 @@
-diff --git a/ui/colors.go b/ui/colors.go
-index 7f0ec3a..c402fe2 100644
---- a/ui/colors.go
-+++ b/ui/colors.go
-@@ -8,36 +8,12 @@ import (
-
- // all XTerm extended colors with HSL saturation=1, light=0.5
- var identColors = []tcell.Color{
-- tcell.Color196, // HSL hue: 0°
-- tcell.Color202, // HSL hue: 22°
-- tcell.Color208, // HSL hue: 32°
-- tcell.Color214, // HSL hue: 41°
-- tcell.Color220, // HSL hue: 51°
-- tcell.Color226, // HSL hue: 60°
-- tcell.Color190, // HSL hue: 69°
-- tcell.Color154, // HSL hue: 79°
-- tcell.Color118, // HSL hue: 88°
-- tcell.Color82, // HSL hue: 98°
-- tcell.Color46, // HSL hue: 120°
-- tcell.Color47, // HSL hue: 142°
-- tcell.Color48, // HSL hue: 152°
-- tcell.Color49, // HSL hue: 161°
-- tcell.Color50, // HSL hue: 171°
-- tcell.Color51, // HSL hue: 180°
-- tcell.Color45, // HSL hue: 189°
-- tcell.Color39, // HSL hue: 199°
-- tcell.Color33, // HSL hue: 208°
-- tcell.Color27, // HSL hue: 218°
-- tcell.Color21, // HSL hue: 240°
-- tcell.Color57, // HSL hue: 262°
-- tcell.Color93, // HSL hue: 272°
-- tcell.Color129, // HSL hue: 281°
-- tcell.Color165, // HSL hue: 291°
-- tcell.Color201, // HSL hue: 300°
-- tcell.Color200, // HSL hue: 309°
-- tcell.Color199, // HSL hue: 319°
-- tcell.Color198, // HSL hue: 328°
-- tcell.Color197, // HSL hue: 338°
-+ tcell.ColorMaroon,
-+ tcell.ColorGreen,
-+ tcell.ColorOlive,
-+ tcell.ColorNavy,
-+ tcell.ColorPurple,
-+ tcell.ColorTeal,
- }
-
- func IdentColor(ident string) tcell.Color {
@@ 1,7 1,7 @@
# Template file for 'senpai'
pkgname=senpai
-version=0.1.0
-revision=2
+version=0.2.0
+revision=1
wrksrc="${pkgname}-v${version}"
build_style=go
go_import_path="git.sr.ht/~taiite/senpai"
@@ 12,7 12,7 @@ maintainer="Dakota Walsh <kota@nilsu.org>"
license="ISC"
homepage="git.sr.ht/~taiite/senpai"
distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz"
-checksum=98e1f16ed97433e1e8c8bdabac1cac1920ddcab90e6cef36d8817a41b45a94ff
+checksum=9786fd83f3e1067549c3c88455a1f66ec66d993fe597cee334d217a5d1cf4803
post_install() {
scdoc <doc/senpai.1.scd >doc/senpai.1