|
1 | 1 | /* ==UserStyle== |
2 | 2 | @name Doki-Theme: Astolfo |
3 | 3 | @namespace github.com/doki-theme |
4 | | -@version 78.1.0 |
| 4 | +@version 78.1.1 |
5 | 5 | @description Cute anime themes for GitHub |
6 | 6 | @author Unthrottled |
7 | 7 | @license MIT |
|
49 | 49 | --color-avatar-border: #00000000 !important; |
50 | 50 | --color-bg-canvas: #171816 !important; |
51 | 51 | --color-canvas-inset: #171816 !important; |
52 | | - --color-canvas-inset: #171816 !important; |
53 | 52 | --color-canvas-overlay: #141513 !important; |
54 | 53 | --color-bg-primary: #171816 !important; |
55 | 54 | --color-calendar-graph-day-bg: #201d1d !important; |
|
89 | 88 | --color-input-disabled-border: #212220 !important; |
90 | 89 | --color-text-secondary: #957a4d !important; |
91 | 90 | --color-text-tertiary: #8e856e !important; |
| 91 | + --color-primer-fg-disabled: #6f6f6f !important; |
| 92 | + --lightness-threshold: 0.453 !important; |
92 | 93 | } |
93 | 94 |
|
| 95 | + [data-color-mode="light"][data-light-theme*="dark"] .hx_IssueLabel, [data-color-mode="dark"][data-dark-theme*="dark"] .hx_IssueLabel { |
| 96 | + --lightness-threshold: 0.6 !important; |
| 97 | + --background-alpha: 0.18; |
| 98 | + --border-alpha: 0.3; |
| 99 | + --lighten-by: calc(((var(--lightness-threshold) - var(--perceived-lightness)) * 100) * var(--lightness-switch)); |
| 100 | + color: hsl(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) + var(--lighten-by)) * 1%)); |
| 101 | + background: rgba(var(--label-r), var(--label-g), var(--label-b), var(--background-alpha)); |
| 102 | + border-color: hsla(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) + var(--lighten-by)) * 1%), var(--border-alpha)); |
| 103 | +} |
| 104 | + |
94 | 105 | .suggester li:hover .octicon, |
95 | 106 | .suggester li[aria-selected="true"] .octicon { |
96 | 107 | fill: #fbfbfb; |
|
160 | 171 | fill: #837e6f; |
161 | 172 | } |
162 | 173 |
|
| 174 | + .octicon .octicon-git-merge { |
| 175 | + fill: #171816 !important; |
| 176 | + } |
| 177 | + |
163 | 178 | .btn-primary .octicon { |
164 | 179 | fill: #fbfbfb !important; |
165 | 180 | } |
@@ -13654,21 +13669,18 @@ |
13654 | 13669 | .Label--orange { |
13655 | 13670 | background-color: #f3582c; |
13656 | 13671 | } |
13657 | | - /* source #9: "#6a737d" */ |
13658 | | - .state, .State { |
13659 | | - background-color: #444; |
13660 | | - } |
| 13672 | + |
13661 | 13673 | /* source #9: "#2cbe4e" */ |
13662 | 13674 | .State--green { |
13663 | | - background-color: #373; |
| 13675 | + background-color: #21461c; |
13664 | 13676 | } |
13665 | 13677 | /* source #9: "#6f42c1" */ |
13666 | 13678 | .State--purple { |
13667 | | - background-color: #8368aa; |
| 13679 | + background-color: #251a32; |
13668 | 13680 | } |
13669 | 13681 | /* source #9: "#cb2431" */ |
13670 | 13682 | .State--red { |
13671 | | - background-color: #911; |
| 13683 | + background-color: #422121; |
13672 | 13684 | } |
13673 | 13685 | /* source #9: "color: #586069", "rgba(27,31,35,.08)" */ |
13674 | 13686 | .Counter { |
|
14688 | 14700 | } |
14689 | 14701 | /* source #14: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ |
14690 | 14702 | .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { |
14691 | | - color: rgba(210, 210, 210, 0.4); |
| 14703 | + color: #6f6f6f; |
14692 | 14704 | background-color: #261c20; |
14693 | 14705 | background-image: none; |
14694 | 14706 | border-color: rgba(200, 200, 200, 0.15); |
@@ -17878,7 +17890,7 @@ div[style*="background-color: #044d6e"], |
17878 | 17890 | background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important; |
17879 | 17891 | } |
17880 | 17892 | .TimelineItem-break { |
17881 | | - background: linear-gradient(to bottom, rgba(25, 25, 25, .8) 1%, transparent 80%) !important; |
| 17893 | + background: linear-gradient(to bottom, #1e201d 1%, transparent 80%) !important; |
17882 | 17894 | } |
17883 | 17895 | /* light grey gradient */ |
17884 | 17896 | .signup-button:hover, a.signin:hover, .hero .textographic, |
|
0 commit comments