fix(github) - Fixed missing work on the code explorer and changed two small ui pieces to accent color (#171)
* Fixed Tree Code Nav Interface * Loading bar color * Turned the Tab selection color of a repo to the accent color * Fully revamped dropdown menus to make it look simmilar to main repo page ui * Update version number
This commit is contained in:
parent
87edcdc1a8
commit
f1426a8aae
@ -2,7 +2,7 @@
|
|||||||
@name Github Catppuccin
|
@name Github Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/github
|
@namespace github.com/catppuccin/userstyles/styles/github
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github
|
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github
|
||||||
@version 1.2.2
|
@version 1.2.3
|
||||||
@description Soothing pastel theme for GitHub
|
@description Soothing pastel theme for GitHub
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
|
||||||
@ -351,6 +351,7 @@
|
|||||||
--color-checks-ansi-white: @subtext1;
|
--color-checks-ansi-white: @subtext1;
|
||||||
--color-checks-ansi-white-bright: @subtext0;
|
--color-checks-ansi-white-bright: @subtext0;
|
||||||
--divider-color: @surface1;
|
--divider-color: @surface1;
|
||||||
|
--underlineNav-borderColor-active: @accent-color;
|
||||||
|
|
||||||
& when (@lookup =latte) {
|
& when (@lookup =latte) {
|
||||||
// When using a light theme use the light colors instead of the dark
|
// When using a light theme use the light colors instead of the dark
|
||||||
@ -1427,6 +1428,83 @@
|
|||||||
.iGxiw {
|
.iGxiw {
|
||||||
border-bottom-color: @surface1;
|
border-bottom-color: @surface1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tree Fix */
|
||||||
|
/* Buttons */
|
||||||
|
.bJYdrf:hover {
|
||||||
|
background-color: @mantle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dSlCya:hover {
|
||||||
|
color: @accent-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hNNRLM, .hGgJQu, .hTcsdJ {
|
||||||
|
background-color: @surface0;
|
||||||
|
border-color: @surface0;
|
||||||
|
color: @text;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: @surface1;
|
||||||
|
border-color: @surface1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.hNNRLM svg {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dropdown Menus */
|
||||||
|
.jfOCiu, .gNXjVV, .iGzDhH {
|
||||||
|
background-color: @mantle;
|
||||||
|
border: 1px solid @surface1;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: var(--shadow-floating-large, var(--color-shadow-large));
|
||||||
|
}
|
||||||
|
|
||||||
|
.jfOCiu li {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kRbyXo {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.VgnWi {
|
||||||
|
background-color: @base;
|
||||||
|
border: 1px solid @surface1;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: @accent-color;
|
||||||
|
box-shadow: @accent-color 0px 0px 0px 1px inset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.bAKGFC {
|
||||||
|
background-color: @surface1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bdMlHy {
|
||||||
|
border-color: @surface1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jMyfUO.selected {
|
||||||
|
border-color: @surface1;
|
||||||
|
background-color: @mantle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bPgnBp {
|
||||||
|
color: @accent-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
background-color: @surface1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Loading Bar Color */
|
||||||
|
.turbo-progress-bar {
|
||||||
|
background-color: @accent-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-document regexp("https:\/\/notebooks\.githubusercontent\.com\/view\/ipynb.*") {
|
@-moz-document regexp("https:\/\/notebooks\.githubusercontent\.com\/view\/ipynb.*") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user