DJABHipHop
DJABHipHop
> A nice solution would be an option Apply Accent to Active tab, which would make it stand out in a nice way too. Na Just use a darker gray...
Your code broken it's not #{'accent_color'}; it's #{'@accent_color'};
When I build the theme in a VM the changes do take effect
Mabe eOS could add Compiling support to the code app
Why not bring back the eOS 6 music player layout.
> Code uses a standard Vte.Terminal rather than embedding elementary Terminal. We would have to convert the Terminal Widget from elementary Terminal into a library and make it a dependency...
Close my commit well
That's be great for making a artist roster plugin show the artist picture name skills genre and bio info using a custom post for a record label website I'm working...
`SLB_Lightbox::activate_galleries()`: Warning: reset() expects parameter 1 to be array, string given
> Hi, please update your original post to include the details necessary to evaluate your issue. > > For example, the code referenced in the warning message you provided does...
`SLB_Lightbox::activate_galleries()`: Warning: reset() expects parameter 1 to be array, string given
Replace this: // Check galleries for HTML output ``` $gallery = reset( $galleries ); if ( is_array( $gallery ) ) { return $galleries; } ``` With this: ``` // Check...