Skip to content

Commit a7bc358

Browse files
committed
fix: text selection color not able to be seen for terminal in light mode
1 parent 1684fd3 commit a7bc358

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/lib/components/terminal/terminal.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
background: '#09090b',
3030
foreground: '#e4e4e7',
3131
cursor: '#e4e4e7',
32+
selectionBackground: 'rgba(96, 165, 250, 0.40)',
33+
selectionInactiveBackground: 'rgba(96, 165, 250, 0.25)',
3234
black: '#18181b',
3335
red: '#f87171',
3436
green: '#4ade80',
@@ -51,6 +53,8 @@
5153
background: '#ffffff',
5254
foreground: '#18181b',
5355
cursor: '#18181b',
56+
selectionBackground: 'rgba(59, 130, 246, 0.35)',
57+
selectionInactiveBackground: 'rgba(59, 130, 246, 0.25)',
5458
black: '#18181b',
5559
red: '#dc2626',
5660
green: '#16a34a',

0 commit comments

Comments
 (0)