mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-05 00:44:54 +01:00
tui: reduce scrollbar visual prominence for less distracting interface
This commit is contained in:
@@ -680,10 +680,7 @@ export function Session() {
|
|||||||
scrollbarOptions={{
|
scrollbarOptions={{
|
||||||
trackOptions: {
|
trackOptions: {
|
||||||
backgroundColor: theme.backgroundElement,
|
backgroundColor: theme.backgroundElement,
|
||||||
foregroundColor: theme.primary,
|
foregroundColor: theme.border,
|
||||||
},
|
|
||||||
arrowOptions: {
|
|
||||||
foregroundColor: theme.primary,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
stickyScroll={true}
|
stickyScroll={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user