Răsfoiți Sursa

tui: reduce scrollbar visual prominence for less distracting interface

Dax Raad 3 luni în urmă
părinte
comite
11d6005b77

+ 1 - 4
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -680,10 +680,7 @@ export function Session() {
               scrollbarOptions={{
                 trackOptions: {
                   backgroundColor: theme.backgroundElement,
-                  foregroundColor: theme.primary,
-                },
-                arrowOptions: {
-                  foregroundColor: theme.primary,
+                  foregroundColor: theme.border,
                 },
               }}
               stickyScroll={true}