mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Add theme requires (#3114)
This commit is contained in:
@@ -83,3 +83,10 @@ goog.require('Blockly.FieldVariable');
|
||||
goog.require('Blockly.geras.Renderer');
|
||||
goog.require('Blockly.thrasos.Renderer');
|
||||
goog.require('Blockly.zelos.Renderer');
|
||||
|
||||
// Blockly Themes.
|
||||
// Classic is the default theme.
|
||||
goog.require('Blockly.Themes.Classic');
|
||||
goog.require('Blockly.Themes.Dark');
|
||||
goog.require('Blockly.Themes.HighContrast');
|
||||
goog.require('Blockly.Themes.Modern');
|
||||
|
||||
Reference in New Issue
Block a user