diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index ea70deb413..ad02fc177c 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.4.0 +@version 1.4.1 @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 @@ -102,6 +102,13 @@ color-scheme: if(@lookup = latte, light, dark); color: @text; + input::placeholder, + textarea::placeholder, + .cm-placeholder { + color: @subtext0; + } + + --color-social-reaction-bg-reacted-hover: fade(@accent-color, 30%); --color-notifications-button-hover-bg: fade(@accent-color, 60%); --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04); --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted)); @@ -151,8 +158,8 @@ --color-project-gradient-out: rgba(22, 27, 34, 0); --color-diff-blob-selected-line-highlight-mix-blend-mode: screen; --topicTag-borderColor: #0000; - --highlight-neutral-bgColor: fade(@yellow, 66%); - --page-header-bgColor: #0d1117; + --highlight-neutral-bgColor: fade(@yellow, 30%); + --page-header-bgColor: @crust; --diffBlob-addition-fgColor-text: @text; --diffBlob-addition-fgColor-num: @text; --diffBlob-addition-bgColor-num: fadeout(@green, 70%); @@ -325,7 +332,7 @@ --control-checked-borderColor-disabled: #6e7681; --controlTrack-bgColor-rest: @surface0; --controlTrack-bgColor-hover: @surface1; - --controlTrack-bgColor-active: #31363e; + --controlTrack-bgColor-active: @surface2; --controlTrack-bgColor-disabled: #6e7681; --controlTrack-fgColor-rest: #848d97; --controlTrack-fgColor-disabled: @text; @@ -350,12 +357,12 @@ --button-default-borderColor-disabled: #21262db3; --button-default-shadow-resting: 0px 0px 0px 0px #000; --button-primary-fgColor-rest: @base; - --button-primary-fgColor-disabled: @surface2; + --button-primary-fgColor-disabled: fade(@base, 60%); --button-primary-iconColor-rest: @base; --button-primary-bgColor-rest: @green; --button-primary-bgColor-hover: lighten(@green, 5%); --button-primary-bgColor-active: saturate(@green, 5%); - --button-primary-bgColor-disabled: darken(desaturate(@green, 10%), 5%); + --button-primary-bgColor-disabled: darken(desaturate(@green, 10%), 10%); --button-primary-borderColor-rest: @green; --button-primary-borderColor-hover: @green; --button-primary-borderColor-active: @green; @@ -387,13 +394,13 @@ --button-outline-shadow-selected: 0px 0px 0px 0px #000; --button-danger-fgColor-rest: @red; --button-danger-fgColor-hover: @base; - --button-danger-fgColor-active: @text; + --button-danger-fgColor-active: @base; --button-danger-fgColor-disabled: fade(@red, 50%); --button-danger-iconColor-rest: @red; --button-danger-iconColor-hover: @text; --button-danger-bgColor-rest: @surface0; --button-danger-bgColor-hover: @red; - --button-danger-bgColor-active: #d03533; + --button-danger-bgColor-active: darken(@red, 5%); --button-danger-bgColor-disabled: #21262db3; --button-danger-borderColor-rest: @surface1; --button-danger-borderColor-hover: @surface2; @@ -470,7 +477,7 @@ --bgColor-open-muted: #2ea0431a; --bgColor-open-emphasis: @green; --bgColor-closed-muted: fade(@red, 15%); - --bgColor-closed-emphasis: #da3633; + --bgColor-closed-emphasis: @red; --bgColor-done-muted: #a371f726; --bgColor-done-emphasis: @mauve; --bgColor-sponsors-muted: #db61a21a;