Skip to content

Commit 974d190

Browse files
committed
contributed to readme to satisfy addon manager requirements
1 parent aeb8325 commit 974d190

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,22 @@ Preferences activate and group panels and arrange workbeches. Themes and prefere
88
After installation you can select and apply your preferred theme NorthernLights or NorthernNights within `Preferences > General`.
99
Be aware that applying the NordicPreferences alters your UI arrangement, make sure to back up current settings when in doubt.
1010

11-
## Installation
12-
> Using [Preference Packs](https://wiki.freecad.org/Preference_Packs) requires FreeCAD 0.20 or higher.
13-
>
14-
> Preference Packs should be installed via the [Addon Manager](https://github.com/FreeCAD/FreeCAD-addons), but can be [installed manually](https://wiki.freecad.org/Preference_Packs#Distributing_a_pack) if required.
15-
>
11+
### Version compatibility
12+
13+
<details>
14+
<summary>Confirmed latest stable FreeCad version 1.0 - Expand for more</summary>
15+
16+
* 1.1rc
17+
* 1.0
18+
19+
Older versions have not been tested and can therefore not be confirmed
20+
21+
</details>
22+
23+
### Version update
24+
* 1.0.1
25+
* dark font on bright tooltips
26+
* fixed overlay
1627

1728
## Screenshots
1829

@@ -23,6 +34,18 @@ Be aware that applying the NordicPreferences alters your UI arrangement, make su
2334

2435
This theme is likely not matching accessibility requirements regarding contrast.
2536

37+
## Installation
38+
As long as the preference pack is not available in the addon manager you can add it to the custom repositories within `Preferences > Addon Manager Options` with the repository url `https://github.com/erroronline1/NordicFC` and `main` branch. Also if you're going to tinker your own.
39+
> Using [Preference Packs](https://wiki.freecad.org/Preference_Packs) requires FreeCAD 0.20 or higher.
40+
>
41+
> Preference Packs should be installed via the [Addon Manager](https://github.com/FreeCAD/FreeCAD-addons) once available, but can be [installed manually](https://wiki.freecad.org/Preference_Packs#Distributing_a_pack) if required.
42+
43+
There ar no further dependencies.
44+
45+
### Bug/Feedback
46+
47+
Please report bugs to the [issue queue](https://github.com/erroronline1/NordicFC/issues) and ping the [dedicated NordicFC FreeCAD forum thread](https://forum.freecad.org/viewtopic.php?p=848525#p848525) to discuss said issue or feedback in general.
48+
2649
## Adapting
2750
The work is based on [OpenTheme](https://github.com/obelisk79/OpenTheme). **Major** work has been done by these fellows, I primarily adjusted colours and some stylings because I have been in desperate need of a nordic theme for *years*.
2851

@@ -36,7 +59,6 @@ The work is based on [OpenTheme](https://github.com/obelisk79/OpenTheme). **Majo
3659
### The more you know:
3760
On customizing the package names, directory- and filenames of qss- and cfg-files must be the same!
3861
The colour values in the cfg files are decimal representations of rgba hex codes and can be converted easily [here](https://www.rapidtables.com/convert/number/hex-to-decimal.html)
39-
As long as the preference pack is not available in the addon manager you can add it to the custom repositories within `Preferences > Addon Manager Options` with the repository url `https://github.com/erroronline1/NordicFC` and `main` branch. Also if you're going to tinker your own.
4062
4163
On the way I figured recent settings to be extractable from `~/.var/app/org.freecad.FreeCAD/config/FreeCAD/user.cfg` (Flatpack installation on Mint 21.3).
4264

0 commit comments

Comments
 (0)