Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(google): init #325

Merged
merged 42 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
3ba967f
Update README.md
GitMuslim Sep 22, 2023
8694583
commit 1
GitMuslim Sep 23, 2023
f7566a5
submit
GitMuslim Sep 23, 2023
f46d72e
fix images
GitMuslim Sep 23, 2023
cd46379
Merge branch 'catppuccin:main' into feat/google
GitMuslim Sep 23, 2023
1911aee
Update List
GitMuslim Sep 23, 2023
d05c6fa
Update catppuccin.user.css
GitMuslim Sep 27, 2023
d91935c
fix: set relevant @updateURL before merged into upstream
ZerdoX-x Sep 27, 2023
519d38d
Merge pull request #1 from ZerdoX-x/patch-1
GitMuslim Sep 29, 2023
472988f
Update catppuccin.user.css
GitMuslim Oct 2, 2023
0d6bd97
Update catppuccin.user.css
GitMuslim Nov 17, 2023
6776fab
Update catppuccin.user.css
GitMuslim Nov 17, 2023
b1aa498
Merge branch 'catppuccin:main' into feat/google
GitMuslim Nov 17, 2023
6652ae6
Update userstyles.yml
GitMuslim Nov 17, 2023
b30033a
Update catppuccin.user.css
GitMuslim Nov 17, 2023
52f97fb
Delete styles/google/LICENSE
GitMuslim Nov 17, 2023
a21a9aa
Delete styles/google/.editorconfig
GitMuslim Nov 17, 2023
458550f
Update styles/google/catppuccin.user.css
GitMuslim Nov 17, 2023
0084451
Update styles/google/catppuccin.user.css
GitMuslim Nov 17, 2023
b24aaff
Update styles/google/catppuccin.user.css
GitMuslim Nov 17, 2023
a7fff17
fix links
GitMuslim Nov 17, 2023
bdb93c5
fix name
GitMuslim Nov 17, 2023
0bbe973
Update catppuccin.user.css
GitMuslim Nov 17, 2023
28cc4dd
Merge branch 'main' into feat/google
nekowinston Nov 18, 2023
003c52f
Merge branch 'main' into pr/GitMuslim/325
nekowinston Nov 18, 2023
9e5d314
style: reformat with prettier
nekowinston Nov 18, 2023
67ece4f
refactor: use SVG for Google logo
nekowinston Nov 18, 2023
39dc42a
fix(google): most of `no-duplicate-selectors`
nekowinston Nov 18, 2023
e2515c8
fix(google): `property-no-unknown`
nekowinston Nov 18, 2023
ffa0240
fix(google): `border` -> `border-color`
nekowinston Nov 18, 2023
a9b26d5
chore: drop autogenerated files
nekowinston Nov 18, 2023
4051b1b
Update catppuccin.user.css
GitMuslim Nov 18, 2023
8eb9d82
fix colors on images tab
GitMuslim Nov 18, 2023
3e2be18
Update catppuccin.user.css
GitMuslim Nov 18, 2023
548b959
Merge branch 'main' into feat/google
GitMuslim Nov 18, 2023
c1d4020
Merge branch 'main' into feat/google
GitMuslim Nov 18, 2023
9b5ab66
Merge branch 'main' into feat/google
GitMuslim Nov 18, 2023
59beb2c
Update catppuccin.user.css
GitMuslim Nov 24, 2023
df3e64d
Update catppuccin.user.css
GitMuslim Nov 24, 2023
89d514c
Merge branch 'main' into feat/google
GitMuslim Dec 1, 2023
5605003
fix(google): lucky button
isabelroses Dec 1, 2023
1fd9e24
refactor(google): border -> border-color
isabelroses Dec 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md).

- [Hoppscotch](styles/hoppscotch)
- [paste.rs](styles/paste.rs)
- [Stylus](styles/stylus)
- [Vercel](styles/vercel)

</details>
Expand All @@ -79,6 +80,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md).

- [Brave Search](styles/brave-search)
- [Ecosia](styles/ecosia)
- [Google](styles/google)
GitMuslim marked this conversation as resolved.
Show resolved Hide resolved
- [NixOS Search](styles/nixos-search)
- [SearXNG](styles/searxng)
- [Startpage](styles/startpage)
Expand Down
6 changes: 6 additions & 0 deletions src/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ userstyles:
usage: "Switch to either the dark or default themes via the **gear icon** > **themes** > **view all** for the best experience!"
app-link: "https://mail.google.com"
current-maintainers: [*isabelroses]
google:
name: Google
category: search_engine
readme:
app-link: "https://google.com"
current-maintainers: [*gitmuslim]
hacker-news:
name: Hacker News
category: social
Expand Down
34 changes: 34 additions & 0 deletions styles/google/.editorconfig
GitMuslim marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org

root = true

[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# go
[*.go]
indent_style = tab
indent_size = 4

# python
[*.{ini,py,py.tpl,rst}]
indent_size = 4

# rust
[*.rs]
indent_size = 4

# documentation, utils
[*.{md,mdx,diff}]
trim_trailing_whitespace = false

# windows shell scripts
[*.{cmd,bat,ps1}]
end_of_line = crlf
21 changes: 21 additions & 0 deletions styles/google/LICENSE
GitMuslim marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Catppuccin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 56 additions & 0 deletions styles/google/README.md
GitMuslim marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!-- AUTOGEN:README START -->
<!-- THIS FILE IS AUTOGENERATED. DO NOT EDIT IT BY HAND -->

<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://google.com">Google</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>

<p align="center">
<a href="https://github.com/catppuccin/userstyles/issues?q=is%3Aissue+is%3Aopen+label%3Agoogle"><img src="https://img.shields.io/github/issues/catppuccin/userstyles/google?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://raw.githubusercontent.com/catppuccin/userstyles/main/styles/google/catppuccin.user.css"><img src="https://img.shields.io/badge/stylus-install-cba6f7?colorA=363a4f&style=for-the-badge"></a>
</p>

<p align="center">
<img src="assets/catwalk.webp"/>
</p>

## Previews

<details>
<summary>🌻 Latte</summary>
<img src="assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="assets/mocha.webp"/>
</details>





## 💝 Current Maintainer(s)
- [GitMuslim](https://github.com/GitMuslim)

&nbsp;

<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>

<p align="center">
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>

<!-- AUTOGEN:README END -->
Empty file added styles/google/assets/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions styles/google/assets/Theme/Google_Logo_Frappe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions styles/google/assets/Theme/Google_Logo_Latte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions styles/google/assets/Theme/Google_Logo_Macchiato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions styles/google/assets/Theme/Google_Logo_Mocha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions styles/google/assets/catwalk.webp
Git LFS file not shown
3 changes: 3 additions & 0 deletions styles/google/assets/frappe.webp
Git LFS file not shown
3 changes: 3 additions & 0 deletions styles/google/assets/latte.webp
Git LFS file not shown
3 changes: 3 additions & 0 deletions styles/google/assets/macchiato.webp
Git LFS file not shown
3 changes: 3 additions & 0 deletions styles/google/assets/mocha.webp
Git LFS file not shown
Loading
Loading