Skip to content

Commit

Permalink
colours
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 6, 2024
1 parent 43ec56f commit ca5bdd9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
16 changes: 8 additions & 8 deletions _sass/color_schemes/napier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ $purple-000: #7253ed !default;
$purple-100: #5e41d0 !default;
$purple-200: #4e26af !default;
$purple-300: #381885 !default;
$purple-lt-000: #e8dafa;
$blue-000: #2c84fa !default;
$blue-100: #2869e6 !default;
$blue-200: #264caf !default;
$blue-300: #183385 !default;
$blue-lt-000: #dae8fa;
$green-000: #41d693 !default;
$green-100: #11b584 !default;
$green-200: #009c7b !default;
$green-300: #026e57 !default;
$green-lt-000: #e4fada;
$yellow-000: #ffeb82 !default;
$yellow-100: #fadf50 !default;
$yellow-200: #f7d12e !default;
$yellow-300: #e7af06 !default;
$yellow-lt-000: #fafada;
$red-000: #f77e7e !default;
$red-100: #f96e65 !default;
$red-200: #e94c4c !default;
$red-300: #dd2e2e !default;
$red-lt-000: #fadada;
$red-dk-000: #800000;

$link-color: $purple-100;
//$purple-lt-000: #e8dafa;
//$blue-lt-000: #dae8fa;
//$green-lt-000: #e4fada;
//$yellow-lt-000: #fafada;
//$red-lt-000: #fadada;
//$red-dk-000: #800000;
//
//$link-color: $purple-100;
20 changes: 10 additions & 10 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ details.blue-bar,
details.green-bar {
margin: 0.6em;
}
details.blue-bar summary {
background-color: $blue-lt-000;
font-size: large;
font-weight: bold;
}
details.green-bar summary {
background-color: $green-lt-000;
font-size: large;
font-weight: bold;
}
//details.blue-bar summary {
// background-color: $blue-lt-000;
// font-size: large;
// font-weight: bold;
//}
//details.green-bar summary {
// background-color: $green-lt-000;
// font-size: large;
// font-weight: bold;
//}
details.marker-after summary {
list-style: none;
}
Expand Down
2 changes: 0 additions & 2 deletions tutorials/tools/vscode/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ The best approach is to create a folder in your home directory and let .NET inst

{% highlight shell %}mkdir ~/MAUI {% endhighlight %}

<button class="btn js-toggle-dark-mode">Preview dark color scheme</button>

<details class="blue-bar">
<summary>Create the variables on Windows</summary>

Expand Down

0 comments on commit ca5bdd9

Please sign in to comment.