summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-01-19 02:37:18 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-19 01:37:18 +0000
commitdb137f5db3bb908df6fa6bec2e35ac8d61b8c70a (patch)
tree60247bcd2708e43e370e46a78cad2c521755e259 /README.md
parent6.2.4-nightly.9 [skip ci] (diff)
downloadferdium-app-db137f5db3bb908df6fa6bec2e35ac8d61b8c70a.tar.gz
ferdium-app-db137f5db3bb908df6fa6bec2e35ac8d61b8c70a.tar.zst
ferdium-app-db137f5db3bb908df6fa6bec2e35ac8d61b8c70a.zip
Add custom CSS support (#868)
Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com> Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d98f9dcd..692f90943 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@
28 - [Screenshots](#screenshots) 28 - [Screenshots](#screenshots)
29 - [Download](#download) 29 - [Download](#download)
30 - [Migrating from Ferdi](#migrating-from-ferdi) 30 - [Migrating from Ferdi](#migrating-from-ferdi)
31 - [Styling](#styling)
31 - [Contributing](#contributing) 32 - [Contributing](#contributing)
32 - [Contributors ✨](#contributors-) 33 - [Contributors ✨](#contributors-)
33 34
@@ -63,6 +64,18 @@ _Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium
63 64
64If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run [the following scripts](./scripts/migration) to migrate your existing Ferdi profile such that Ferdium can pick up the configurations. (.ps1 for PowerShell/Windows users and .sh for UNIX (Linux and MacOS users). For a more detailed explanation, please see [MIGRATION.md](MIGRATION.md) 65If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run [the following scripts](./scripts/migration) to migrate your existing Ferdi profile such that Ferdium can pick up the configurations. (.ps1 for PowerShell/Windows users and .sh for UNIX (Linux and MacOS users). For a more detailed explanation, please see [MIGRATION.md](MIGRATION.md)
65 66
67## Styling
68
69You can style Ferdium's UI with the `USER_DATA/Ferdium/config/custom.css` file.
70
71> **Note**
72>
73> `USER_DATA`'s location depends on your platform:
74>
75> - **Windows**: `%APPDATA%`
76> - **Linux**: `$XDG_CONFIG_HOME` or `~/.config/`
77> - **MacOS**: `~/Library/Application Support`
78
66## Contributing 79## Contributing
67 80
68Please read the [contributing guidelines](CONTRIBUTING.md) to setup your development machine and proceed. 81Please read the [contributing guidelines](CONTRIBUTING.md) to setup your development machine and proceed.