mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 10:10:24 +01:00
feat: update README.md about custom CSS themes
This commit is contained in:
parent
95ae5336d3
commit
cf7134ad14
2 changed files with 178 additions and 0 deletions
18
README.md
18
README.md
|
@ -96,6 +96,24 @@ New languages can be requested on project's [discussion page](https://crowdin.co
|
|||
|
||||
Current status: [](https://crowdin.com/project/i2pd)
|
||||
|
||||
Custom CSS Theme
|
||||
------------
|
||||
|
||||
You can use a custom theme for i2pd web console, e.g., `hacker.css`.
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
user@computer:~/i2pd$ mkdir -p ~/.i2pd/webconsole
|
||||
user@computer:~/i2pd$ cp contrib/webconsole/hacker.css ~/.i2pd/webconsole/
|
||||
user@computer:~/i2pd$ ./i2pd --http.theme=hacker
|
||||
```
|
||||
Or set it in i2pd.conf:
|
||||
```
|
||||
[HTTP]
|
||||
theme=hacker
|
||||
```
|
||||
|
||||
Donations
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue