Adjust marker and cursor colours from the theme (#3735)

* Support adjusting marker and cursor colours from the theme
This commit is contained in:
Sam El-Husseini
2020-03-11 11:23:29 -07:00
committed by GitHub
parent eb07793ba8
commit 29dc7bd7f7
11 changed files with 138 additions and 30 deletions

View File

@@ -24,6 +24,7 @@ Blockly.Themes.Dark = Blockly.Theme.defineTheme('dark', {
'flyoutForegroundColour': '#ccc',
'flyoutOpacity': 1,
'scrollbarColour': '#797979',
'scrollbarOpacity': 0.4
'scrollbarOpacity': 0.4,
'cursorColour': '#d0d0d0'
}
});