diff --git a/Themes.md b/Themes.md
new file mode 100644
index 0000000..605ac47
--- /dev/null
+++ b/Themes.md
@@ -0,0 +1,32 @@
+PHPNuxBill Support Themes Modification
+
+PHPNuxBill using [Smarty](https://www.smarty.net/) for Interface.
+Themes saved at **ui/themes**
+
+Folder name use underscore for space, example **ui/themes/my_theme** it will show as **My Theme**
+
+User can Customize Theme or default Theme using **ui_custom**
+
+The priority for the folder are
+
+1. ui/ui_custom
+2. ui/themes
+3. ui/ui
+
+You can create theme for Customer only, Admin Only, or both.
+But Customer only is recomended.
+
+## Variable
+
+**{$_theme}** is used for path
+example:
+```html
+
+```
+it will change to
+```html
+
+```
+
+**{$_c}** are config variable, key values from table **tbl_appconfig**
+