@@ -1656,8 +1656,8 @@ var control = (function() {
16561656 render . dependents ( ) ;
16571657 }
16581658 } , {
1659- element : helper . e ( ".control-header-button-accent -show" ) ,
1660- path : "header.button.accent .show" ,
1659+ element : helper . e ( ".control-header-button-coloraccent -show" ) ,
1660+ path : "header.button.colorAccent .show" ,
16611661 type : "checkbox" ,
16621662 func : function ( ) {
16631663 render . class ( ) ;
@@ -2547,6 +2547,18 @@ var control = (function() {
25472547 theme . render . radius ( ) ;
25482548 render . update ( ) ;
25492549 }
2550+ } , {
2551+ element : helper . e ( ".control-theme-color-rgb-quick" ) ,
2552+ path : "theme.color.rgb" ,
2553+ type : "color" ,
2554+ func : function ( ) {
2555+ theme . mod . color . hsl ( ) ;
2556+ theme . render . color . shade ( ) ;
2557+ theme . render . color . range . hsl ( ) ;
2558+ theme . render . color . range . rgb ( ) ;
2559+ theme . render . color . input . hex ( ) ;
2560+ theme . render . color . input . picker ( ) ;
2561+ }
25502562 } , {
25512563 element : helper . e ( ".control-theme-color-rgb-picker" ) ,
25522564 path : "theme.color.rgb" ,
@@ -2557,6 +2569,7 @@ var control = (function() {
25572569 theme . render . color . range . hsl ( ) ;
25582570 theme . render . color . range . rgb ( ) ;
25592571 theme . render . color . input . hex ( ) ;
2572+ theme . render . color . input . quick ( ) ;
25602573 }
25612574 } , {
25622575 element : helper . e ( ".control-theme-color-rgb-hex" ) ,
@@ -2569,6 +2582,7 @@ var control = (function() {
25692582 theme . render . color . range . hsl ( ) ;
25702583 theme . render . color . range . rgb ( ) ;
25712584 theme . render . color . input . picker ( ) ;
2585+ theme . render . color . input . quick ( ) ;
25722586 }
25732587 } , {
25742588 element : helper . e ( ".control-theme-color-rgb-default" ) ,
@@ -3034,10 +3048,10 @@ var control = (function() {
30343048 } else {
30353049 helper . removeClass ( html , "is-header-button-editadd-show" ) ;
30363050 } ;
3037- if ( state . get . current ( ) . header . button . accent . show ) {
3038- helper . addClass ( html , "is-header-button-accent -show" ) ;
3051+ if ( state . get . current ( ) . header . button . colorAccent . show ) {
3052+ helper . addClass ( html , "is-header-button-coloraccent -show" ) ;
30393053 } else {
3040- helper . removeClass ( html , "is-header-button-accent -show" ) ;
3054+ helper . removeClass ( html , "is-header-button-coloraccent -show" ) ;
30413055 } ;
30423056 } ;
30433057 var _greeting = function ( ) {
0 commit comments