Skip to content

Commit

Permalink
fix(google): misc (#1299)
Browse files Browse the repository at this point in the history
* fix(google): misc

* fix(google): format

* fix(google): add live sports widget

* fix(google): fix the lint error

* fix(google): add border

* fix(google): more borders

* fix(google): add search bar beneath websites

* fix(google): fix another border

* fix(google): news

* fix(google): unit converter

* fix(google): unthemed text

* fix(google): fix color picker, final commit
  • Loading branch information
Omar (he/him, 14) authored Sep 15, 2024
1 parent d8f93c8 commit 016e24c
Showing 1 changed file with 142 additions and 5 deletions.
147 changes: 142 additions & 5 deletions styles/google/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Google Catppuccin
@namespace github.com/catppuccin/userstyles/styles/google
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google
@version 0.2.8
@version 0.2.9
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle
@description Soothing pastel theme for Google
Expand Down Expand Up @@ -94,6 +94,7 @@
--gS5jXb: @surface0;
--EpFNW: @mantle;
--XKMDxc: @mantle;
--TSWZIb: @mantle;
--tefdc5886c2f04483: @text;
--te8f1ea4d4928be48: @text !important;
--ta884a309a24f44f4: @subtext0 !important;
Expand Down Expand Up @@ -178,16 +179,118 @@
color: @accent-color !important;
}
/* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */
.z7T1i,
.nEklgc {
background-color: @surface0;
}
.rbYSKb {
color: @subtext0;
.JJZKK.Wui1sd {
border-color: @surface0;
}
.FuOudf {
.rbYSKb, .FuOudf, .GI74Re {
color: @subtext0;
}
/* widgets */
/* timer */
.pMz3A,
.qhXOwb,
.yrvNxb .pv60Cd,
.LPl7kb .pv60Cd,
.Q7q8pf .pv60Cd {
background-color: @mantle !important;
}

/* color picker */
.P2c8Dd {
background-color: @base;
}

.R9RxHd {
border-color: @surface0;
}

/* unit converter */
.LNn04b {
background-color: @mantle;
color: @text !important;
border-color: @surface0;
}

.vXQmIe, .vk_c {
color: @text !important;
border-color: @surface0 !important;
}

.NIzGle {
background-color: @yellow;
color: @crust;
}

/* periodic table */
.DJ3Gm {
background-color: @peach;
color: @crust;
}

.nA1S9d {
background-color: @mauve;
color: @crust;
}

.qY66Od {
background-color: @blue;
color: @crust;
}

.IJR6Te {
background-color: @sky;
color: @crust;
}

.asrVsb {
background-color: @surface0;
}

.VCIyZb {
background-color: @red;
color: @crust;
}

.QRbwTb {
background-color: @teal;
color: @crust;
}

.tASb2d {
background-color: darken(@red, 5%);
color: @crust;
}

.Fm9Me {
background-color: @yellow;
color: @crust;
}

.wo1y7c {
background-color: @green;
color: @crust;
}

/* search bar right beneath websites */
.YbqTTb, g-flat-button.BwMo1 {
background-color: @base;
border-color: @surface0;
}

.YbqTTb:focus {
border-color: @accent-color;
}

/* some play buttons on games */
.fxvhbc,
.pGGGle {
background-color: @accent-color;
color: @crust;
}

/* calculator senpai~ */
.zRQJhd {
background-color: @base !important;
Expand Down Expand Up @@ -250,6 +353,39 @@
border-color: @overlay0;
}
}
/* more button */
.CybWFf {
background-color: @surface0;
}
.Lu57id {
color: @subtext0;
}
/* live sports */
.Wrsj9b,
.ofy7ae,
.PPjCfd,
.lr-imso-fix {
background-color: @accent-color !important;
color: @crust !important;
}

.liveresults-sports-immersive__match-grid-bottom-border,
.liveresults-sports-immersive__match-grid-right-border,
.YENodc {
border-color: @surface0;
}

.liveresults-sports-immersive__match-tile:hover,
.KAIX8d:hover,
.kwbMAe {
background-color: @surface0;
}

.imspo_mt__dt-t,
.imspo_mt__pm-infc,
.GOsQPe {
color: @text !important;
}
/* knowoledge panel uwu */
.H73aad {
&,
Expand Down Expand Up @@ -1220,6 +1356,7 @@
}
.dG2XIf {
background: @base;
border-color: @surface0 !important;
}
.Z0LcW {
color: @text;
Expand Down

0 comments on commit 016e24c

Please sign in to comment.