feat: a whole bunch of nice things

This commit is contained in:
Jet 2026-05-29 15:04:53 -07:00
parent 7c6b39872d
commit e6022b3fa6
No known key found for this signature in database
12 changed files with 472 additions and 22 deletions

View file

@ -0,0 +1,22 @@
.opencode-token-usage {
spacing: 5px;
}
.opencode-token-usage-label {
font-family: "CommitMono Nerd Font", monospace;
font-feature-settings: "tnum";
}
.opencode-token-usage-graph {
min-width: 96px;
min-height: 16px;
}
.opencode-token-usage-warning .opencode-token-usage-label {
color: #d29922;
}
.opencode-token-usage-critical .opencode-token-usage-label,
.opencode-token-usage-missing .opencode-token-usage-label {
color: #f85149;
}