mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Adjust marker and cursor colours from the theme (#3735)
* Support adjusting marker and cursor colours from the theme
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user