Skip to content

Commit

Permalink
πŸ“ƒ Standardize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luxonauta committed Aug 30, 2023
1 parent ee00077 commit 3a0606d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
27 changes: 10 additions & 17 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,31 @@
### [Firefox](https://www.mozilla.org/en-US/firefox/new/)

A dark theme for [Firefox](https://www.mozilla.org/en-US/firefox/new/)



#### Install using Firefox Addon

Install the theme directly from [Firefox Addons](https://addons.mozilla.org/en-US/firefox/addon/dracula-dark-colorscheme/).


#### Install using userChrome

[Edge-Frfox](https://github.com/bmFtZQ/edge-frfox) fork CSS Theme that aims to recreate the look and feel of the Chromium version of [Microsoft Edge](https://www.microsoft.com/edge).

**Installation**
##### **Installation**

1. Go to `about:support` and click the "Open Folder/Show in Finder" button for the root directory of your browser profile/s.
2. Download and copy the `userChrome/chrome` folder into the profile folder.git clone https://github.com/dracula/firefox.git

3. Go to `about:config` and change these preferences:

For all operating systems:
1. `toolkit.legacyUserProfileCustomizations.stylesheets` = `true`
2. `svg.context-properties.content.enabled` = `true`
3. `layout.css.color-mix.enabled` = `true`

On macOS:
4. To use the Edge style context menu on macOS then set `widget.macos.native-context-menus` = `false`
1. `toolkit.legacyUserProfileCustomizations.stylesheets` = `true`
2. `svg.context-properties.content.enabled` = `true`
3. `layout.css.color-mix.enabled` = `true`

On macOS: 4. To use the Edge style context menu on macOS then set `widget.macos.native-context-menus` = `false`

Recommended:
5. `browser.tabs.tabMinWidth` = `66`
6. `browser.tabs.tabClipWidth` = `86`
7. `browser.tabs.tabmanager.enabled` = `false`
Recommended: 5. `browser.tabs.tabMinWidth` = `66` 6. `browser.tabs.tabClipWidth` = `86` 7. `browser.tabs.tabmanager.enabled` = `false`

**JSON Viewer**
##### **JSON Viewer**

1. Go to `about:config` page and set `devtools.jsonview.enabled` = `false`.
2. Install the JSON Lite extension from [here](https://addons.mozilla.org/en-US/firefox/addon/json-lite/).
Expand All @@ -55,7 +47,8 @@ Propertie name color: #8be9fd
Error color: #ed2655
```

**Tweaks**
##### **Tweaks**

Certain customizations like hiding the Firefox logo on the newtab page or switching to floating tabs can be done on the theme. More information on how to do this can be found in the original [repository](https://github.com/bmFtZQ/edge-frfox#tweaks).

You can also check out [Stylus](https://addons.mozilla.org/en-US/firefox/addon/styl-us/) themes (e.g. [StackOverflow](https://draculatheme.com/stackoverflow) or [GitHub](https://draculatheme.com/github)).
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All instructions can be found at [draculatheme.com/firefox](https://draculatheme
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/firefox/graphs/contributors).

| [![Raph](https://avatars2.githubusercontent.com/u/28673457?s=70)](https://github.com/RaphGL) | [![Jannik Buscha](https://avatars2.githubusercontent.com/u/74017697?s=70)](https://github.com/jannikbuscha) |
| -------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------|
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Raph](https://github.com/RaphGL) | [Jannik Buscha](https://github.com/jannikbuscha) |

## Community
Expand All @@ -22,6 +22,10 @@ This theme is maintained by the following person(s) and a bunch of [awesome cont
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.

## Dracula PRO

[![Dracula PRO](./dracula-pro.png)](https://draculatheme.com/pro)

## License

[MIT License](./LICENSE)
Binary file added dracula-pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a0606d

Please sign in to comment.