Skip to content

Commit

Permalink
feat(github): support new enhanced repo insights charts (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 15, 2024
1 parent af3ea09 commit a584c51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.10
@version 1.7.0
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub
@description Soothing pastel theme for GitHub
Expand Down Expand Up @@ -496,6 +496,11 @@
--shadow-floating-legacy: 0px 6px 12px -3px @crust, 0px 6px 18px 0px @crust;
--outline-focus: @blue solid 2px;

/* New Enhanced Repo Insights Views - https://github.com/orgs/community/discussions/135572 */
--data-blue-color: @accent-color;
--data-red-color: @red;
--data-green-color: @green;

.turbo-progress-bar {
background-color: @accent-color;
}
Expand Down

0 comments on commit a584c51

Please sign in to comment.