Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19ddc0b..52285cf 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ Go to `static/images` and replace the `profile.jpg` with your own file.
### Theme Colors
-The `aafu` theme provides three different theme colors - `light`, `dark`, and `pinkish`. These can be specified in the `config.toml`
+The `aafu` theme provides four different theme colors - `light`, `dark`, `ocean`, and `pinkish`. These can be specified in the `config.toml`
```
[params.theme]
- # Available themes are 'light', 'dark', and 'pinkish'
+ # Available themes are 'light', 'dark', `ocean`, and 'pinkish'
mainTheme = "light"
```