diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3e363ef2b..749e97605f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ /styles/canvas-lms @TheMemeSniper /styles/chatgpt @uncenter /styles/chatreplay @AnubisNekhet -/styles/chess.com @coldenate @isabelroses @skelebro1 +/styles/chess.com @coldenate @isabelroses /styles/cinny @jn-sena /styles/codeberg @justTOBBI /styles/crowdin @ryanccn diff --git a/scripts/userstyles.yml b/scripts/userstyles.yml index ffa92fc5b4..f0e5e7a789 100644 --- a/scripts/userstyles.yml +++ b/scripts/userstyles.yml @@ -214,7 +214,8 @@ userstyles: color: green readme: app-link: "https://chess.com" - current-maintainers: [*coldenate, *isabelroses, *skelebro1] + current-maintainers: [*coldenate, *isabelroses] + past-maintainers: [*skelebro1] cinny: name: Cinny categories: [social_networking] diff --git a/styles/chatgpt/catppuccin.user.css b/styles/chatgpt/catppuccin.user.css index 99989df84f..717b041bd2 100644 --- a/styles/chatgpt/catppuccin.user.css +++ b/styles/chatgpt/catppuccin.user.css @@ -26,12 +26,8 @@ #catppuccin(@darkFlavor, @accentColor); } - /* prettier-ignore */ - @catppuccin: { - @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }; - @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }; - @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }; - @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }; + #rgbify(@color) { + @rgb-raw: red(@color), green(@color), blue(@color); } #catppuccin(@lookup, @accent) { @@ -63,13 +59,8 @@ @crust: @catppuccin[@@lookup][@crust]; @accent-color: @catppuccin[@@lookup][@@accent]; - color-scheme: if(@lookup=latte, light, dark); + color-scheme: if(@lookup = latte, light, dark); - /* Syntax highlighting */ - @color: white; - #rgbify(@color) { - @rgb-raw: red(@color), green(@color), blue(@color); - } --ctp-rosewater: #rgbify(@rosewater) []; --ctp-flamingo: #rgbify(@flamingo) []; --ctp-pink: #rgbify(@pink) []; @@ -96,6 +87,7 @@ --ctp-base: #rgbify(@crust) []; --ctp-mantle: #rgbify(@mantle) []; --ctp-crust: #rgbify(@crust) []; + code.hljs { background: none; } @@ -935,7 +927,6 @@ } } -/* Sign-in page */ @-moz-document domain("auth0.openai.com") { @media (prefers-color-scheme: light) { :root { @@ -949,14 +940,6 @@ } } - /* prettier-ignore */ - @catppuccin: { - @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }; - @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }; - @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }; - @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }; - } - #catppuccin(@lookup, @accent) { @rosewater: @catppuccin[@@lookup][@rosewater]; @flamingo: @catppuccin[@@lookup][@flamingo]; @@ -1045,4 +1028,12 @@ } } +/* prettier-ignore */ +@catppuccin: { + @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }; + @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }; + @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }; + @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }; +} + // vim:ft=less diff --git a/styles/chess.com/README.md b/styles/chess.com/README.md index 3064c59a29..e2d83243c6 100644 --- a/styles/chess.com/README.md +++ b/styles/chess.com/README.md @@ -22,8 +22,9 @@ ## 💝 Current Maintainers - [coldenate](https://github.com/coldenate) - [Isabel](https://github.com/isabelroses) -- [skele](https://github.com/skelebro1) +## 💖 Past Maintainer +- [skele](https://github.com/skelebro1)   diff --git a/styles/duckduckgo/catppuccin.user.css b/styles/duckduckgo/catppuccin.user.css index f36761f216..848b26bd24 100644 --- a/styles/duckduckgo/catppuccin.user.css +++ b/styles/duckduckgo/catppuccin.user.css @@ -2,7 +2,7 @@ @name DuckDuckGo Catppuccin @namespace github.com/catppuccin/userstyles/styles/duckduckgo @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo -@version 0.1.2 +@version 0.1.3 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo @description Soothing pastel theme for DuckDuckGo @@ -143,6 +143,7 @@ --theme-button-tertiary-txt: @text !important; --theme-browser-comparison-table-icon-bg: @mantle !important; --theme-col-bg-ui: @mantle !important; + --theme-col-bg-header-modal: @surface0 !important; .footer, .switch__knob .modal--dropdown--settings, diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index c73c39b257..ea70deb413 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.3.14 +@version 1.4.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 @@ -69,51 +69,6 @@ z-index: 9999; } - #coloredButton(@item, @color, @flat) { - & when (@flat) { - --color-btn-@{item}-text: @color; - --color-btn-@{item}-bg: @base; - --color-btn-@{item}-icon: @color; - - --color-btn-@{item}-hover-text: @base; - --color-btn-@{item}-hover-bg: @color; - --color-btn-@{item}-hover-border: @color; - - --color-btn-@{item}-selected-text: @base; - --color-btn-@{item}-selected-bg: @color; - --color-btn-@{item}-selected-border: @color; - - --color-btn-@{item}-disabled-text: fadeout(@color, 60%); - --color-btn-@{item}-disabled-bg: @mantle; - } - - & when not (@flat) { - --color-btn-@{item}-text: @base; - --color-btn-@{item}-bg: @color; - --color-btn-@{item}-icon: @base; - - --color-btn-@{item}-hover-text: @base; - --color-btn-@{item}-hover-bg: lighten(@color, 10%); - --color-btn-@{item}-hover-border: lighten(@color, 10%); - - --color-btn-@{item}-selected-text: @base; - --color-btn-@{item}-selected-bg: lighten(@color, 10%); - --color-btn-@{item}-selected-border: lighten(@color, 10%); - - --color-btn-@{item}-disabled-text: @crust; - --color-btn-@{item}-disabled-bg: fadeout(@color, 60%); - } - - --color-btn-@{item}-hover-icon: @base; - - /* set these to transparent for the looks */ - --color-btn-@{item}-border: transparent; - --color-btn-@{item}-shadow: 0 0 transparent; - --color-btn-@{item}-inset-shadow: 0 0 transparent; - --color-btn-@{item}-selected-shadow: 0 0 transparent; - --color-btn-@{item}-disabled-border: transparent; - } - #catppuccin(@lookup, @accent) { @rosewater: @catppuccin[@@lookup][@rosewater]; @flamingo: @catppuccin[@@lookup][@flamingo]; @@ -144,23 +99,433 @@ @accent-color: @catppuccin[@@lookup][@@accent]; accent-color: @accent-color; + color-scheme: if(@lookup = latte, light, dark); color: @text; + + --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)); + --color-calendar-halloween-graph-day-L1-bg: fadeout( + @accent-color, + 60% + ) !important; + --color-calendar-halloween-graph-day-L2-bg: fadeout( + @accent-color, + 40% + ) !important; + --color-calendar-halloween-graph-day-L3-bg: fadeout( + @accent-color, + 20% + ) !important; + --color-calendar-halloween-graph-day-L4-bg: @accent-color !important; + --color-calendar-winter-graph-day-L1-bg: fadeout( + @accent-color, + 60% + ) !important; + --color-calendar-winter-graph-day-L2-bg: fadeout( + @accent-color, + 40% + ) !important; + --color-calendar-winter-graph-day-L3-bg: fadeout( + @accent-color, + 20% + ) !important; + --color-calendar-winter-graph-day-L4-bg: @accent-color !important; + --color-calendar-graph-day-bg: @surface0 !important; + --color-calendar-graph-day-border: transparent !important; + --color-calendar-graph-day-L1-bg: fadeout(@accent-color, 60%) !important; + --color-calendar-graph-day-L2-bg: fadeout(@accent-color, 40%) !important; + --color-calendar-graph-day-L3-bg: fadeout(@accent-color, 20%) !important; + --color-calendar-graph-day-L4-bg: @accent-color !important; + --color-calendar-graph-day-L2-border: transparent !important; + --color-calendar-graph-day-L3-border: transparent !important; + --color-calendar-graph-day-L4-border: transparent !important; + --color-user-mention-fg: @accent-color; + --color-user-mention-bg: fade(@accent-color, 30%); + --color-dashboard-feed-bg: var(--color-scale-gray-9); + --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset; + --color-marketing-icon-secondary: var(--color-scale-blue-5); + --color-project-header-bg: var(--color-scale-gray-9); + --color-project-sidebar-bg: var(--color-scale-gray-8); + --color-project-gradient-in: var(--color-scale-gray-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; + --diffBlob-addition-fgColor-text: @text; + --diffBlob-addition-fgColor-num: @text; + --diffBlob-addition-bgColor-num: fadeout(@green, 70%); + --diffBlob-addition-bgColor-line: fadeout(@green, 85%); + --diffBlob-addition-bgColor-word: fadeout(@green, 70%); + --diffBlob-deletion-fgColor-text: @text; + --diffBlob-deletion-fgColor-num: @text; + --diffBlob-deletion-bgColor-num: fadeout(@red, 70%); + --diffBlob-deletion-bgColor-line: fadeout(@red, 85%); + --diffBlob-deletion-bgColor-word: fadeout(@red, 70%); + --diffBlob-hunk-bgColor-num: fadeout(@blue, 60%); + --diffBlob-expander-iconColor: #848d97; + --codeMirror-fgColor: @text; + --codeMirror-bgColor: @base; + --codeMirror-gutters-bgColor: @base; + --codeMirror-gutterMarker-fgColor-default: @base; + --codeMirror-gutterMarker-fgColor-muted: @overlay0; + --codeMirror-lineNumber-fgColor: @subtext1; + --codeMirror-cursor-fgColor: #e6edf3; + --codeMirror-selection-bgColor: #388bfd66; + --codeMirror-activeline-bgColor: #6e768166; + --codeMirror-matchingBracket-fgColor: @text; + --codeMirror-lines-bgColor: @base; + --codeMirror-syntax-fgColor-comment: @overlay0; + --codeMirror-syntax-fgColor-constant: @blue; + --codeMirror-syntax-fgColor-entity: @blue; + --codeMirror-syntax-fgColor-keyword: @pink; + --codeMirror-syntax-fgColor-storage: @peach; + --codeMirror-syntax-fgColor-string: @green; + --codeMirror-syntax-fgColor-support: #79c0ff; + --codeMirror-syntax-fgColor-variable: @peach; + --header-fgColor-default: @text; + --header-fgColor-logo: #f0f6fc; + --header-bgColor: @crust; + --header-borderColor-divider: #8b949e; + --headerSearch-bgColor: @base; + --headerSearch-borderColor: @surface0; + --data-blue-color: #0576ff; + --data-auburn-color: #a86f6b; + --data-orange-color: #984b10; + --data-yellow-color: #895906; + --data-green-color: #2f6f37; + --data-teal-color: #106c70; + --data-purple-color: #975bf1; + --data-pink-color: #d34591; + --data-red-color: #eb3342; + --data-gray-color: #576270; + --display-blue-bgColor-muted: #001a47; + --display-blue-bgColor-emphasis: #0576ff; + --display-blue-fgColor: #4da0ff; + --display-blue-borderColor-muted: #002766; + --display-blue-borderColor-emphasis: #0576ff; + --display-green-bgColor-muted: #122117; + --display-green-bgColor-emphasis: #388f3f; + --display-green-fgColor: #41b445; + --display-green-borderColor-muted: #182f1f; + --display-green-borderColor-emphasis: #388f3f; + --display-orange-bgColor-muted: #311708; + --display-orange-bgColor-emphasis: #c46212; + --display-orange-fgColor: #ed8326; + --display-orange-borderColor-muted: #43200a; + --display-orange-borderColor-emphasis: #c46212; + --display-purple-bgColor-muted: #211047; + --display-purple-bgColor-emphasis: #975bf1; + --display-purple-fgColor: #b687f7; + --display-purple-borderColor-muted: #31146b; + --display-purple-borderColor-emphasis: #975bf1; + --display-red-bgColor-muted: #3c0614; + --display-red-bgColor-emphasis: #eb3342; + --display-red-fgColor: #f27d83; + --display-red-borderColor-muted: #58091a; + --display-red-borderColor-emphasis: #eb3342; + --display-yellow-bgColor-muted: #2e1a00; + --display-yellow-bgColor-emphasis: #aa7109; + --display-yellow-fgColor: #d3910d; + --display-yellow-borderColor-muted: #3d2401; + --display-yellow-borderColor-emphasis: #aa7109; + --display-gray-bgColor-muted: #1c1c1c; + --display-gray-bgColor-emphasis: #6e7f96; + --display-gray-fgColor: #92a1b5; + --display-gray-borderColor-muted: #2a2b2d; + --display-gray-borderColor-emphasis: #6e7f96; + --display-auburn-bgColor-muted: #271817; + --display-auburn-bgColor-emphasis: #a86f6b; + --display-auburn-fgColor: #bf9592; + --display-auburn-borderColor-muted: #3a2422; + --display-auburn-borderColor-emphasis: #a86f6b; + --display-brown-bgColor-muted: #241c14; + --display-brown-bgColor-emphasis: #94774c; + --display-brown-fgColor: #b69a6d; + --display-brown-borderColor-muted: #342a1d; + --display-brown-borderColor-emphasis: #94774c; + --display-lemon-bgColor-muted: #291d00; + --display-lemon-bgColor-emphasis: #977b0c; + --display-lemon-fgColor: #ba9b12; + --display-lemon-borderColor-muted: #372901; + --display-lemon-borderColor-emphasis: #977b0c; + --display-olive-bgColor-muted: #171e0b; + --display-olive-bgColor-emphasis: #7a8321; + --display-olive-fgColor: #a2a626; + --display-olive-borderColor-muted: #252d10; + --display-olive-borderColor-emphasis: #7a8321; + --display-lime-bgColor-muted: #141f0f; + --display-lime-bgColor-emphasis: #5f892f; + --display-lime-fgColor: #7dae37; + --display-lime-borderColor-muted: #1f3116; + --display-lime-borderColor-emphasis: #5f892f; + --display-pine-bgColor-muted: #082119; + --display-pine-bgColor-emphasis: #18915e; + --display-pine-fgColor: #1bb673; + --display-pine-borderColor-muted: #0b3224; + --display-pine-borderColor-emphasis: #18915e; + --display-teal-bgColor-muted: #041f25; + --display-teal-bgColor-emphasis: #158a8a; + --display-teal-fgColor: #1cb0ab; + --display-teal-borderColor-muted: #073036; + --display-teal-borderColor-emphasis: #158a8a; + --display-cyan-bgColor-muted: #001f29; + --display-cyan-bgColor-emphasis: #0587b3; + --display-cyan-fgColor: #07ace4; + --display-cyan-borderColor-muted: #002e3d; + --display-cyan-borderColor-emphasis: #0587b3; + --display-indigo-bgColor-muted: #1b183f; + --display-indigo-bgColor-emphasis: #7070e1; + --display-indigo-fgColor: #9899ec; + --display-indigo-borderColor-muted: #25215f; + --display-indigo-borderColor-emphasis: #7070e1; + --avatar-bgColor: fade(@text, 26%); + --avatar-borderColor: @surface0; + --avatar-shadow: 0px 0px 0px 2px #0d1117; + --avatarStack-fade-bgColor-default: @surface1; + --avatarStack-fade-bgColor-muted: #21262d; + --control-bgColor-rest: #21262d; + --control-bgColor-hover: #292e36; + --control-bgColor-active: #31363e; + --control-bgColor-disabled: #21262db3; + --control-bgColor-selected: #161b22; + --control-fgColor-rest: #c9d1d9; + --control-fgColor-placeholder: #484f58; + --control-fgColor-disabled: @surface0; + --control-borderColor-rest: @surface1; + --control-borderColor-emphasis: #666e79; + --control-borderColor-disabled: fade(@surface1, 75%); + --control-borderColor-selected: #f0f6fc; + --control-borderColor-success: #238636; + --control-borderColor-danger: #da3633; + --control-borderColor-warning: #9e6a03; + --control-iconColor-rest: #848d97; + --control-transparent-bgColor-rest: #0000; + --control-transparent-bgColor-hover: fade(@surface2, 20%); + --control-transparent-bgColor-active: fade(@overlay0, 50%); + --control-transparent-bgColor-disabled: #21262db3; + --control-transparent-bgColor-selected: #b1bac414; + --control-transparent-borderColor-rest: #0000; + --control-transparent-borderColor-hover: #0000; + --control-transparent-borderColor-active: #0000; + --control-danger-fgColor-rest: @red; + --control-danger-fgColor-hover: #ff7b72; + --control-danger-bgColor-hover: fade(@red, 26%); + --control-danger-bgColor-active: @red; + --control-checked-bgColor-rest: #1f6feb; + --control-checked-bgColor-hover: #2a7aef; + --control-checked-bgColor-active: #3685f3; + --control-checked-bgColor-disabled: #6e7681; + --control-checked-fgColor-rest: @text; + --control-checked-fgColor-disabled: #010409; + --control-checked-borderColor-rest: #1f6feb; + --control-checked-borderColor-hover: #2a7aef; + --control-checked-borderColor-active: #3685f3; + --control-checked-borderColor-disabled: #6e7681; + --controlTrack-bgColor-rest: @surface0; + --controlTrack-bgColor-hover: @surface1; + --controlTrack-bgColor-active: #31363e; + --controlTrack-bgColor-disabled: #6e7681; + --controlTrack-fgColor-rest: #848d97; + --controlTrack-fgColor-disabled: @text; + --controlTrack-borderColor-rest: #0000; + --controlTrack-borderColor-disabled: #6e7681; + --controlKnob-bgColor-rest: @base; + --controlKnob-bgColor-disabled: #21262db3; + --controlKnob-bgColor-checked: @text; + --controlKnob-borderColor-rest: @surface2; + --controlKnob-borderColor-disabled: #21262db3; + --controlKnob-borderColor-checked: @blue; + --counter-borderColor: #0000; + --button-default-fgColor-rest: @text; + --button-default-bgColor-rest: @surface0; + --button-default-bgColor-hover: @surface1; + --button-default-bgColor-active: @surface2; + --button-default-bgColor-selected: @surface2; + --button-default-bgColor-disabled: fade(@base, 70%); + --button-default-borderColor-rest: @surface1; + --button-default-borderColor-hover: @surface1; + --button-default-borderColor-active: @surface1; + --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-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-borderColor-rest: @green; + --button-primary-borderColor-hover: @green; + --button-primary-borderColor-active: @green; + --button-primary-borderColor-disabled: #77c982; + --button-primary-shadow-selected: 0px 0px 0px 0px #000; + --button-invisible-fgColor-rest: @accent-color; + --button-invisible-fgColor-hover: lighten(@accent-color, 10%); + --button-invisible-fgColor-disabled: #6e7681; + --button-invisible-iconColor-rest: @overlay2; + --button-invisible-iconColor-hover: #e6edf3; + --button-invisible-iconColor-disabled: #6e7681; + --button-invisible-bgColor-rest: #0000; + --button-invisible-bgColor-hover: #b1bac41f; + --button-invisible-bgColor-active: #b1bac433; + --button-invisible-bgColor-disabled: #21262db3; + --button-invisible-borderColor-rest: #0000; + --button-invisible-borderColor-hover: #0000; + --button-invisible-borderColor-disabled: #21262db3; + --button-outline-fgColor-rest: #388bfd; + --button-outline-fgColor-hover: #58a6ff; + --button-outline-fgColor-active: @text; + --button-outline-fgColor-disabled: #4493f880; + --button-outline-bgColor-rest: #f0f6fc; + --button-outline-bgColor-hover: @surface1; + --button-outline-bgColor-active: #0d419d; + --button-outline-bgColor-disabled: #0d1117; + --button-outline-borderColor-hover: #f0f6fc1a; + --button-outline-borderColor-selected: #f0f6fc1a; + --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-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-disabled: #21262db3; + --button-danger-borderColor-rest: @surface1; + --button-danger-borderColor-hover: @surface2; + --button-danger-borderColor-active: @surface2; + --button-danger-shadow-selected: 0px 0px 0px 0px #000; + --button-inactive-fgColor: #8b949e; + --button-inactive-bgColor: #21262d; + --button-star-iconColor: @yellow; + --buttonCounter-default-bgColor-rest: @surface1; + --buttonCounter-invisible-bgColor-rest: @surface1; + --buttonCounter-primary-bgColor-rest: #04260f33; + --buttonCounter-outline-bgColor-rest: #051d4d33; + --buttonCounter-outline-bgColor-hover: #051d4d33; + --buttonCounter-outline-bgColor-disabled: #1f6feb0d; + --buttonCounter-outline-fgColor-rest: #388bfd; + --buttonCounter-outline-fgColor-hover: #58a6ff; + --buttonCounter-outline-fgColor-disabled: #4493f880; + --buttonCounter-danger-bgColor-hover: fade(@text, 20%); + --buttonCounter-danger-bgColor-disabled: #da36330d; + --buttonCounter-danger-bgColor-rest: #49020233; + --buttonCounter-danger-fgColor-rest: @red; + --buttonCounter-danger-fgColor-hover: @text; + --buttonCounter-danger-fgColor-disabled: fade(@red, 50%); + --focus-outlineColor: @blue; + --menu-bgColor-active: #161b22; + --overlay-bgColor: @mantle; + --overlay-borderColor: @surface0; + --overlay-backdrop-bgColor: #161b2266; + --selectMenu-borderColor: #484f58; + --selectMenu-bgColor-active: #0c2d6b; + --sideNav-bgColor-selected: #21262d; + --skeletonLoader-bgColor: #161b22; + --timelineBadge-bgColor: @mantle; + --treeViewItem-leadingVisual-iconColor-rest: #848d97; + --underlineNav-borderColor-active: @accent-color; + --underlineNav-borderColor-hover: #6e768166; + --underlineNav-iconColor-rest: #848d97; + --selection-bgColor: #1f6febb3; + --fgColor-default: @text; + --fgColor-muted: @subtext1; + --fgColor-onEmphasis: @base; + --fgColor-white: @text; + --fgColor-disabled: @surface2; + --fgColor-link: @accent-color; + --fgColor-neutral: #6e7681; + --fgColor-accent: @accent-color; + --fgColor-success: @green; + --fgColor-attention: @yellow; + --fgColor-severe: @peach; + --fgColor-danger: @red; + --fgColor-open: @green; + --fgColor-closed: @red; + --fgColor-done: @mauve; + --fgColor-sponsors: @pink; --bgColor-default: @base; - --color-page-header-bg: @base; - --color-marketing-icon-primary: @sky; - --color-marketing-icon-secondary: @blue; - --color-diff-blob-addition-num-text: @text; - --color-diff-blob-addition-fg: @text; - --color-diff-blob-addition-num-bg: fadeout(@green, 70%); - --color-diff-blob-addition-line-bg: fadeout(@green, 85%); - --color-diff-blob-addition-word-bg: fadeout(@green, 70%); - --color-diff-blob-deletion-num-text: @text; - --color-diff-blob-deletion-fg: @text; - --color-diff-blob-deletion-num-bg: fadeout(@red, 70%); - --color-diff-blob-deletion-line-bg: fadeout(@red, 85%); - --color-diff-blob-deletion-word-bg: fadeout(@red, 70%); - --color-diff-blob-hunk-num-bg: fadeout(@blue, 60%); - --color-diffstat-addition-bg: @green; + --bgColor-muted: @mantle; + --bgColor-inset: @crust; + --bgColor-emphasis: @overlay2; + --bgColor-inverse: @text; + --bgColor-disabled: #21262db3; + --bgColor-transparent: #0000; + --bgColor-neutral-muted: @surface0; + --bgColor-neutral-emphasis: @subtext0; + --bgColor-accent-muted: fade(@accent-color, 20%); + --bgColor-accent-emphasis: @accent-color; + --bgColor-success-muted: #2ea04326; + --bgColor-success-emphasis: @green; + --bgColor-attention-muted: fade(@yellow, 15%); + --bgColor-attention-emphasis: @yellow; + --bgColor-severe-muted: fade(@peach, 26%); + --bgColor-severe-emphasis: @peach; + --bgColor-danger-muted: fade(@red, 26%); + --bgColor-danger-emphasis: @red; + --bgColor-open-muted: #2ea0431a; + --bgColor-open-emphasis: @green; + --bgColor-closed-muted: fade(@red, 15%); + --bgColor-closed-emphasis: #da3633; + --bgColor-done-muted: #a371f726; + --bgColor-done-emphasis: @mauve; + --bgColor-sponsors-muted: #db61a21a; + --bgColor-sponsors-emphasis: @pink; + --borderColor-default: @surface1; + --borderColor-muted: @surface0; + --borderColor-emphasis: #484f58; + --borderColor-disabled: #21262db3; + --borderColor-transparent: #0000; + --borderColor-neutral-muted: #6e768166; + --borderColor-neutral-emphasis: #6e7681; + --borderColor-accent-muted: fade(@accent-color, 50%); + --borderColor-accent-emphasis: @accent-color; + --borderColor-success-muted: darken(@green, 5%); + --borderColor-success-emphasis: @green; + --borderColor-attention-muted: fade(@flamingo, 30%); + --borderColor-attention-emphasis: @flamingo; + --borderColor-severe-muted: @peach; + --borderColor-severe-emphasis: #bd561d; + --borderColor-danger-muted: @red; + --borderColor-danger-emphasis: @red; + --borderColor-open-muted: darken(@green, 5%); + --borderColor-open-emphasis: @green; + --borderColor-closed-muted: @red; + --borderColor-closed-emphasis: @red; + --borderColor-done-muted: @lavender; + --borderColor-done-emphasis: @mauve; + --borderColor-sponsors-muted: #db61a266; + --borderColor-sponsors-emphasis: @pink; + & when (@lookup =latte) { + --color-ansi-black: @subtext1; + --color-ansi-black-bright: @subtext0; + --color-ansi-gray: @subtext0; + --color-ansi-white: @surface2; + --color-ansi-white-bright: @surface1; + } + & when not (@lookup =latte) { + --color-ansi-black: @surface1; + --color-ansi-black-bright: @surface2; + --color-ansi-gray: @surface2; + --color-ansi-white: @subtext1; + --color-ansi-white-bright: @subtext0; + } + --color-ansi-red: @red; + --color-ansi-red-bright: @red; + --color-ansi-green: @green; + --color-ansi-green-bright: @green; + --color-ansi-yellow: @yellow; + --color-ansi-yellow-bright: @yellow; + --color-ansi-blue: @blue; + --color-ansi-blue-bright: @blue; + --color-ansi-magenta: @pink; + --color-ansi-magenta-bright: @pink; + --color-ansi-cyan: @teal; + --color-ansi-cyan-bright: @teal; --color-prettylights-syntax-comment: @overlay1; --color-prettylights-syntax-constant: @blue; --color-prettylights-syntax-entity: @blue; @@ -181,284 +546,124 @@ --color-prettylights-syntax-markup-changed-text: @text; --color-prettylights-syntax-markup-changed-bg: fadeout(@yellow, 60%); --color-prettylights-syntax-markup-ignored-text: @text; - --color-codemirror-text: @text; - --color-codemirror-bg: @base; - --color-codemirror-gutters-bg: @base; - --color-codemirror-guttermarker-text: @base; - --color-codemirror-lines-bg: @base; - --color-codemirror-guttermarker-subtle-text: @overlay0; - --color-codemirror-linenumber-text: @subtext1; - --color-codemirror-matchingbracket-text: @text; - --color-codemirror-syntax-comment: @overlay0; - --color-codemirror-syntax-constant: @blue; - --color-codemirror-syntax-entity: @blue; - --color-codemirror-syntax-keyword: @pink; - --color-codemirror-syntax-storage: @peach; - --color-codemirror-syntax-string: @green; - --color-codemirror-syntax-variable: @peach; - --color-checks-bg: @mantle; - --color-checks-text-primary: @text; - --color-checks-text-secondary: @subtext1; - --color-checks-text-link: @sapphire; - --color-checks-btn-icon: @text; - --color-checks-btn-hover-icon: @text; - --color-checks-btn-hover-bg: @crust; - --color-checks-input-text: @surface1; - --color-checks-input-placeholder-text: @subtext1; - --color-checks-input-focus-text: @text; - --color-checks-input-bg: @surface0; - --color-checks-donut-error: @red; - --color-checks-donut-pending: @peach; - --color-checks-donut-success: @green; - --color-checks-donut-neutral: @overlay2; - --color-checks-dropdown-text: @text; - --color-checks-dropdown-bg: @surface0; - --color-checks-dropdown-border: @surface1; - --color-checks-dropdown-shadow: @crust; - --color-checks-dropdown-hover-text: @subtext0; - --color-checks-dropdown-hover-bg: @mantle; - --color-checks-dropdown-btn-hover-text: @text; - --color-checks-dropdown-btn-hover-bg: @mantle; - --color-checks-scrollbar-thumb-bg: @mantle; - --color-checks-header-label-text: @text; - --color-checks-header-label-open-text: @accent-color; - --color-checks-header-border: @surface0; - --color-checks-header-icon: @text; - --color-checks-line-text: @subtext0; - --color-checks-line-num-text: @subtext0; - --color-checks-line-timestamp-text: @subtext0; - --color-checks-line-hover-bg: @surface0; - --color-checks-line-selected-bg: @surface0; - --color-checks-gate-text: @text; - --color-checks-gate-waiting-text: @yellow; - --color-checks-step-header-open-bg: @surface0; - --color-checks-step-error-text: @maroon; - --color-checks-step-warning-text: @peach; - --color-checks-logline-text: @text; - --color-checks-logline-num-text: @text; - --color-checks-logline-debug-text: @mauve; - --color-checks-logline-error-text: @text; - --color-checks-logline-error-num-text: @maroon; - --color-checks-logline-error-bg: fadeout(@maroon, 85%); - --color-checks-logline-warning-text: @subtext1; - --color-checks-logline-warning-num-text: @peach; - --color-checks-logline-warning-bg: fadeout(@peach, 85%); - --color-checks-logline-command-text: @blue; - --color-checks-logline-section-text: @green; - --color-checks-ansi-black: @surface1; - --color-checks-ansi-black-bright: @surface2; - --color-checks-ansi-white: @subtext1; - --color-checks-ansi-white-bright: @subtext0; - & when (@lookup =latte) { - --color-checks-ansi-black: @subtext1; - --color-checks-ansi-black-bright: @subtext0; - --color-checks-ansi-white: @surface2; - --color-checks-ansi-white-bright: @surface1; - } - --color-checks-ansi-red: @red; - --color-checks-ansi-red-bright: @red; - --color-checks-ansi-green: @green; - --color-checks-ansi-green-bright: @green; - --color-checks-ansi-yellow: @yellow; - --color-checks-ansi-yellow-bright: @yellow; - --color-checks-ansi-blue: @blue; - --color-checks-ansi-blue-bright: @blue; - --color-checks-ansi-magenta: @pink; - --color-checks-ansi-magenta-bright: @pink; - --color-checks-ansi-cyan: @teal; - --color-checks-ansi-cyan-bright: @teal; - --color-header-text: var(--subtext2); - --color-header-bg: @mantle; - --color-header-logo: @text; - --color-header-search-bg: @surface0; - --color-header-search-border: @surface1; - --color-sidenav-selected-bg: @surface1; - --color-menu-bg-active: @surface2; - --color-timeline-badge-bg: @surface0; - --color-btn-text: @text; - --color-btn-bg: @surface0; - --color-btn-border: @surface1; - --color-btn-hover-bg: @surface1; - --color-btn-hover-border: @surface2; - --color-btn-active-bg: @surface2; - --color-btn-selected-bg: @surface2; - --color-btn-counter-bg: @surface2; - --color-btn-outline-text: @accent-color; - #coloredButton(primary, @green, false); - #coloredButton(danger, @red, true); - --color-action-list-item-inline-divider: @surface2; - --color-action-list-item-default-hover-bg: @surface1; - --color-action-list-item-default-selected-bg: @surface1; - --color-fg-default: @text; - --color-fg-muted: @subtext1; - --color-fg-subtle: @subtext1; - --color-fg-on-emphasis: @base; - --color-canvas-default: @base; - --color-canvas-overlay: @surface0; - --color-canvas-inset: @crust; // background - --color-canvas-subtle: @mantle; - --color-border-default: @surface1; - --color-border-muted: @surface0; - --color-shadow-medium: 0 3px 6px @crust; - --color-shadow-large: 0 8px 24px @crust; - --color-shadow-extra-large: 0 12px 48px @crust; - --color-neutral-emphasis-plus: @overlay0; - --color-neutral-emphasis: @overlay2; - --color-neutral-muted: fadeout(@overlay0, 60%); - --color-accent-fg: @accent-color; - --color-accent-emphasis: @accent-color; - --color-accent-muted: fadeout(@accent-color, 60%); - --color-accent-subtle: fadeout(@accent-color, 85%); - --color-success-fg: @green; - --color-success-emphasis: @green; - --color-attention-fg: @peach; - --color-attention-emphasis: @peach; - --color-severe-fg: @maroon; - --color-severe-emphasis: @maroon; - --color-danger-fg: @red; - --color-danger-muted: fadeout(@red, 60%); - --color-danger-emphasis: @red; - --color-open-fg: @green; - --color-open-emphasis: @green; - --color-closed-fg: @red; - --color-closed-emphasis: @red; - --color-done-fg: @mauve; - --color-done-emphasis: @mauve; - --color-sponsors-fg: @mauve; - --color-sponsors-emphasis: @mauve; - --color-primer-fg-disabled: fadeout(@accent-color, 50%); - --color-primer-border-active: @red; - --color-workflow-card-connector: @overlay0; - --color-workflow-card-connector-bg: @overlay0; - --color-workflow-card-connector-inactive: @surface1; - --color-workflow-card-connector-inactive-bg: @surface1; - --color-workflow-card-connector-highlight: @accent-color; - --color-workflow-card-connector-highlight-bg: @accent-color; - --color-workflow-card-bg: @surface1; - --color-workflow-card-inactive-bg: @surface0; - --color-workflow-card-progress-complete-bg: fadeout(@blue, 85%); - --color-workflow-card-progress-incomplete-bg: @surface1; - --color-discussions-state-answered-icon: var(--color-scale-green-3); - --color-bg-discussions-row-emoji-box: var(--color-scale-gray-6); - --color-notifications-button-text: var(--color-scale-white); - --color-notifications-button-hover-text: var(--color-scale-white); - --color-notifications-button-hover-bg: var(--color-scale-blue-4); - --color-notifications-row-read-bg: var(--color-canvas-default); - --color-notifications-row-bg: var(--color-canvas-subtle); - --color-icon-directory: @text; - --color-checks-step-error-icon: var(--color-scale-red-4); - --color-user-mention-fg: @accent-color; - --color-user-mention-bg: fade(@accent-color, 30%); - --color-text-white: @text; - --color-calendar-halloween-graph-day-L1-bg: fadeout(@accent-color, 3); - --color-calendar-halloween-graph-day-L2-bg: fadeout(@accent-color, 2); - --color-calendar-halloween-graph-day-L3-bg: @accent-color; - --color-calendar-halloween-graph-day-L4-bg: @mantle; - --color-calendar-graph-day-L1-bg: fadeout(@accent-color, 60%) !important; - --color-calendar-graph-day-L2-bg: fadeout(@accent-color, 40%) !important; - --color-calendar-graph-day-L3-bg: fadeout(@accent-color, 20%) !important; - --color-calendar-graph-day-L4-bg: @accent-color !important; - --color-calendar-graph-day-L1-border: transparent !important; - --color-calendar-graph-day-L2-border: transparent !important; - --color-calendar-graph-day-L3-border: transparent !important; - --color-calendar-graph-day-L4-border: transparent !important; - --color-calendar-graph-day-border: transparent !important; - --color-calendar-graph-day-bg: @surface0 !important; - --color-segmented-control-button-bg: @base; - --color-segmented-control-button-hover-bg: @surface0; - --color-segmented-control-button-active-bg: @mantle; - --color-segmented-control-button-selected-border: @overlay0; - --color-social-reaction-bg-hover: @surface0; - --color-social-reaction-bg-reacted-hover: fade(@accent-color, 30%); + --color-scale-black: #010409; + --color-scale-transparent: #0000; + --color-scale-white: @text; + --color-scale-gray-0: #f0f6fc; + --color-scale-gray-1: #c9d1d9; + --color-scale-gray-2: #b1bac4; + --color-scale-gray-3: @overlay2; + --color-scale-gray-4: #6e7681; + --color-scale-gray-5: @overlay0; + --color-scale-gray-6: @surface1; + --color-scale-gray-7: @surface1; + --color-scale-gray-8: #161b22; + --color-scale-gray-9: #0d1117; + --color-scale-blue-0: #cae8ff; + --color-scale-blue-1: #a5d6ff; + --color-scale-blue-2: @sky; + --color-scale-blue-3: #58a6ff; + --color-scale-blue-4: #388bfd; + --color-scale-blue-5: @blue; + --color-scale-blue-6: #1158c7; + --color-scale-blue-7: #0d419d; + --color-scale-blue-8: #0c2d6b; + --color-scale-blue-9: #051d4d; + --color-scale-green-0: #aff5b4; + --color-scale-green-1: #7ee787; + --color-scale-green-2: #56d364; + --color-scale-green-3: @green; + --color-scale-green-4: @green; + --color-scale-green-5: #238636; + --color-scale-green-6: #196c2e; + --color-scale-green-7: #0f5323; + --color-scale-green-8: #033a16; + --color-scale-green-9: #04260f; + --color-scale-yellow-0: #f8e3a1; + --color-scale-yellow-1: #f2cc60; + --color-scale-yellow-2: #e3b341; + --color-scale-yellow-3: @peach; + --color-scale-yellow-4: #bb8009; + --color-scale-yellow-5: #9e6a03; + --color-scale-yellow-6: #845306; + --color-scale-yellow-7: #693e00; + --color-scale-yellow-8: #4b2900; + --color-scale-yellow-9: #341a00; + --color-scale-orange-0: #ffdfb6; + --color-scale-orange-1: #ffc680; + --color-scale-orange-2: #ffa657; + --color-scale-orange-3: #f0883e; + --color-scale-orange-4: @peach; + --color-scale-orange-5: #bd561d; + --color-scale-orange-6: #9b4215; + --color-scale-orange-7: #762d0a; + --color-scale-orange-8: #5a1e02; + --color-scale-orange-9: #3d1300; + --color-scale-red-0: #ffdcd7; + --color-scale-red-1: #ffc1ba; + --color-scale-red-2: #ffa198; + --color-scale-red-3: #ff7b72; + --color-scale-red-4: @red; + --color-scale-red-5: #da3633; + --color-scale-red-6: #b62324; + --color-scale-red-7: #8e1519; + --color-scale-red-8: #67060c; + --color-scale-red-9: #490202; + --color-scale-purple-0: #eddeff; + --color-scale-purple-1: #e2c5ff; + --color-scale-purple-2: #d2a8ff; + --color-scale-purple-3: #bc8cff; + --color-scale-purple-4: #a371f7; + --color-scale-purple-5: #8957e5; + --color-scale-purple-6: #6e40c9; + --color-scale-purple-7: #553098; + --color-scale-purple-8: #3c1e70; + --color-scale-purple-9: #271052; + --color-scale-pink-0: #ffdaec; + --color-scale-pink-1: #ffbedd; + --color-scale-pink-2: #ff9bce; + --color-scale-pink-3: #f778ba; + --color-scale-pink-4: #db61a2; + --color-scale-pink-5: #bf4b8a; + --color-scale-pink-6: #9e3670; + --color-scale-pink-7: #7d2457; + --color-scale-pink-8: #5e103e; + --color-scale-pink-9: #42062a; + --color-scale-coral-0: #ffddd2; + --color-scale-coral-1: #ffc2b2; + --color-scale-coral-2: #ffa28b; + --color-scale-coral-3: #f78166; + --color-scale-coral-4: #ea6045; + --color-scale-coral-5: #cf462d; + --color-scale-coral-6: #ac3220; + --color-scale-coral-7: #872012; + --color-scale-coral-8: #640d04; + --color-scale-coral-9: #460701; + --shadow-inset: inset 0px 1px 0px 0px @crust; + --shadow-resting-xsmall: 0px 1px 0px 0px @crust; + --shadow-resting-small: 0px 1px 0px 0px @crust, 0px 1px 3px 0px @crust; + --shadow-resting-medium: 0px 3px 6px 0px @crust; + --shadow-floating-small: 0px 0px 0px 1px @base, 0px 6px 12px -3px @crust, + 0px 6px 18px 0px @crust; + --shadow-floating-medium: 0px 0px 0px 1px @surface0, + 0px 8px 16px -4px @crust, 0px 4px 32px -4px @crust, + 0px 24px 48px -12px @crust, 0px 48px 96px -24px @crust; + --shadow-floating-large: 0px 0px 0px 1px @surface0, + 0px 24px 48px 0px #010409; + --shadow-floating-xlarge: 0px 0px 0px 1px @surface0, + 0px 32px 64px 0px #010409; + --shadow-floating-legacy: 0px 6px 12px -3px @crust, 0px 6px 18px 0px @crust; + --outline-focus: @blue solid 2px; - /* Other */ - --rgh-heat-color: @red; - --divider-color: @surface1; - --underlineNav-borderColor-active: @accent-color; - --color-scale-yellow-2: @yellow; - - /* Focus states */ - *:focus-visible, - *:focus-within { - outline-color: @blue !important; - } - - /* Adds styling for primary buttons that lack the .btn-primary class. */ - /* In use at: "Code", "Compare & pull request", "New repository secret" buttons. */ - .hBMKRG, - .jWTzpl, - #repository-secrets + div a[href$="settings/secrets/actions/new"] { - background-color: var(--color-btn-primary-bg); - color: var(--color-btn-primary-text); - - &:hover { - background-color: var(--color-btn-primary-hover-bg) !important; - } - } - - /* Header */ - .HeaderMenu-link { - color: @text; - } - .octicon.octicon-mark-github { - fill: @text; - } - .HeaderMenu-toggle-bar { - background-color: @text; - } - - /* Search */ - .header-search-input { - color: @text !important; - } - .header-search-button.placeholder, - .header-search-input::placeholder { - color: @subtext1 !important; - } - - /* Tags */ - .topic-tag { - --color-accent-fg: @accent-color; - --color-accent-emphasis: @accent-color; - --color-accent-muted: fadeout(@accent-color, 60%); - --color-accent-subtle: fadeout(@accent-color, 85%); - } - - /* User/team mentions */ - .user-mention, - .team-mention { - color: @accent-color; - } - - /* Large notification */ - .flash { - --color-attention-muted: @accent-color; - --bgColor-attention-muted: fadeout(@accent-color, 60%); - --color-attention-subtle: fadeout(@accent-color, 85%); - } - .notifications-list .Box-header { - box-shadow: none; - } .turbo-progress-bar { - background: @accent-color; - } - - /* Currently selected "tab" */ - .gcnonJ::after, - .cnHXaE::after { background-color: @accent-color; } - /* Tooltip */ - [id^="tooltip-"], - .tooltipped::after, - span[role="tooltip"]::after { - --color-fg-on-emphasis: @text !important; - } - - /* Edit file */ - .cm-placeholder { - color: @overlay1 !important; + .form-select { + @svg: escape( + '' + ); + background-image: url("data:image/svg+xml,@{svg}"); } } }