feat: a whole bunch of nice things
This commit is contained in:
parent
7c6b39872d
commit
e6022b3fa6
12 changed files with 472 additions and 22 deletions
22
gnome-extensions/opencode-token-usage/stylesheet.css
Normal file
22
gnome-extensions/opencode-token-usage/stylesheet.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue