From 76b7a3b1cf15a599500e8e7cc547a20b84d3286c Mon Sep 17 00:00:00 2001 From: soradotwav <84683510+soradotwav@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:30:52 -0700 Subject: [PATCH 1/5] So many changes --- styles/github/catppuccin.user.css | 134 +++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 4 deletions(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index b0b8b6021a..14df37399c 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -2,7 +2,7 @@ @name Github Catppuccin @namespace github.com/catppuccin/userstyles/styles/github @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github -@version 1.2.4 +@version 1.2.5 @description Soothing pastel theme for GitHub @author Catppuccin @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css @@ -976,7 +976,6 @@ .bPgnBp, .jMyfUO, - .hfRvxg, .cBrzIN { color: @text; } @@ -1431,6 +1430,13 @@ } /* Tree Fix */ + + /* Weird barely visible outlines | Can be removed if intentional*/ + .brFBoI, .ldUAkr { + border: 1px solid @base; + + } + /* Buttons */ .bJYdrf:hover { background-color: @mantle; @@ -1449,14 +1455,67 @@ background-color: @surface1; border-color: @surface1; } - } + } + + .eOIzRT { + background-color: @base; + + &:hover { + background-color: @surface0; + } + } + + .hNNRLM svg { color: @text; } + .react-last-commit-history-group:hover { + background-color: @base; + color: @text; + } + + .hfRvxg { + color: @subtext1; + + &:hover { + color: @text; + } + } + + /* Scrolling top menu */ + .lbYguI { + border-radius: 6px; + } + + .hPsWZB { + background-color: @mantle; + } + + .hMOAua { + color: @subtext1; + + &:hover { + background-color: @mantle; + border: 1px solid @surface1; + color: @text; + } + } + + /* Fullscreen Sidebar Fixes*/ + .hMCjFU, .jcKsih , .hpgNiv { + background-color: @base; + color: @text; + border: 1px solid @surface1; + + &:hover { + background-color: @surface0; + } + } + /* Dropdown Menus */ - .jfOCiu, .gNXjVV, .iGzDhH { + .jfOCiu, .gNXjVV, .iGzDhH, .Overlay { background-color: @mantle; border: 1px solid @surface1; border-radius: 6px; @@ -1502,6 +1561,73 @@ background-color: @surface1; } + select option, optgroup { + background-color: @mantle; + border: 1px solid @surface1; + border-radius: 6px; + box-shadow: var(--shadow-floating-large, var(--color-shadow-large)); + + } + + .hUQSCH { + background-color: @base; + color: @subtext1; + border-color: @surface1; + + &:hover { + background-color: @mantle; + border-color: @surface1; + } + } + + /* Add File Menu */ + .dQPLyc { + background-color: transparent; + border: 1px solid @surface1; + } + + .ktGGEf { + background-color: @base; + border: 1px solid @surface1; + } + + .gkfBtX { + background-color: @mantle; + border-radius: 6px 0px 0px 0px; + border-bottom: 1px solid @surface1; + } + + .jproXT { + background-color: transparent; + border-color: transparent; + color: @subtext1; + + &:hover { + color: @text; + } + + &:focus-within { + border-color: transparent; + box-shadow: none; + color: @text; + } + } + + .wLDmP { + background-color: @mantle; + border: 1px solid @surface1; + } + + .eNSiNz .segmentedControl-content, .gKuCoB .segmentedControl-content { + background-color: @base; + } + + /* Notification Menu Fix */ + .notifications-list-item.notification-read, .notifications-list-item.notification-archived { + background-color: @base !important; + border-radius: 6px + } + /* Loading Bar Color */ .turbo-progress-bar { background-color: @accent-color; From 2db628d3bec76523aec7faa36895ee6699d44791 Mon Sep 17 00:00:00 2001 From: soradotwav <84683510+soradotwav@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:55:08 -0700 Subject: [PATCH 2/5] Fixed issues with new repo overview --- styles/github/catppuccin.user.css | 36 +++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index 14df37399c..aaa481b3ec 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -1431,10 +1431,42 @@ /* Tree Fix */ + /* Tree Fix */ + /* Weird barely visible outlines | Can be removed if intentional*/ - .brFBoI, .ldUAkr { - border: 1px solid @base; + .brFBoI, .ldUAkr, .gtXnmh { + border-color: @surface1; + } + + /* New Repository Overview Fix */ + .gWjhfa, .jMdYTc { + background-color: @mantle; + } + .jMdYTc { + border: 1px solid @surface1; + + & button { + color: @subtext1; + + &:hover { + background-color: @surface0; + } + + &[aria-expanded="true"] { + background-color: @surface0; + } + } + } + + .gwuIGu > a { + &:hover { + background-color: @surface0; + } + + & span { + color: @subtext1;; + } } /* Buttons */ From 57ae10398938b62079531ff800e70e6cf66f0021 Mon Sep 17 00:00:00 2001 From: soradotwav <84683510+soradotwav@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:03:19 -0700 Subject: [PATCH 3/5] fixed githubs wrong styling hehe --- styles/github/catppuccin.user.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index aaa481b3ec..fdf4445818 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -1657,7 +1657,10 @@ /* Notification Menu Fix */ .notifications-list-item.notification-read, .notifications-list-item.notification-archived { background-color: @base !important; - border-radius: 6px + + &:last-child { + border-bottom-left-radius: 6px; + } } /* Loading Bar Color */ From 1a5d9cc375e1549fed0a4925371271700a190d40 Mon Sep 17 00:00:00 2001 From: soradotwav <84683510+soradotwav@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:09:06 -0700 Subject: [PATCH 4/5] border color fixes (hopefully) --- styles/github/catppuccin.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index fdf4445818..24a814aedf 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -1647,7 +1647,7 @@ .wLDmP { background-color: @mantle; - border: 1px solid @surface1; + border-color: @surface1; } .eNSiNz .segmentedControl-content, .gKuCoB .segmentedControl-content { From a4b54dd2b36759484d1ab896f92229cefaaa3ab4 Mon Sep 17 00:00:00 2001 From: soradotwav <84683510+soradotwav@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:21:58 -0700 Subject: [PATCH 5/5] text edit ui fix --- styles/github/catppuccin.user.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index 24a814aedf..68cd87aa1e 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -1521,10 +1521,19 @@ border-radius: 6px; } - .hPsWZB { + .hPsWZB, .bOUZZs { background-color: @mantle; } + .react-blob-header-edit-and-raw-actions > div > a, .react-blob-header-edit-and-raw-actions > div > span > a, .react-blob-header-edit-and-raw-actions > div > span > button { + background-color: @base; + color: @subtext0; + + &:hover { + background-color: @surface1; + } + } + .hMOAua { color: @subtext1; @@ -1647,7 +1656,7 @@ .wLDmP { background-color: @mantle; - border-color: @surface1; + border: 1px solid @surface1; } .eNSiNz .segmentedControl-content, .gKuCoB .segmentedControl-content {