<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to create themes in 7.1?</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110587900" />
  <subtitle>How to create themes in 7.1?</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110587900</id>
  <updated>2026-05-11T15:47:00Z</updated>
  <dc:date>2026-05-11T15:47:00Z</dc:date>
  <entry>
    <title>RE: How to create themes in 7.1?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110633960" />
    <author>
      <name>Christoph Rabel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110633960</id>
    <updated>2018-07-24T17:39:56Z</updated>
    <published>2018-07-24T17:39:56Z</published>
    <summary type="html">&lt;p&gt;I tried it now and I think the IDE still creates a Liferay 7.0 theme
  (and it seems, blade does the same)&lt;/p&gt;
&lt;p&gt;dependencies {&lt;br /&gt;         parentThemes group:
  &amp;quot;com.liferay&amp;quot;, name:
  &amp;quot;com.liferay.frontend.theme.styled&amp;quot;, version:
  &amp;quot;&lt;strong&gt;2.0.13&lt;/strong&gt;&amp;quot;&lt;br /&gt;         parentThemes group:
  &amp;quot;com.liferay&amp;quot;, name:
  &amp;quot;com.liferay.frontend.theme.unstyled&amp;quot;, version: &amp;quot;&lt;strong&gt;2.0.13&lt;/strong&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;        portalCommonCSS group: &amp;quot;com.liferay&amp;quot;, name:
  &amp;quot;com.liferay.frontend.css.common&amp;quot;, version: &amp;quot;&lt;strong&gt;2.0.3&lt;/strong&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;        themeBuilder group: &amp;quot;com.liferay&amp;quot;, name:
  &amp;quot;com.liferay.portal.tools.theme.builder&amp;quot;, version:
  &amp;quot;1.1.3&amp;quot;&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;Didn't test it, but at least the three &amp;quot;2.0.13&amp;quot; gav
  coordinates look quite &amp;quot;7.0&amp;quot;ish. Probably should be
  3.0.something instead. Of course, maybe there's more that has to be fixed.&lt;/p&gt;</summary>
    <dc:creator>Christoph Rabel</dc:creator>
    <dc:date>2018-07-24T17:39:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to create themes in 7.1?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110625071" />
    <author>
      <name>Samuel Kong</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110625071</id>
    <updated>2018-07-24T06:41:55Z</updated>
    <published>2018-07-24T06:41:55Z</published>
    <summary type="html">&lt;p&gt;I'm not that familiar with Liferay IDE. Perhaps you can post your
  question over at &lt;a href="https://community.liferay.com/forums/-/message_boards/category/8408731"&gt;https://community.liferay.com/forums/-/message_boards/category/8408731&lt;/a&gt;&lt;/p&gt;</summary>
    <dc:creator>Samuel Kong</dc:creator>
    <dc:date>2018-07-24T06:41:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to create themes in 7.1?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110591024" />
    <author>
      <name>Sean Gildea</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110591024</id>
    <updated>2018-07-19T17:37:17Z</updated>
    <published>2018-07-19T17:37:17Z</published>
    <summary type="html">&lt;p&gt;Thanks Samuel!!,&lt;/p&gt;
&lt;p&gt;I followed the instructions and was able to generate one using
  Node/Gulp/Yo and it deployed it automatically to my new 7.1 server. 
  Here are some personal notes ( for others facing the same issue ) on
  the instructions from the link you provided... (ps, I'm using Windows ) &lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Update Node JS and download the latest MSI from the Node JS website&lt;/li&gt;
  &lt;li&gt;npm install -g yo gulp generator-liferay-theme&lt;/li&gt;
  &lt;li&gt;yo liferay-theme&lt;/li&gt;
  &lt;li&gt;Make sure you type out every answer while generating the theme, do
    not use &amp;quot;y&amp;quot; for yes when it asks if the theme ID is ok,
    you must type it out fully&lt;/li&gt;
  &lt;li&gt;Once it generates it, open a new bash command window, nav to the
    folder it created, run &amp;quot;gulp deploy&amp;quot;&lt;/li&gt;
  &lt;li&gt;Then it will automatically drop it into the /deploy dir of your
    app server&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Now the question is, how do I import the generated code into Liferay
  IDE so I can modify it? &lt;/p&gt;</summary>
    <dc:creator>Sean Gildea</dc:creator>
    <dc:date>2018-07-19T17:37:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to create themes in 7.1?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110589004" />
    <author>
      <name>Samuel Kong</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110589004</id>
    <updated>2018-07-19T04:03:51Z</updated>
    <published>2018-07-19T04:03:51Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Sean Gildea:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Are there any instructions available or a github repo setup?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;
  &lt;a href="https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-1/introduction-to-themes"&gt;https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-1/introduction-to-themes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Samuel Kong</dc:creator>
    <dc:date>2018-07-19T04:03:51Z</dc:date>
  </entry>
  <entry>
    <title>How to create themes in 7.1?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110587899" />
    <author>
      <name>Sean Gildea</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110587899</id>
    <updated>2018-07-18T18:01:46Z</updated>
    <published>2018-07-18T18:01:46Z</published>
    <summary type="html">&lt;p&gt;Has anyone had any success creating or extending the _styled theme in
  Liferay 7.1?&lt;br /&gt;
  &lt;br /&gt; Are there any instructions available or a github repo
  setup?&lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;</summary>
    <dc:creator>Sean Gildea</dc:creator>
    <dc:date>2018-07-18T18:01:46Z</dc:date>
  </entry>
</feed>
