Skip to content

Commit 421b7bf

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c50c5e1 + b52499e commit 421b7bf

34 files changed

+408
-184
lines changed

.typos.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ extend-ignore-re = [
55
".*secret_key_base.*",
66

77
# Key constraints with encoded names
8-
"fk_rails_[a-f0-9]+"
9-
]
8+
"fk_rails_[a-f0-9]+",
109

10+
# Often used in tests as a partial match for `foo`
11+
"fo",
12+
"FO",
13+
]

assets/css/themes/base/dark.css

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
--block-header-link-text-hover-color: hsl(from $block-header-link-text-color calc(h + 6) calc(s - 20) calc(l - 3));
6767

6868
--block-header-light-hover-color: hsl(from $block-header-light-color calc(h - 4) calc(s + 10) calc(l - 4));
69-
--block-header-light-link-text-hover-color: hsl(from $block-header-light-link-text-color calc(h + 8) calc(s - 10) calc(l - 2));
69+
--block-header-light-link-text-hover-color: hsl(
70+
from $block-header-light-link-text-color calc(h + 8) calc(s - 10) calc(l - 2)
71+
);
7072

7173
--media-box-hover-color: hsl(from $media-box-color h s calc(l - 4));
7274
--media-box-header-link-text-hover-color: hsl(from $link-color h calc(s - 18) calc(l - 3));
@@ -121,7 +123,9 @@
121123
--tag-category-error-border: hsl(from $tag-category-error-color h s calc(l - 22));
122124
--tag-category-character-background: hsl(from $tag-category-character-color h s calc(l - 33));
123125
--tag-category-character-border: hsl(from $tag-category-character-color h s calc(l - 20));
124-
--tag-category-content-official-background: hsl(from $tag-category-content-official-color h calc(s - 2) calc(l - 29));
126+
--tag-category-content-official-background: hsl(
127+
from $tag-category-content-official-color h calc(s - 2) calc(l - 29)
128+
);
125129
--tag-category-content-official-border: hsl(from $tag-category-content-official-color h s calc(l - 20));
126130
--tag-category-content-fanmade-background: hsl(from $tag-category-content-fanmade-color h s calc(l - 40));
127131
--tag-category-content-fanmade-border: hsl(from $tag-category-content-fanmade-color h calc(s - 10) calc(l - 20));
@@ -166,13 +170,16 @@
166170
--poll-form-label-background: hsl(from $border-color h s calc(l + 8));
167171
--tag-dropdown-hover-background: hsl(from $meta-color h s calc(l - 4));
168172

169-
--autocomplete-history-color: var(--block-header-link-text-color);
170-
--autocomplete-history-match-color: hsl(from var(--block-header-link-text-color) h s calc(l + 20));
173+
--autocomplete-background: var(--background-color);
171174

172-
--autocomplete-tag-color: hsl(from var(--foreground-color) h s calc(l - 5));
173-
--autocomplete-tag-match-color: hsl(from var(--foreground-color) h s calc(l + 20));
175+
--autocomplete-history-color: $autocomplete-history-color;
176+
--autocomplete-history-match-color: hsl(from $autocomplete-history-color h s calc(l + 20));
177+
178+
--autocomplete-tag-color: hsl(from $foreground-color h s calc(l - 5));
179+
--autocomplete-tag-match-color: hsl(from $foreground-color h s calc(l + 20));
174180
--autocomplete-tag-count-color: var(--foreground-half-color);
175181

176-
--autocomplete-match-selected-color: hsl(from var(--background-color) h s calc(l + 10));
182+
--autocomplete-hover-background: hsl(from $page-background-color h s calc(l + 13));
183+
--autocomplete-selected-background: hsl(from $page-background-color h s calc(l + 18));
177184
}
178185
}

assets/css/themes/base/light.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,16 @@
163163
--poll-form-label-background: hsl(from $base-color h calc(s - 16) calc(l + 36));
164164
--tag-dropdown-hover-background: hsl(from $foreground-color h s calc(l - 10));
165165

166-
--autocomplete-history-color: var(--block-header-link-text-color);
167-
--autocomplete-history-match-color: hsl(from var(--block-header-link-text-color) h calc(s + 40) calc(l - 15));
166+
--autocomplete-background: var(--background-color);
168167

169-
--autocomplete-tag-color: hsl(from var(--foreground-color) h s calc(l + 20));
170-
--autocomplete-tag-match-color: hsl(from var(--foreground-color) h s calc(l - 20));
168+
--autocomplete-history-color: $autocomplete-history-color;
169+
--autocomplete-history-match-color: hsl(from $autocomplete-history-color h s calc(l - 13));
170+
171+
--autocomplete-tag-color: hsl(from $foreground-color h s calc(l + 20));
172+
--autocomplete-tag-match-color: hsl(from $foreground-color h s calc(l - 20));
171173
--autocomplete-tag-count-color: var(--foreground-half-color);
172174

173-
--autocomplete-match-selected-color: hsl(from var(--background-color) h s calc(l + 10));
175+
--autocomplete-hover-background: hsl(from $base-color h calc(s - 25) 93);
176+
--autocomplete-selected-background: hsl(from $base-color h calc(s - 25) 87);
174177
}
175178
}

assets/css/themes/dark-blue.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ $site-notice-color: #07070a;
6161
$image-overlay-color: #ffffff;
6262
$image-overlay-background-color: #000000;
6363

64+
$autocomplete-history-color: #79afe4;
65+
6466
@mixin dark-theme-mutations;
6567

6668
/* Put any color variable overrides here.

assets/css/themes/dark-gray.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $site-notice-color: #38385a;
6060
$image-overlay-color: #ffffff;
6161
$image-overlay-background-color: #000000;
6262

63+
$autocomplete-history-color: #9baab5;
64+
6365
@mixin dark-theme-mutations;
6466

6567
/* Put any color variable overrides here.

assets/css/themes/dark-green.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $site-notice-color: #07070a;
6060
$image-overlay-color: #ffffff;
6161
$image-overlay-background-color: #000000;
6262

63+
$autocomplete-history-color: #11cf69;
64+
6365
@mixin dark-theme-mutations;
6466

6567
/* Put any color variable overrides here.

assets/css/themes/dark-orange.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $site-notice-color: #07070a;
6060
$image-overlay-color: #ffffff;
6161
$image-overlay-background-color: #000000;
6262

63+
$autocomplete-history-color: #eb6d2e;
64+
6365
@mixin dark-theme-mutations;
6466

6567
/* Put any color variable overrides here.

assets/css/themes/dark-pink.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $site-notice-color: #07070a;
6060
$image-overlay-color: #ffffff;
6161
$image-overlay-background-color: #000000;
6262

63+
$autocomplete-history-color: #f0509b;
64+
6365
@mixin dark-theme-mutations;
6466

6567
/* Put any color variable overrides here.

assets/css/themes/dark-purple.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ $site-notice-color: #07070a;
6161
$image-overlay-color: #ffffff;
6262
$image-overlay-background-color: #000000;
6363

64+
$autocomplete-history-color: #b577eb;
65+
6466
@mixin dark-theme-mutations;
6567

6668
/* Put any color variable overrides here.

assets/css/themes/dark-red.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ $site-notice-color: $grey-color;
6262
$image-overlay-color: #ffffff;
6363
$image-overlay-background-color: #000000;
6464

65+
$autocomplete-history-color: #d2d207;
66+
6567
@mixin dark-theme-mutations;
6668

6769
/* Put any color variable overrides here.

0 commit comments

Comments
 (0)