Skip to content

Commit

Permalink
repo: remove slack theme
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Sep 19, 2022
1 parent 4740918 commit 975f598
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 142 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ install:

script:
- ./generate_patch.sh
- cd out/slacktheme/firefox && 7z a -tzip firefox-slack.zip * && cd ../../..
- cd out/slacktheme && mv chrome chrome-slack && 7z a -tzip chrome-slack.zip chrome-slack && cd ../..
- cd out/ghctheme/firefox && 7z a -tzip firefox-ghc.zip * && cd ../../..
- cd out/ghctheme && mv chrome chrome-ghc && 7z a -tzip chrome-ghc.zip chrome-ghc && cd ../..
- cd out/darktheme/firefox && 7z a -tzip firefox-dark.zip * && cd ../../..
Expand All @@ -24,9 +22,7 @@ deploy:
file:
- "out/ghctheme/firefox/firefox-ghc.zip"
- "out/darktheme/firefox/firefox-dark.zip"
- "out/slacktheme/firefox/firefox-slack.zip"
- "out/ghctheme/chrome-ghc.zip"
- "out/slacktheme/chrome-slack.zip"
- "out/darktheme/chrome-dark.zip"
skip-cleanup: true
on:
Expand Down
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ Better Hangouts Chat
This patch extends Google Hangouts Chat to make it nicer and simpler to use.
Works with both the web browser version and the standalone Chrome App.

*Note*: To use this plugin in the standalone GHC Chrome App, you can use either the Chrome
extension or the snippet for Tampermonkey within Chrome (more details below). The features will apply within
the Chrome App exactly like it would in the browser.
In order to use the dark theme, GMail or GHC should already be in dark mode.
In order to use the light theme, GMail or GHC should already be in light (default) mode.
This plugin will alter some of the color-scheme but relies on the existing color modes.

*Note*: To use this plugin in the standalone GHC Chrome App, you can use the Chrome
version of the extension within Chrome (more details below). The features will apply within
the Chrome App exactly like they would in the browser.

Features
---------
Expand All @@ -17,11 +21,9 @@ Current features:

- Smaller margins and buttons for better readability and screen space optimization
- Thread-link buttons at the top of each thread for easier referencing
- Several different color schemes:
- GHC standard colors
- Slack colors
- Dark theme (for lower eye strain)

- Several different variants:
- Light theme (Chat standard colors)
- Dark theme

Installing from official release files
---------------------------------------
Expand Down Expand Up @@ -64,8 +66,5 @@ Click on the *Show Thread Links* button and thread links will appear before each
### Dark Theme
![Screenshot](https://user-images.githubusercontent.com/3884900/63685721-01f28a80-c7f8-11e9-8522-75446596d574.png)

### Slack Theme
![Screenshot](https://user-images.githubusercontent.com/3884900/63689984-6c5cf800-c803-11e9-864e-ec578353b946.png)

### GHC Theme
### Light Theme
![Screenshot](https://user-images.githubusercontent.com/3884900/63689983-6c5cf800-c803-11e9-8857-53326ec1d22b.png)
124 changes: 0 additions & 124 deletions css/color_slack.css

This file was deleted.

2 changes: 0 additions & 2 deletions generate_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ generateFiles() {
cp -r "$2/firefox" "$2/chrome"
}

generateFiles "color_slack.css" "out/slacktheme" "Slack"

generateFiles "" "out/ghctheme" "GHC"

generateFiles "color_dark.css" "out/darktheme" "Dark"
Expand Down

0 comments on commit 975f598

Please sign in to comment.