|
2 | 2 | @name Modrinth Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/modrinth |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth |
5 | | -@version 1.1.2 |
| 5 | +@version 1.2.0 |
6 | 6 | @description Soothing pastel theme for Modrinth |
7 | 7 | @author Catppuccin |
8 | 8 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css |
|
62 | 62 | @shadow: @catppuccin[@@lookup][@shadow]; |
63 | 63 | @accent-Color: @catppuccin[@@lookup][@@accent]; |
64 | 64 |
|
| 65 | + --color-base: @text; |
65 | 66 | --color-bg: @crust; |
66 | 67 | --color-ad-raised: @surface2; |
67 | 68 | --color-ad: @surface1; |
68 | 69 | --color-brand-green: @accent-Color; |
69 | 70 | --color-button-bg-active: @overlay0; |
70 | | - --color-button-bg-hover: @surface2; |
71 | | - --color-button-bg: @surface1; |
| 71 | + --color-button-bg-hover: @surface1; |
| 72 | + --color-button-bg: @surface0; |
72 | 73 | --color-button-text-hover: @text; |
73 | 74 | --color-button-text: @subtext1; |
74 | 75 | --color-divider: @surface0; |
75 | | - --color-heading: @yellow; |
| 76 | + --color-heading: @text; |
76 | 77 | --color-icon: @text; |
77 | 78 | --color-link-active: @teal; |
78 | 79 | --color-link-hover: @sky; |
79 | 80 | --color-link: @sapphire; |
80 | 81 | --color-raised-bg: @base; |
| 82 | + --color-blue: @sapphire; |
81 | 83 | --color-special-blue: @sapphire; |
| 84 | + --color-orange: @peach; |
82 | 85 | --color-special-orange: @peach; |
| 86 | + --color-purple: @mauve; |
83 | 87 | --color-special-purple: @mauve; |
84 | | - --color-special-red: @red; |
| 88 | + --color-red: @red; |
| 89 | + --color-special-gray: @subtext0; |
| 90 | + --color-green: @green; |
85 | 91 | --color-text: @subtext1; |
| 92 | + --color-text-dark: @text; |
86 | 93 | --color-text-inactive: @overlay1; |
| 94 | + --color-brand-highlight: @surface0; |
87 | 95 | --color-brand-inverted: @shadow; |
88 | | - --color-text-dark: @text; |
89 | 96 | --color-table-alternate-row: @crust; |
90 | 97 | --color-table-border: @overlay0; |
| 98 | + --color-contrast: @text; |
| 99 | + --color-brand-shadow: @accent-Color; |
| 100 | + --color-warning-banner-side: @red; |
| 101 | + --color-warning-banner-bg: fade(@red, 10%); |
| 102 | + --color-warning-banner-text: @text; |
| 103 | + |
| 104 | + [tabindex="0"]:focus-visible, |
| 105 | + a:focus-visible, |
| 106 | + button:focus-visible { |
| 107 | + outline-color: @accent-Color; |
| 108 | + } |
91 | 109 |
|
92 | 110 | .BDVE3s9MFQttmbMUeYup-2 a b, |
93 | 111 | .BDVE3s9MFQttmbMUeYup-2 a strong { |
|
0 commit comments