diff --git a/chapter_appendix/contribution/index.html b/chapter_appendix/contribution/index.html index 03caf5105..a5b9f8bfd 100644 --- a/chapter_appendix/contribution/index.html +++ b/chapter_appendix/contribution/index.html @@ -3521,7 +3521,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3531,7 +3531,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_appendix/index.html b/chapter_appendix/index.html index da81b229d..bd1094a88 100644 --- a/chapter_appendix/index.html +++ b/chapter_appendix/index.html @@ -3420,7 +3420,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3430,7 +3430,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_appendix/installation/index.html b/chapter_appendix/installation/index.html index b33df57ee..966a8399a 100644 --- a/chapter_appendix/installation/index.html +++ b/chapter_appendix/installation/index.html @@ -3637,7 +3637,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3647,7 +3647,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_array_and_linkedlist/array/index.html b/chapter_array_and_linkedlist/array/index.html index 6a5aeecde..8c0154342 100644 --- a/chapter_array_and_linkedlist/array/index.html +++ b/chapter_array_and_linkedlist/array/index.html @@ -4648,7 +4648,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4658,7 +4658,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_array_and_linkedlist/index.html b/chapter_array_and_linkedlist/index.html index 6c332c090..cf238d14c 100644 --- a/chapter_array_and_linkedlist/index.html +++ b/chapter_array_and_linkedlist/index.html @@ -3427,7 +3427,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3437,7 +3437,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_array_and_linkedlist/linked_list/index.html b/chapter_array_and_linkedlist/linked_list/index.html index 94e8dc30d..33e433dd4 100644 --- a/chapter_array_and_linkedlist/linked_list/index.html +++ b/chapter_array_and_linkedlist/linked_list/index.html @@ -4795,7 +4795,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4805,7 +4805,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_array_and_linkedlist/list/index.html b/chapter_array_and_linkedlist/list/index.html index ff884acab..fa21587f7 100644 --- a/chapter_array_and_linkedlist/list/index.html +++ b/chapter_array_and_linkedlist/list/index.html @@ -5520,7 +5520,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5530,7 +5530,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_array_and_linkedlist/summary/index.html b/chapter_array_and_linkedlist/summary/index.html index c6f2d4676..4168cb47e 100644 --- a/chapter_array_and_linkedlist/summary/index.html +++ b/chapter_array_and_linkedlist/summary/index.html @@ -3536,7 +3536,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3546,7 +3546,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/backtracking_algorithm/index.html b/chapter_backtracking/backtracking_algorithm/index.html index 3a160c53e..3a9c30fb7 100644 --- a/chapter_backtracking/backtracking_algorithm/index.html +++ b/chapter_backtracking/backtracking_algorithm/index.html @@ -5138,7 +5138,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5148,7 +5148,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/index.html b/chapter_backtracking/index.html index d882ba4a2..33196c3c9 100644 --- a/chapter_backtracking/index.html +++ b/chapter_backtracking/index.html @@ -3428,7 +3428,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3438,7 +3438,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/n_queens_problem/index.html b/chapter_backtracking/n_queens_problem/index.html index e1254c6dc..d757b1f91 100644 --- a/chapter_backtracking/n_queens_problem/index.html +++ b/chapter_backtracking/n_queens_problem/index.html @@ -4061,7 +4061,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4071,7 +4071,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/permutations_problem/index.html b/chapter_backtracking/permutations_problem/index.html index d1d0b48e4..0b36e156b 100644 --- a/chapter_backtracking/permutations_problem/index.html +++ b/chapter_backtracking/permutations_problem/index.html @@ -4424,7 +4424,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4434,7 +4434,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/subset_sum_problem/index.html b/chapter_backtracking/subset_sum_problem/index.html index 3c66db37f..923dbc420 100644 --- a/chapter_backtracking/subset_sum_problem/index.html +++ b/chapter_backtracking/subset_sum_problem/index.html @@ -4918,7 +4918,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4928,7 +4928,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_backtracking/summary/index.html b/chapter_backtracking/summary/index.html index 4b7458df8..f8dd02ff1 100644 --- a/chapter_backtracking/summary/index.html +++ b/chapter_backtracking/summary/index.html @@ -3495,7 +3495,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3505,7 +3505,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/index.html b/chapter_computational_complexity/index.html index 2f0807d6b..432db538e 100644 --- a/chapter_computational_complexity/index.html +++ b/chapter_computational_complexity/index.html @@ -3428,7 +3428,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3438,7 +3438,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/iteration_and_recursion/index.html b/chapter_computational_complexity/iteration_and_recursion/index.html index 416ca386d..7286a82e1 100644 --- a/chapter_computational_complexity/iteration_and_recursion/index.html +++ b/chapter_computational_complexity/iteration_and_recursion/index.html @@ -4947,7 +4947,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4957,7 +4957,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/performance_evaluation/index.html b/chapter_computational_complexity/performance_evaluation/index.html index a1c8a04dc..92b39d67f 100644 --- a/chapter_computational_complexity/performance_evaluation/index.html +++ b/chapter_computational_complexity/performance_evaluation/index.html @@ -3509,7 +3509,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3519,7 +3519,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/space_complexity/index.html b/chapter_computational_complexity/space_complexity/index.html index d168776c4..9165cf634 100644 --- a/chapter_computational_complexity/space_complexity/index.html +++ b/chapter_computational_complexity/space_complexity/index.html @@ -5396,7 +5396,7 @@ O(1) < O(\log n) < O(n) < O(n^2) < O(2^n) \newline /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5406,7 +5406,7 @@ O(1) < O(\log n) < O(n) < O(n^2) < O(2^n) \newline ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/summary/index.html b/chapter_computational_complexity/summary/index.html index 5789cdf9c..25cb069b7 100644 --- a/chapter_computational_complexity/summary/index.html +++ b/chapter_computational_complexity/summary/index.html @@ -3517,7 +3517,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3527,7 +3527,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_computational_complexity/time_complexity/index.html b/chapter_computational_complexity/time_complexity/index.html index ee641e3f0..15f348e15 100644 --- a/chapter_computational_complexity/time_complexity/index.html +++ b/chapter_computational_complexity/time_complexity/index.html @@ -6613,7 +6613,7 @@ n! = n \times (n - 1) \times (n - 2) \times \dots \times 2 \times 1 /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -6623,7 +6623,7 @@ n! = n \times (n - 1) \times (n - 2) \times \dots \times 2 \times 1 ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/basic_data_types/index.html b/chapter_data_structure/basic_data_types/index.html index b3927b900..c8eb03f8d 100644 --- a/chapter_data_structure/basic_data_types/index.html +++ b/chapter_data_structure/basic_data_types/index.html @@ -3604,7 +3604,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3614,7 +3614,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/character_encoding/index.html b/chapter_data_structure/character_encoding/index.html index 2c3d1a2b8..3d8503608 100644 --- a/chapter_data_structure/character_encoding/index.html +++ b/chapter_data_structure/character_encoding/index.html @@ -3578,7 +3578,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3588,7 +3588,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/classification_of_data_structure/index.html b/chapter_data_structure/classification_of_data_structure/index.html index ffdebbda7..1f6058f92 100644 --- a/chapter_data_structure/classification_of_data_structure/index.html +++ b/chapter_data_structure/classification_of_data_structure/index.html @@ -3512,7 +3512,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3522,7 +3522,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/index.html b/chapter_data_structure/index.html index 0442f7920..bb33bb4dc 100644 --- a/chapter_data_structure/index.html +++ b/chapter_data_structure/index.html @@ -3428,7 +3428,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3438,7 +3438,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/number_encoding/index.html b/chapter_data_structure/number_encoding/index.html index 7d23cc250..a3774683c 100644 --- a/chapter_data_structure/number_encoding/index.html +++ b/chapter_data_structure/number_encoding/index.html @@ -3614,7 +3614,7 @@ b_{31} b_{30} b_{29} \ldots b_2 b_1 b_0 /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3624,7 +3624,7 @@ b_{31} b_{30} b_{29} \ldots b_2 b_1 b_0 ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_data_structure/summary/index.html b/chapter_data_structure/summary/index.html index 31d1c98a3..350363e43 100644 --- a/chapter_data_structure/summary/index.html +++ b/chapter_data_structure/summary/index.html @@ -3495,7 +3495,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3505,7 +3505,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/binary_search_recur/index.html b/chapter_divide_and_conquer/binary_search_recur/index.html index a9dacf5d8..fffaa3cd3 100644 --- a/chapter_divide_and_conquer/binary_search_recur/index.html +++ b/chapter_divide_and_conquer/binary_search_recur/index.html @@ -3803,7 +3803,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3813,7 +3813,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/build_binary_tree_problem/index.html b/chapter_divide_and_conquer/build_binary_tree_problem/index.html index bc9a184bc..07fe75452 100644 --- a/chapter_divide_and_conquer/build_binary_tree_problem/index.html +++ b/chapter_divide_and_conquer/build_binary_tree_problem/index.html @@ -3952,7 +3952,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3962,7 +3962,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/divide_and_conquer/index.html b/chapter_divide_and_conquer/divide_and_conquer/index.html index bf65d3e6c..55624f5db 100644 --- a/chapter_divide_and_conquer/divide_and_conquer/index.html +++ b/chapter_divide_and_conquer/divide_and_conquer/index.html @@ -3610,7 +3610,7 @@ n(n - 4) & > 0 /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3620,7 +3620,7 @@ n(n - 4) & > 0 ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/hanota_problem/index.html b/chapter_divide_and_conquer/hanota_problem/index.html index 88658d34d..7683435cb 100644 --- a/chapter_divide_and_conquer/hanota_problem/index.html +++ b/chapter_divide_and_conquer/hanota_problem/index.html @@ -3937,7 +3937,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3947,7 +3947,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/index.html b/chapter_divide_and_conquer/index.html index 80a0662eb..8efd62c35 100644 --- a/chapter_divide_and_conquer/index.html +++ b/chapter_divide_and_conquer/index.html @@ -3428,7 +3428,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3438,7 +3438,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_divide_and_conquer/summary/index.html b/chapter_divide_and_conquer/summary/index.html index cdb777848..3da275526 100644 --- a/chapter_divide_and_conquer/summary/index.html +++ b/chapter_divide_and_conquer/summary/index.html @@ -3418,7 +3418,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3428,7 +3428,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/dp_problem_features/index.html b/chapter_dynamic_programming/dp_problem_features/index.html index 2c639eb60..14c58609a 100644 --- a/chapter_dynamic_programming/dp_problem_features/index.html +++ b/chapter_dynamic_programming/dp_problem_features/index.html @@ -4195,7 +4195,7 @@ dp[i, 2] = dp[i-2, 1] + dp[i-2, 2] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4205,7 +4205,7 @@ dp[i, 2] = dp[i-2, 1] + dp[i-2, 2] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/dp_solution_pipeline/index.html b/chapter_dynamic_programming/dp_solution_pipeline/index.html index 86a857802..b1a01e8b6 100644 --- a/chapter_dynamic_programming/dp_solution_pipeline/index.html +++ b/chapter_dynamic_programming/dp_solution_pipeline/index.html @@ -4742,7 +4742,7 @@ dp[i, j] = \min(dp[i-1, j], dp[i, j-1]) + grid[i, j] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4752,7 +4752,7 @@ dp[i, j] = \min(dp[i-1, j], dp[i, j-1]) + grid[i, j] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/edit_distance_problem/index.html b/chapter_dynamic_programming/edit_distance_problem/index.html index 682d93aa0..1dc6bcf4c 100644 --- a/chapter_dynamic_programming/edit_distance_problem/index.html +++ b/chapter_dynamic_programming/edit_distance_problem/index.html @@ -4276,7 +4276,7 @@ dp[i, j] = dp[i-1, j-1] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4286,7 +4286,7 @@ dp[i, j] = dp[i-1, j-1] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/index.html b/chapter_dynamic_programming/index.html index 3e7eb7e98..2151d2302 100644 --- a/chapter_dynamic_programming/index.html +++ b/chapter_dynamic_programming/index.html @@ -3430,7 +3430,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3440,7 +3440,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/intro_to_dynamic_programming/index.html b/chapter_dynamic_programming/intro_to_dynamic_programming/index.html index 437437829..75ffa4c17 100644 --- a/chapter_dynamic_programming/intro_to_dynamic_programming/index.html +++ b/chapter_dynamic_programming/intro_to_dynamic_programming/index.html @@ -4733,7 +4733,7 @@ dp[i] = dp[i-1] + dp[i-2] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4743,7 +4743,7 @@ dp[i] = dp[i-1] + dp[i-2] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/knapsack_problem/index.html b/chapter_dynamic_programming/knapsack_problem/index.html index 6f3f0cfb9..e0590d50f 100644 --- a/chapter_dynamic_programming/knapsack_problem/index.html +++ b/chapter_dynamic_programming/knapsack_problem/index.html @@ -4645,7 +4645,7 @@ dp[i, c] = \max(dp[i-1, c], dp[i-1, c - wgt[i-1]] + val[i-1]) /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4655,7 +4655,7 @@ dp[i, c] = \max(dp[i-1, c], dp[i-1, c - wgt[i-1]] + val[i-1]) ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/summary/index.html b/chapter_dynamic_programming/summary/index.html index fd5eeb911..8a0c73258 100644 --- a/chapter_dynamic_programming/summary/index.html +++ b/chapter_dynamic_programming/summary/index.html @@ -3430,7 +3430,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3440,7 +3440,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_dynamic_programming/unbounded_knapsack_problem/index.html b/chapter_dynamic_programming/unbounded_knapsack_problem/index.html index 1ca4690ce..a151b2827 100644 --- a/chapter_dynamic_programming/unbounded_knapsack_problem/index.html +++ b/chapter_dynamic_programming/unbounded_knapsack_problem/index.html @@ -5484,7 +5484,7 @@ dp[i, a] = dp[i-1, a] + dp[i, a - coins[i-1]] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5494,7 +5494,7 @@ dp[i, a] = dp[i-1, a] + dp[i, a - coins[i-1]] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_graph/graph/index.html b/chapter_graph/graph/index.html index 8bbefc8bf..ac1d0c0de 100644 --- a/chapter_graph/graph/index.html +++ b/chapter_graph/graph/index.html @@ -3624,7 +3624,7 @@ G & = \{ V, E \} \newline /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3634,7 +3634,7 @@ G & = \{ V, E \} \newline ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_graph/graph_operations/index.html b/chapter_graph/graph_operations/index.html index d7e7ae132..089a0dce5 100644 --- a/chapter_graph/graph_operations/index.html +++ b/chapter_graph/graph_operations/index.html @@ -5612,7 +5612,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5622,7 +5622,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_graph/graph_traversal/index.html b/chapter_graph/graph_traversal/index.html index 8ca080767..927c1625c 100644 --- a/chapter_graph/graph_traversal/index.html +++ b/chapter_graph/graph_traversal/index.html @@ -4343,7 +4343,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4353,7 +4353,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_graph/index.html b/chapter_graph/index.html index b90bbb772..558daf8bd 100644 --- a/chapter_graph/index.html +++ b/chapter_graph/index.html @@ -3427,7 +3427,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3437,7 +3437,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_graph/summary/index.html b/chapter_graph/summary/index.html index 1f2be8235..c75250251 100644 --- a/chapter_graph/summary/index.html +++ b/chapter_graph/summary/index.html @@ -3501,7 +3501,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3511,7 +3511,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/fractional_knapsack_problem/index.html b/chapter_greedy/fractional_knapsack_problem/index.html index 67c593267..7df8aa14d 100644 --- a/chapter_greedy/fractional_knapsack_problem/index.html +++ b/chapter_greedy/fractional_knapsack_problem/index.html @@ -3913,7 +3913,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3923,7 +3923,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/greedy_algorithm/index.html b/chapter_greedy/greedy_algorithm/index.html index a0240d649..a13693fc1 100644 --- a/chapter_greedy/greedy_algorithm/index.html +++ b/chapter_greedy/greedy_algorithm/index.html @@ -3825,7 +3825,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3835,7 +3835,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/index.html b/chapter_greedy/index.html index cbe23aeeb..d2528126b 100644 --- a/chapter_greedy/index.html +++ b/chapter_greedy/index.html @@ -3428,7 +3428,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3438,7 +3438,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/max_capacity_problem/index.html b/chapter_greedy/max_capacity_problem/index.html index 026f28047..3ce7a75f7 100644 --- a/chapter_greedy/max_capacity_problem/index.html +++ b/chapter_greedy/max_capacity_problem/index.html @@ -3821,7 +3821,7 @@ cap[i, i+1], cap[i, i+2], \dots, cap[i, j-2], cap[i, j-1] /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3831,7 +3831,7 @@ cap[i, i+1], cap[i, i+2], \dots, cap[i, j-2], cap[i, j-1] ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/max_product_cutting_problem/index.html b/chapter_greedy/max_product_cutting_problem/index.html index 4bf9eff6f..3ad2dbfd2 100644 --- a/chapter_greedy/max_product_cutting_problem/index.html +++ b/chapter_greedy/max_product_cutting_problem/index.html @@ -3797,7 +3797,7 @@ n = 3 a + b /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3807,7 +3807,7 @@ n = 3 a + b ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_greedy/summary/index.html b/chapter_greedy/summary/index.html index 989878b53..28d25338d 100644 --- a/chapter_greedy/summary/index.html +++ b/chapter_greedy/summary/index.html @@ -3419,7 +3419,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3429,7 +3429,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_hashing/hash_algorithm/index.html b/chapter_hashing/hash_algorithm/index.html index 6db8148f6..2917ed0b2 100644 --- a/chapter_hashing/hash_algorithm/index.html +++ b/chapter_hashing/hash_algorithm/index.html @@ -4306,7 +4306,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4316,7 +4316,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_hashing/hash_collision/index.html b/chapter_hashing/hash_collision/index.html index 71fcc425f..d092167fa 100644 --- a/chapter_hashing/hash_collision/index.html +++ b/chapter_hashing/hash_collision/index.html @@ -6104,7 +6104,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -6114,7 +6114,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_hashing/hash_map/index.html b/chapter_hashing/hash_map/index.html index 0aa91e624..347f0e868 100644 --- a/chapter_hashing/hash_map/index.html +++ b/chapter_hashing/hash_map/index.html @@ -4934,7 +4934,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4944,7 +4944,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_hashing/index.html b/chapter_hashing/index.html index 16b0df8b3..7be55df68 100644 --- a/chapter_hashing/index.html +++ b/chapter_hashing/index.html @@ -3427,7 +3427,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3437,7 +3437,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_hashing/summary/index.html b/chapter_hashing/summary/index.html index 44810291f..b7f894215 100644 --- a/chapter_hashing/summary/index.html +++ b/chapter_hashing/summary/index.html @@ -3516,7 +3516,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3526,7 +3526,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_heap/build_heap/index.html b/chapter_heap/build_heap/index.html index bfd30539a..1993f331c 100644 --- a/chapter_heap/build_heap/index.html +++ b/chapter_heap/build_heap/index.html @@ -3693,7 +3693,7 @@ T(h) & = 2 \frac{1 - 2^h}{1 - 2} - h \newline /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3703,7 +3703,7 @@ T(h) & = 2 \frac{1 - 2^h}{1 - 2} - h \newline ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_heap/heap/index.html b/chapter_heap/heap/index.html index ff45a2d8f..cb884bc9c 100644 --- a/chapter_heap/heap/index.html +++ b/chapter_heap/heap/index.html @@ -5034,7 +5034,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5044,7 +5044,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_heap/index.html b/chapter_heap/index.html index 1d1880a34..4cf846a59 100644 --- a/chapter_heap/index.html +++ b/chapter_heap/index.html @@ -3427,7 +3427,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3437,7 +3437,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_heap/summary/index.html b/chapter_heap/summary/index.html index 03ba16767..dbee1b8dd 100644 --- a/chapter_heap/summary/index.html +++ b/chapter_heap/summary/index.html @@ -3488,7 +3488,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3498,7 +3498,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_heap/top_k/index.html b/chapter_heap/top_k/index.html index 093ff57c4..e1c7a5f2b 100644 --- a/chapter_heap/top_k/index.html +++ b/chapter_heap/top_k/index.html @@ -3761,7 +3761,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3771,7 +3771,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_introduction/algorithms_are_everywhere/index.html b/chapter_introduction/algorithms_are_everywhere/index.html index 5692c8460..adf9d882e 100644 --- a/chapter_introduction/algorithms_are_everywhere/index.html +++ b/chapter_introduction/algorithms_are_everywhere/index.html @@ -3464,7 +3464,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3474,7 +3474,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_introduction/index.html b/chapter_introduction/index.html index bdaa6a731..ceab1bf39 100644 --- a/chapter_introduction/index.html +++ b/chapter_introduction/index.html @@ -3426,7 +3426,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3436,7 +3436,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_introduction/summary/index.html b/chapter_introduction/summary/index.html index b690a60cb..04c626cbc 100644 --- a/chapter_introduction/summary/index.html +++ b/chapter_introduction/summary/index.html @@ -3416,7 +3416,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3426,7 +3426,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_introduction/what_is_dsa/index.html b/chapter_introduction/what_is_dsa/index.html index 8670752ed..167719d48 100644 --- a/chapter_introduction/what_is_dsa/index.html +++ b/chapter_introduction/what_is_dsa/index.html @@ -3556,7 +3556,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3566,7 +3566,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_preface/about_the_book/index.html b/chapter_preface/about_the_book/index.html index 3ad1ee0c9..46202ba43 100644 --- a/chapter_preface/about_the_book/index.html +++ b/chapter_preface/about_the_book/index.html @@ -3523,7 +3523,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3533,7 +3533,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_preface/index.html b/chapter_preface/index.html index 6e196222f..a757d12bd 100644 --- a/chapter_preface/index.html +++ b/chapter_preface/index.html @@ -3424,7 +3424,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3434,7 +3434,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_preface/suggestions/index.html b/chapter_preface/suggestions/index.html index 37df68903..142f52b7c 100644 --- a/chapter_preface/suggestions/index.html +++ b/chapter_preface/suggestions/index.html @@ -3697,7 +3697,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3707,7 +3707,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_preface/summary/index.html b/chapter_preface/summary/index.html index b647ab011..feb5758b1 100644 --- a/chapter_preface/summary/index.html +++ b/chapter_preface/summary/index.html @@ -3415,7 +3415,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3425,7 +3425,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/binary_search/index.html b/chapter_searching/binary_search/index.html index 0189db84c..2b9a6a6b7 100644 --- a/chapter_searching/binary_search/index.html +++ b/chapter_searching/binary_search/index.html @@ -4065,7 +4065,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4075,7 +4075,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/binary_search_edge/index.html b/chapter_searching/binary_search_edge/index.html index 0be379088..2bea694a3 100644 --- a/chapter_searching/binary_search_edge/index.html +++ b/chapter_searching/binary_search_edge/index.html @@ -3900,7 +3900,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3910,7 +3910,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/binary_search_insertion/index.html b/chapter_searching/binary_search_insertion/index.html index be6881a4b..a79f0f6d7 100644 --- a/chapter_searching/binary_search_insertion/index.html +++ b/chapter_searching/binary_search_insertion/index.html @@ -4000,7 +4000,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4010,7 +4010,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/index.html b/chapter_searching/index.html index 29142d6ed..5e3b1115a 100644 --- a/chapter_searching/index.html +++ b/chapter_searching/index.html @@ -3429,7 +3429,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3439,7 +3439,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/replace_linear_by_hashing/index.html b/chapter_searching/replace_linear_by_hashing/index.html index 5e3a16011..4508ac0c7 100644 --- a/chapter_searching/replace_linear_by_hashing/index.html +++ b/chapter_searching/replace_linear_by_hashing/index.html @@ -3931,7 +3931,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3941,7 +3941,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/searching_algorithm_revisited/index.html b/chapter_searching/searching_algorithm_revisited/index.html index eaf5f952c..d9c83474b 100644 --- a/chapter_searching/searching_algorithm_revisited/index.html +++ b/chapter_searching/searching_algorithm_revisited/index.html @@ -3607,7 +3607,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3617,7 +3617,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_searching/summary/index.html b/chapter_searching/summary/index.html index d1ce60b66..f74dd4854 100644 --- a/chapter_searching/summary/index.html +++ b/chapter_searching/summary/index.html @@ -3415,7 +3415,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3425,7 +3425,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/bubble_sort/index.html b/chapter_sorting/bubble_sort/index.html index 356475869..c826932cc 100644 --- a/chapter_sorting/bubble_sort/index.html +++ b/chapter_sorting/bubble_sort/index.html @@ -4005,7 +4005,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4015,7 +4015,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/bucket_sort/index.html b/chapter_sorting/bucket_sort/index.html index 6e0621fd3..c1c98fe5d 100644 --- a/chapter_sorting/bucket_sort/index.html +++ b/chapter_sorting/bucket_sort/index.html @@ -3870,7 +3870,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3880,7 +3880,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/counting_sort/index.html b/chapter_sorting/counting_sort/index.html index b5d69a549..0f9e06fe6 100644 --- a/chapter_sorting/counting_sort/index.html +++ b/chapter_sorting/counting_sort/index.html @@ -4234,7 +4234,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4244,7 +4244,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/heap_sort/index.html b/chapter_sorting/heap_sort/index.html index ed18ac063..f017e315f 100644 --- a/chapter_sorting/heap_sort/index.html +++ b/chapter_sorting/heap_sort/index.html @@ -3998,7 +3998,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4008,7 +4008,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/index.html b/chapter_sorting/index.html index 344541bd2..fd8c602f6 100644 --- a/chapter_sorting/index.html +++ b/chapter_sorting/index.html @@ -3434,7 +3434,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3444,7 +3444,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/insertion_sort/index.html b/chapter_sorting/insertion_sort/index.html index 51092ed88..ca166edd5 100644 --- a/chapter_sorting/insertion_sort/index.html +++ b/chapter_sorting/insertion_sort/index.html @@ -3721,7 +3721,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3731,7 +3731,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/merge_sort/index.html b/chapter_sorting/merge_sort/index.html index 8d2a7d43a..121a05dfe 100644 --- a/chapter_sorting/merge_sort/index.html +++ b/chapter_sorting/merge_sort/index.html @@ -4102,7 +4102,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4112,7 +4112,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/quick_sort/index.html b/chapter_sorting/quick_sort/index.html index d858e6742..bd1b4843a 100644 --- a/chapter_sorting/quick_sort/index.html +++ b/chapter_sorting/quick_sort/index.html @@ -4737,7 +4737,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4747,7 +4747,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/radix_sort/index.html b/chapter_sorting/radix_sort/index.html index ef9fad950..bd4534177 100644 --- a/chapter_sorting/radix_sort/index.html +++ b/chapter_sorting/radix_sort/index.html @@ -4136,7 +4136,7 @@ x_k = \lfloor\frac{x}{d^{k-1}}\rfloor \bmod d /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4146,7 +4146,7 @@ x_k = \lfloor\frac{x}{d^{k-1}}\rfloor \bmod d ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/selection_sort/index.html b/chapter_sorting/selection_sort/index.html index 35f38dcf9..4ec2c3724 100644 --- a/chapter_sorting/selection_sort/index.html +++ b/chapter_sorting/selection_sort/index.html @@ -3729,7 +3729,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3739,7 +3739,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/sorting_algorithm/index.html b/chapter_sorting/sorting_algorithm/index.html index 25d1431c1..21af68cb2 100644 --- a/chapter_sorting/sorting_algorithm/index.html +++ b/chapter_sorting/sorting_algorithm/index.html @@ -3506,7 +3506,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3516,7 +3516,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_sorting/summary/index.html b/chapter_sorting/summary/index.html index eba83c7b1..63084241a 100644 --- a/chapter_sorting/summary/index.html +++ b/chapter_sorting/summary/index.html @@ -3515,7 +3515,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3525,7 +3525,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_stack_and_queue/deque/index.html b/chapter_stack_and_queue/deque/index.html index 6e7ecab96..51cd1f34e 100644 --- a/chapter_stack_and_queue/deque/index.html +++ b/chapter_stack_and_queue/deque/index.html @@ -6697,7 +6697,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -6707,7 +6707,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_stack_and_queue/index.html b/chapter_stack_and_queue/index.html index 3c1e5741f..0d366752c 100644 --- a/chapter_stack_and_queue/index.html +++ b/chapter_stack_and_queue/index.html @@ -3427,7 +3427,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3437,7 +3437,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_stack_and_queue/queue/index.html b/chapter_stack_and_queue/queue/index.html index ba9f2f57c..3669cb666 100644 --- a/chapter_stack_and_queue/queue/index.html +++ b/chapter_stack_and_queue/queue/index.html @@ -5582,7 +5582,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5592,7 +5592,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_stack_and_queue/stack/index.html b/chapter_stack_and_queue/stack/index.html index f8bc71bcb..e41d1e0c6 100644 --- a/chapter_stack_and_queue/stack/index.html +++ b/chapter_stack_and_queue/stack/index.html @@ -5179,7 +5179,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5189,7 +5189,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_stack_and_queue/summary/index.html b/chapter_stack_and_queue/summary/index.html index 2a0d5d8ff..154f8a1d7 100644 --- a/chapter_stack_and_queue/summary/index.html +++ b/chapter_stack_and_queue/summary/index.html @@ -3494,7 +3494,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3504,7 +3504,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/array_representation_of_tree/index.html b/chapter_tree/array_representation_of_tree/index.html index 8fc46c2a3..8dec8f916 100644 --- a/chapter_tree/array_representation_of_tree/index.html +++ b/chapter_tree/array_representation_of_tree/index.html @@ -4597,7 +4597,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4607,7 +4607,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/avl_tree/index.html b/chapter_tree/avl_tree/index.html index c68fcad1d..ecdefc512 100644 --- a/chapter_tree/avl_tree/index.html +++ b/chapter_tree/avl_tree/index.html @@ -5937,7 +5937,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -5947,7 +5947,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/binary_search_tree/index.html b/chapter_tree/binary_search_tree/index.html index 8d3cdc2ad..fec7b1045 100644 --- a/chapter_tree/binary_search_tree/index.html +++ b/chapter_tree/binary_search_tree/index.html @@ -4987,7 +4987,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4997,7 +4997,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/binary_tree/index.html b/chapter_tree/binary_tree/index.html index d3bbbc415..5bd75df4f 100644 --- a/chapter_tree/binary_tree/index.html +++ b/chapter_tree/binary_tree/index.html @@ -4125,7 +4125,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4135,7 +4135,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/binary_tree_traversal/index.html b/chapter_tree/binary_tree_traversal/index.html index 71f91cd8f..bbccc7929 100644 --- a/chapter_tree/binary_tree_traversal/index.html +++ b/chapter_tree/binary_tree_traversal/index.html @@ -4302,7 +4302,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -4312,7 +4312,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/index.html b/chapter_tree/index.html index 2734d8594..699d8221e 100644 --- a/chapter_tree/index.html +++ b/chapter_tree/index.html @@ -3429,7 +3429,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3439,7 +3439,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/chapter_tree/summary/index.html b/chapter_tree/summary/index.html index 23d33e1d4..26c828dd5 100644 --- a/chapter_tree/summary/index.html +++ b/chapter_tree/summary/index.html @@ -3525,7 +3525,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3535,7 +3535,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/index.html b/index.html index 270d8339f..66ad3cd6b 100644 --- a/index.html +++ b/index.html @@ -3489,7 +3489,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -3499,7 +3499,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html index 1804e05fc..99f1f1be1 100644 --- a/overrides/partials/comments.html +++ b/overrides/partials/comments.html @@ -25,7 +25,7 @@ /* Set palette on initial load */ var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" giscus.setAttribute("data-theme", theme) } @@ -35,7 +35,7 @@ ref.addEventListener("change", function() { var palette = __md_get("__palette") if (palette && typeof palette.color === "object") { - var theme = palette.color.scheme === "slate" ? "dark" : "light" + var theme = palette.color.scheme === "slate" ? "dark_dimmed" : "light" /* Instruct Giscus to change theme */ var frame = document.querySelector(".giscus-frame") diff --git a/sitemap.xml.gz b/sitemap.xml.gz index bbbb0dcca..36a850800 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/stylesheets/extra.css b/stylesheets/extra.css index d31d01f7b..2a91fcc0f 100644 --- a/stylesheets/extra.css +++ b/stylesheets/extra.css @@ -1,30 +1,43 @@ - /* Color Settings */ /* https://github.com/squidfunk/mkdocs-material/blob/6b5035f5580f97532d664e3d1babf5f320e88ee9/src/assets/stylesheets/main/_colors.scss */ /* https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#custom-colors */ :root > * { - --md-primary-fg-color: #FFFFFF; - --md-primary-bg-color: #1D1D20; + --md-primary-fg-color: #ffffff; + --md-primary-bg-color: #1d1d20; - --md-accent-fg-color: #999; + --md-default-fg-color: #1d1d20; + --md-default-bg-color: #ffffff; - --md-typeset-color: #1D1D20; - --md-typeset-a-color: #2AA996; + --md-accent-fg-color: #999; + + --md-admonition-fg-color: #1d1d20; + + --md-typeset-color: #1d1d20; + --md-typeset-a-color: #2aa996; } [data-md-color-scheme="slate"] { - --md-primary-fg-color: #2E303E; - --md-primary-bg-color: #FEFEFE; + --md-primary-fg-color: #22272e; + --md-primary-bg-color: #adbac7; - --md-accent-fg-color: #999; + --md-default-fg-color: #adbac7; + --md-default-bg-color: #22272e; - --md-typeset-color: #FEFEFE; - --md-typeset-a-color: #21C8B8 !important; + --md-code-bg-color: #1c2329; + + --md-accent-fg-color: #999; + + --md-admonition-fg-color: #adbac7; + + --md-footer-fg-color: #adbac7; + + --md-typeset-color: #adbac7; + --md-typeset-a-color: #21c8b8 !important; } /* https://github.com/squidfunk/mkdocs-material/issues/4832#issuecomment-1374891676 */ .md-nav__link[for] { - color: var(--md-default-fg-color) !important + color: var(--md-default-fg-color) !important; } /* Center Markdown Tables (requires md_in_html extension) */ @@ -33,7 +46,7 @@ } /* Reset alignment for table cells */ -.md-typeset .center-table :is(td,th):not([align]) { +.md-typeset .center-table :is(td, th):not([align]) { text-align: initial; } @@ -70,8 +83,10 @@ /* font-family setting for Win10 */ body { - --md-text-font-family: -apple-system,BlinkMacSystemFont,var(--md-text-font,_),Helvetica,Arial,sans-serif; - --md-code-font-family: var(--md-code-font,_),SFMono-Regular,Consolas,Menlo,-apple-system,BlinkMacSystemFont,var(--md-text-font,_),monospace; + --md-text-font-family: -apple-system, BlinkMacSystemFont, + var(--md-text-font, _), Helvetica, Arial, sans-serif; + --md-code-font-family: var(--md-code-font, _), SFMono-Regular, Consolas, Menlo, + -apple-system, BlinkMacSystemFont, var(--md-text-font, _), monospace; } /* max height of code block */ @@ -79,3 +94,10 @@ body { .md-typeset pre > code { max-height: 25rem; } + +/* Make the picture not glare in dark theme */ +[data-md-color-scheme="slate"] .md-typeset img, +[data-md-color-scheme="slate"] .md-typeset svg, +[data-md-color-scheme="slate"] .md-typeset video { + filter: brightness(0.85) invert(0.05); +}