From cfdc9eae27e0fc6197abe694c7488a169dd618e9 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 30 Sep 2022 20:06:09 +0200 Subject: fix(frontend): editor selection visibility --- subprojects/frontend/src/theme/ThemeProvider.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx') diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx index 550b3b30..09a72d54 100644 --- a/subprojects/frontend/src/theme/ThemeProvider.tsx +++ b/subprojects/frontend/src/theme/ThemeProvider.tsx @@ -247,20 +247,20 @@ const darkTheme = createResponsiveTheme({ divider: alpha('#abb2bf', 0.24), outer: { background: '#21252b', - border: '#181a1f', + border: '#333841', }, highlight: { number: '#6188a6', parameter: '#c8ae9d', - comment: '#5c6370', - activeLine: '#21252b', - selection: '#3e4453', + comment: '#7f848e', + activeLine: '#2c313c', + selection: '#404859', lineNumber: '#5c6370', foldPlaceholder: alpha('#ebebff', 0.12), activeLintRange: alpha('#fbc346', 0.28), occurences: { - read: alpha('#ebebff', 0.24), - write: alpha('#ebebff', 0.24), + read: alpha('#ebebff', 0.14), + write: alpha('#ebebff', 0.14), }, search: { match: '#33eaff', -- cgit v1.2.3-54-g00ecf