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
+7-5
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ e.g. To install with script, with close button left hand side: `bash install.sh
35
35
36
36
### Manual installation (MacOS & Windows)
37
37
38
-
Copy `chrome` and `configuration`folers into your Firefox Profile Directory
38
+
Copy `chrome` and `configuration`folders into your Firefox Profile Directory
39
39
40
40
To find your Firefox Profile Directory you can:
41
41
@@ -49,14 +49,16 @@ To find your Firefox Profile Directory you can:
49
49
6. Done!
50
50
51
51
#### Manual theme overrides:
52
-
To manually add a custom override, copy the `*.css` from the `custom` folder of whichever option you are after. Place it in the `chrome/WhiteSur/parts` foder within the profile directory you opened above.\
53
-
Next, import the `.css` file you just specified. To do this, open `chrome/WhiteSur/theme.css` in the same directory above and add the line\
54
-
`@import "parts/NAMEOFOPTION.css";` above the line that says `@namespace xul...`\
52
+
To manually add a custom override, copy the `*.css` from the `custom` folder of whichever option you are after. Place it in the `chrome/WhiteSur/custom` foder within the profile directory you opened above.\
53
+
55
54
That's it, the theme should load your overriden settings
56
55
57
56
#### Swap navbar close buttons on Windows:
58
57
`windows-swapclose.css` contains the styles required to swap the close buttons, as well as to re-order the close button from MacOS styling to Windows.
59
58
Follow the directions above for the manual theme override to activate.
59
+
Can be installed with the `-w` command on the install script
60
+
#### Swap tab close button side
61
+
`tabs-swapclose.css` contains styles to place the close button for the tab on the left hand side for consistency with Safari. Can be installed with the `-c` command on the install script
60
62
61
63
### Manual colour override:
62
64
@@ -89,7 +91,7 @@ If you've found a new bug, please report it as a new issue with the templates pr
0 commit comments