Skip to content

Commit 6a8bf72

Browse files
author
Tim Sinaeve
committed
Darken tree selection color in light mode
1 parent afc7c92 commit 6a8bf72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/themeCustomization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const BASE_PALETTES: Record<ThemeMode, ThemePalette> = {
300300
modalBackdrop: '0 0 0 / 0.5',
301301
tooltipBg: '23 23 23',
302302
tooltipText: '245 245 245',
303-
treeSelected: '212 212 212',
303+
treeSelected: '180 180 180',
304304
selectArrowBackground: DEFAULT_LIGHT_SELECT_ARROW,
305305
},
306306
dark: {

0 commit comments

Comments
 (0)