Active
Project:
Drupal CMS development repository
Component:
General
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2026 at 09:06 UTC
Updated:
29 Apr 2026 at 01:45 UTC
Jump to comment: Most recent
We do believe it's weird that "Blank" theme is inside of "themes" and not inside of "themes/contrib". Why is this?
When you rename "blank" to your own theme, then you get warnings that it can't find the blank theme.
Besides that it's weird that when you want to alter the "Mercury" theme that you need to copy the CSS files to the root of your webproject?
Why is this?
Isn't it cleaner to sub theme or to have an interface where you can alter some CSS properties, rather than dumping these files in the ROOT of your project?
Open for discussion, food for thought.
Comments
Comment #2
pameeela commented"Blank" is not a contrib theme, it is a custom theme generated for you when you select the Blank template. You will see there is no project for it, because it's not a contrib project.
Renaming a theme that is already installed will cause issues, yes. We should add some documentation for this, right now it just links to the starterkit theme docs which don't really apply because you don't get to provide the name.
Why yes, it would be much cleaner :) Modifying CSS tokens within the Canvas editor is in their roadmap, but it doesn't exist yet and in the meantime that was the best we could do to allow for CSS overrides without having to maintain a custom theme.
Comment #3
pameeela commentedCreated #3587497: Create some documentation for the Blank theme for the blank docs.