You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,22 @@ Preferences activate and group panels and arrange workbeches. Themes and prefere
8
8
After installation you can select and apply your preferred theme NorthernLights or NorthernNights within `Preferences > General`.
9
9
Be aware that applying the NordicPreferences alters your UI arrangement, make sure to back up current settings when in doubt.
10
10
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
16
27
17
28
## Screenshots
18
29
@@ -23,6 +34,18 @@ Be aware that applying the NordicPreferences alters your UI arrangement, make su
23
34
24
35
This theme is likely not matching accessibility requirements regarding contrast.
25
36
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
+
26
49
## Adapting
27
50
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*.
28
51
@@ -36,7 +59,6 @@ The work is based on [OpenTheme](https://github.com/obelisk79/OpenTheme). **Majo
36
59
### The more you know:
37
60
On customizing the package names, directory- and filenames of qss- and cfg-files must be the same!
38
61
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.
40
62
41
63
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).
0 commit comments