|
10 | 10 | /* Themes */
|
11 | 11 |
|
12 | 12 | .ayu {
|
13 |
| - --bg: #0f1419; |
| 13 | + --bg: hsl(210, 25%, 8%); |
14 | 14 | --fg: #c5c5c5;
|
15 | 15 |
|
16 | 16 | --sidebar-bg: #14191f;
|
|
32 | 32 | --theme-popup-border: #5c6773;
|
33 | 33 | --theme-hover: #191f26;
|
34 | 34 |
|
35 |
| - --quote-bg: #262933; |
36 |
| - --quote-border: lighten(var(--quote-bg), 5%); |
| 35 | + --quote-bg: hsl(226, 15%, 17%); |
| 36 | + --quote-border: hsl(226, 15%, 22%); |
37 | 37 |
|
38 |
| - --table-border-color: lighten(var(--bg), 5%); |
39 |
| - --table-header-bg: lighten(var(--bg), 20%); |
40 |
| - --table-alternate-bg: lighten(var(--bg), 3%); |
| 38 | + --table-border-color: hsl(210, 25%, 13%); |
| 39 | + --table-header-bg: hsl(210, 25%, 28%); |
| 40 | + --table-alternate-bg: hsl(210, 25%, 11%); |
41 | 41 |
|
42 | 42 | --searchbar-border-color: #848484;
|
43 | 43 | --searchbar-bg: #424242;
|
|
50 | 50 | }
|
51 | 51 |
|
52 | 52 | .coal {
|
53 |
| - --bg: #141617; |
| 53 | + --bg: hsl(200, 7%, 8%); |
54 | 54 | --fg: #98a3ad;
|
55 | 55 |
|
56 | 56 | --sidebar-bg: #292c2f;
|
|
72 | 72 | --theme-popup-border: #43484d;
|
73 | 73 | --theme-hover: #1f2124;
|
74 | 74 |
|
75 |
| - --quote-bg: #242637; |
76 |
| - --quote-border: lighten(var(--quote-bg), 5%); |
| 75 | + --quote-bg: hsl(234, 21%, 18%); |
| 76 | + --quote-border: hsl(234, 21%, 23%); |
77 | 77 |
|
78 |
| - --table-border-color: lighten(var(--bg), 5%); |
79 |
| - --table-header-bg: lighten(var(--bg), 20%); |
80 |
| - --table-alternate-bg: lighten(var(--bg), 3%); |
| 78 | + --table-border-color: hsl(200, 7%, 13%); |
| 79 | + --table-header-bg: hsl(200, 7%, 28%); |
| 80 | + --table-alternate-bg: hsl(200, 7%, 11%); |
81 | 81 |
|
82 | 82 | --searchbar-border-color: #aaa;
|
83 | 83 | --searchbar-bg: #b7b7b7;
|
|
90 | 90 | }
|
91 | 91 |
|
92 | 92 | .light {
|
93 |
| - --bg: #ffffff; |
| 93 | + --bg: hsl(0, 0%, 100%); |
94 | 94 | --fg: #333333;
|
95 | 95 |
|
96 | 96 | --sidebar-bg: #fafafa;
|
|
112 | 112 | --theme-popup-border: #cccccc;
|
113 | 113 | --theme-hover: #e6e6e6;
|
114 | 114 |
|
115 |
| - --quote-bg: #f2f7f9; |
116 |
| - --quote-border: darken(var(--quote-bg), 5%); |
| 115 | + --quote-bg: hsl(197, 37%, 96%); |
| 116 | + --quote-border: hsl(197, 37%, 91%); |
117 | 117 |
|
118 |
| - --table-border-color: darken(var(--bg), 5%); |
119 |
| - --table-header-bg: darken(var(--bg), 20%); |
120 |
| - --table-alternate-bg: darken(var(--bg), 3%); |
| 118 | + --table-border-color: hsl(0, 0%, 95%); |
| 119 | + --table-header-bg: hsl(0, 0%, 80%); |
| 120 | + --table-alternate-bg: hsl(0, 0%, 97%); |
121 | 121 |
|
122 | 122 | --searchbar-border-color: #aaa;
|
123 | 123 | --searchbar-bg: #fafafa;
|
|
130 | 130 | }
|
131 | 131 |
|
132 | 132 | .navy {
|
133 |
| - --bg: #161923; |
| 133 | + --bg: hsl(226, 23%, 11%); |
134 | 134 | --fg: #bcbdd0;
|
135 | 135 |
|
136 | 136 | --sidebar-bg: #282d3f;
|
|
152 | 152 | --theme-popup-border: #737480;
|
153 | 153 | --theme-hover: #282e40;
|
154 | 154 |
|
155 |
| - --quote-bg: #262933; |
156 |
| - --quote-border: lighten(var(--quote-bg), 5%); |
| 155 | + --quote-bg: hsl(226, 15%, 17%); |
| 156 | + --quote-border: hsl(226, 15%, 22%); |
157 | 157 |
|
158 |
| - --table-border-color: lighten(var(--bg), 5%); |
159 |
| - --table-header-bg: lighten(var(--bg), 20%); |
160 |
| - --table-alternate-bg: lighten(var(--bg), 3%); |
| 158 | + --table-border-color: hsl(226, 23%, 16%); |
| 159 | + --table-header-bg: hsl(226, 23%, 31%); |
| 160 | + --table-alternate-bg: hsl(226, 23%, 14%); |
161 | 161 |
|
162 | 162 | --searchbar-border-color: #aaa;
|
163 | 163 | --searchbar-bg: #aeaec6;
|
|
170 | 170 | }
|
171 | 171 |
|
172 | 172 | .rust {
|
173 |
| - --bg: #e1e1db; |
| 173 | + --bg: hsl(60, 9%, 87%); |
174 | 174 | --fg: #262625;
|
175 | 175 |
|
176 | 176 | --sidebar-bg: #3b2e2a;
|
|
192 | 192 | --theme-popup-border: #b38f6b;
|
193 | 193 | --theme-hover: #99908a;
|
194 | 194 |
|
195 |
| - --quote-bg: #c1c1bb; |
196 |
| - --quote-border: darken(var(--quote-bg), 5%); |
| 195 | + --quote-bg: hsl(60, 5%, 75%); |
| 196 | + --quote-border: hsl(60, 5%, 70%); |
197 | 197 |
|
198 |
| - --table-border-color: darken(var(--bg), 5%); |
| 198 | + --table-border-color: hsl(60, 9%, 82%); |
199 | 199 | --table-header-bg: #b3a497;
|
200 |
| - --table-alternate-bg: darken(var(--bg), 3%); |
| 200 | + --table-alternate-bg: hsl(60, 9%, 84%); |
201 | 201 |
|
202 | 202 | --searchbar-border-color: #aaa;
|
203 | 203 | --searchbar-bg: #fafafa;
|
|
0 commit comments