Skip to content

Commit d715a22

Browse files
committed
chore: update readme with new install instructions
1 parent adce86c commit d715a22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ e.g. To install with script, with close button left hand side: `bash install.sh
3535

3636
### Manual installation (MacOS & Windows)
3737

38-
Copy `chrome` and `configuration` folers into your Firefox Profile Directory
38+
Copy `chrome` and `configuration` folders into your Firefox Profile Directory
3939

4040
To find your Firefox Profile Directory you can:
4141

@@ -49,14 +49,16 @@ To find your Firefox Profile Directory you can:
4949
6. Done!
5050

5151
#### 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+
5554
That's it, the theme should load your overriden settings
5655

5756
#### Swap navbar close buttons on Windows:
5857
`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.
5958
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
6062

6163
### Manual colour override:
6264

@@ -89,7 +91,7 @@ If you've found a new bug, please report it as a new issue with the templates pr
8991

9092
Thanks!
9193

92-
## Screenshot
94+
## Screenshots
9395

9496
### Windows
9597
![Preview](githubpreview/whitesurwindows.gif?raw=true)

0 commit comments

Comments
 (0)