From 4eea819b2496b849ca8e1e7a6e11fef45e141225 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 8 Apr 2021 11:53:00 +0200 Subject: Monaco improvements (#15333) - Create theme at runtime which follows the CSS variables of the site - Disable a few opinionated Monaco defaults like minimap and word highlights - Move styles to separate file Co-authored-by: zeripath --- web_src/less/themes/theme-arc-green.less | 1 + 1 file changed, 1 insertion(+) (limited to 'web_src/less/themes/theme-arc-green.less') diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 2f9bd4a4b1..c7f15e1d1e 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -106,6 +106,7 @@ --color-text-focus: #fff; --color-expand-button: #3c404d; --color-placeholder-text: #6a737d; + --color-editor-line-highlight: var(--color-primary-light-5); } .ui.horizontal.segments > .segment { -- cgit v1.2.3