aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-30 20:06:09 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-10-03 20:06:52 +0200
commitcfdc9eae27e0fc6197abe694c7488a169dd618e9 (patch)
tree9ea9d5d2282369162a5fe8baa1f0ea79d5d2f10d /subprojects/frontend/src/theme/ThemeProvider.tsx
parentfeat: data structure for default assertions (diff)
downloadrefinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.tar.gz
refinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.tar.zst
refinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.zip
fix(frontend): editor selection visibility
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx12
1 files changed, 6 insertions, 6 deletions
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({
247 divider: alpha('#abb2bf', 0.24), 247 divider: alpha('#abb2bf', 0.24),
248 outer: { 248 outer: {
249 background: '#21252b', 249 background: '#21252b',
250 border: '#181a1f', 250 border: '#333841',
251 }, 251 },
252 highlight: { 252 highlight: {
253 number: '#6188a6', 253 number: '#6188a6',
254 parameter: '#c8ae9d', 254 parameter: '#c8ae9d',
255 comment: '#5c6370', 255 comment: '#7f848e',
256 activeLine: '#21252b', 256 activeLine: '#2c313c',
257 selection: '#3e4453', 257 selection: '#404859',
258 lineNumber: '#5c6370', 258 lineNumber: '#5c6370',
259 foldPlaceholder: alpha('#ebebff', 0.12), 259 foldPlaceholder: alpha('#ebebff', 0.12),
260 activeLintRange: alpha('#fbc346', 0.28), 260 activeLintRange: alpha('#fbc346', 0.28),
261 occurences: { 261 occurences: {
262 read: alpha('#ebebff', 0.24), 262 read: alpha('#ebebff', 0.14),
263 write: alpha('#ebebff', 0.24), 263 write: alpha('#ebebff', 0.14),
264 }, 264 },
265 search: { 265 search: {
266 match: '#33eaff', 266 match: '#33eaff',