Skip to content

Commit 5f1d7fe

Browse files
author
Tim Sinaeve
committed
Further darken tree selection color
1 parent 7e02f07 commit 5f1d7fe

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: '180 180 180',
303+
treeSelected: '150 150 150',
304304
selectArrowBackground: DEFAULT_LIGHT_SELECT_ARROW,
305305
},
306306
dark: {

0 commit comments

Comments
 (0)