Skip to content

Commit

Permalink
fix(github): add theming for chart view
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored and sgoudham committed Jul 26, 2023
1 parent e7046a0 commit abda4a7
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1060,13 +1060,21 @@
.ksbilD,
.cuaLcW,
.joCMLT,
.jClMHS,
.diDjDG,
.gFuKCf,
.dHdESs,
.hpfKPO,
.jdgyJn,
.brqMal,
.AbCTW {
background-color: @mantle;
}

.jEgFtJ,
.lixtXZ:hover,
.eNIoFu,
.idPXPh:hover,
.fdORwV,
.cjFogo,
.gIOnJa {
Expand Down Expand Up @@ -1119,6 +1127,10 @@
border-color: @surface0;
}

.jEgFtJ::after {
background-color: @accent-color;
}

.khCtfm:hover {
background-color: @surface0;
}
Expand All @@ -1128,6 +1140,15 @@
.Tnbrt[data-component="IconButton"][data-no-visuals] {
color: @subtext0;
}

.Tnbrt {
&:active, &[aria-expanded="true"] {
background-color: @surface2;
}
&:hover {
background-color: @surface1;
}
}

.imsxCM {
color: @text;
Expand Down Expand Up @@ -1157,13 +1178,25 @@
}
}

.ghFpol {
background-color: @base;
}

.hVmCdl,
.fqKZNC,
.fZFWUy,
.kbjJSF,
.flKHtV,
.jolsUx,
.ekNmOn {
color: @text;
}

.lixtXZ[data-component="IconButton"][data-no-visuals],
.klUZzf:not(:first-of-type) {
color: @subtext0;
}

.jvpWzR {
&:hover {
background-color: @surface1;
Expand All @@ -1173,6 +1206,7 @@
}
}

.fZFWUy,
.fzjwje {
background-color: @base;
}
Expand All @@ -1187,6 +1221,7 @@

.dVFmxu,
.gbKtit,
.lnKxja,
.jzwNMs {
color: @subtext0;
svg {
Expand All @@ -1197,6 +1232,46 @@
border-color: @surface0;
}
}

.hJMtSk {
color: @crust;
background-color: @green;
&:disabled {
color: @crust;
background-color: @overlay0;
}
}

.iDiUTR {
color: @text;
background-color: @base;
border-color: @surface0;
&:hover {
border-color: @surface1;
}
}

.eQfJKc,
.UHWYv {
color: @red;
}

.jVIqnb {
color: @red;
background-color: @surface0;
&:hover {
color: @base;
background-color: @red;
}
}

.UHWYv:hover {
background-color: fade(@red, 20)
}

.lmmHGT:hover {
background-color: @surface0;
}
}
}
@-moz-document regexp("https:\/\/notebooks\.githubusercontent\.com\/view\/ipynb.*") {
Expand Down

0 comments on commit abda4a7

Please sign in to comment.