Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nicolafio/ait
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: nicolafio/ait
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 31, 2017

  1. Copy the full SHA
    fad7437 View commit details
Showing with 7 additions and 6 deletions.
  1. +3 −2 readme.md
  2. +1 −1 source/package-contents/readme.md
  3. +3 −3 source/styling/readme.md
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ _You can also reach me on the [**#arc-thunderbird-integration** IRC channel on *

## Notes

Version 0.5.0 comes with some fixes and new styling in several parts of Thunderbird. Thew extension is still in alpha state (sorry!), meaning that it may not be very stable and may contain several unforseen bugs.
Version 0.5.0 comes with some fixes and new styling in several parts of Thunderbird. The extension is still in alpha state (sorry!), meaning that it may not be very stable and may contain several unforseen bugs.

Similarly to [Arc Firefox Theme](https://github.com/horst3180/arc-firefox-theme), this integration is meant to be used along with the official [Arc Theme](https://github.com/horst3180/arc-theme), you can however also use it with other operating systems and themes. If the integration is used with other OS theming, it is possible that some parts will look broken. It is possible to tweak or disable certain styling through the preferences panel.

@@ -45,7 +45,8 @@ The content in this repository is licensed under GPLv3.
## History

- 0.5.0 2017/12/30
- Fixed buggy preferences panel (for real, I hope) and included more styling
- Fixed buggy preferences panel (for real, I hope)
- Included more styling
- 0.4.3 2017/07/03
- Fixed some buggy behavior in the preferences panel
- 0.4.2 2017/06/13
2 changes: 1 addition & 1 deletion source/package-contents/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /source/xpi-content/
# /source/package-contents/

This folder contains the files that the build script will directly include into the .xpi add-on.

6 changes: 3 additions & 3 deletions source/styling/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /source/windows-styling/
# /source/styling/

This folder contains all the styling that is going to be applied in every window on top of the default theme.

The entry point for the SCSS compiler is `index.scss`, the other .scss files are style sheets that apply styling in specific sections of the windows.
The entry point for the SCSS compiler is `main.scss`, the other .scss files are style sheets that apply styling in specific sections of the windows.

The build script will compile `index.scss` and all its imported dependencies to a file named `styling.css` and insert it into the .xpi file.
The build script will compile `main.scss` and all its imported dependencies to a file named `styling.css` and insert it into the .xpi file.