-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththemes.html
More file actions
24 lines (17 loc) · 1 KB
/
themes.html
File metadata and controls
24 lines (17 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
head_title: "LESK: Themes"
title: Themes
---
<div class="row">
<div class="12u">
<p>To change the default theme, set the <em>DEFAULT_THEME</em> variable in the <em>.env</em> file:</p>
<pre><code>THEME.DEFAULT=red</code></pre>
<p>LESK comes with 3 themes: default, green and red.
Both the red and green themes inherit much of their look from the default theme which is mostly blue and based on the
look of the <a href="https://github.com/almasaeed2010/AdminLTE">almasaeed2010/AdminLTE</a> Web template.
For more details on how to configure and develop your own themes refer to the documentation of the
<a href="https://github.com/yaapis/Theme">yaapis/Theme</a> package.</p>
</div>
</div>
{% include footer.html prev_page="walledgarden" prev_title="Walled garden" next_page="persistentsettings" next_title="Persistent settings" %}