Skip to content

Commit

Permalink
docs: tune orange colors to be more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Mar 28, 2024
1 parent 2ebb74c commit 51ac63b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ cname = "flake.soopy.moe"
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`

[preprocessor.catppuccin]
assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
# [preprocessor.catppuccin]
# assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
4 changes: 2 additions & 2 deletions docs/theme/catppuccin-admonish.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,13 @@
background-color: #1e66f5;
}
.latte :is(.admonition):is(.admonish-attention, .admonish-caution, .admonish-warning) {
border-color: #fe640b;
border-color: #c74c05;
}
.latte :is(.admonish-attention, .admonish-caution, .admonish-warning) > :is(.admonition-title, summary.admonition-title) {
background-color: rgba(254, 100, 11, 0.2);
}
.latte :is(.admonish-attention, .admonish-caution, .admonish-warning) > :is(.admonition-title, summary.admonition-title)::before {
background-color: #fe640b;
background-color: #c74c05;
}
.latte :is(.admonition):is(.admonish-faq, .admonish-help, .admonish-question) {
border-color: #179299;
Expand Down
14 changes: 7 additions & 7 deletions docs/theme/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@
color: #df8e1d;
}
.latte .hljs-literal {
color: #fe640b;
color: #c74c05;
}
.latte .hljs-number {
color: #fe640b;
color: #c74c05;
}
.latte .hljs-operator {
color: #179299;
Expand Down Expand Up @@ -543,7 +543,7 @@
color: #8839ef;
}
.latte .hljs-variable.constant_ {
color: #fe640b;
color: #c74c05;
}
.latte .hljs-title {
color: #1e66f5;
Expand All @@ -564,7 +564,7 @@
color: #d20f39;
}
.latte .hljs-meta {
color: #fe640b;
color: #c74c05;
}
.latte .hljs-section {
color: #1e66f5;
Expand Down Expand Up @@ -766,7 +766,7 @@
--icons: #9ca0b0;
--icons-hover: #8c8fa1;
--links: #1e66f5;
--inline-code-color: #fe640b;
--inline-code-color: #c74c05;
--theme-popup-bg: #e6e9ef;
--theme-popup-border: #9ca0b0;
--theme-hover: #9ca0b0;
Expand All @@ -782,6 +782,6 @@
--searchresults-header-fg: #4c4f69;
--searchresults-border-color: #dce0e8;
--searchresults-li-bg: #eff1f5;
--search-mark-bg: #fe640b;
--warning-border: #fe640b;
--search-mark-bg: #c74c05;
--warning-border: #c74c05;
}

0 comments on commit 51ac63b

Please sign in to comment.