Skip to content

Commit

Permalink
Update color scheme configuration and add new dalfox.scss for styling
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Nov 29, 2024
1 parent 59051b5 commit a496e4e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ favicon_ico: "favicon.ico"
url: https://dalfox.hahwul.com


color_scheme: dark
color_scheme: dalfox

aux_links:
Github: https://github.com/hahwul/dalfox
Expand Down
18 changes: 18 additions & 0 deletions docs/_sass/color_schemes/dalfox.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
$color-scheme: dark;
$body-background-color: darken($grey-dk-300, 10%);
$body-heading-color: darken($grey-lt-000, 10%);
$body-text-color: darken($grey-lt-300, 10%);
$link-color: darken(#c0c5e0, 10%);
$nav-child-link-color: darken($grey-dk-000, 10%);
$sidebar-color: darken($grey-dk-300, 10%);
$base-button-color: darken($grey-dk-250, 10%);
$btn-primary-color: darken($blue-200, 10%);
$code-background-color: darken(#31343f, 10%); // OneDarkJekyll default for syntax-one-dark-vivid
$code-linenumber-color: darken(#dee2f7, 10%); // OneDarkJekyll .nf for syntax-one-dark-vivid
$feedback-color: darken($sidebar-color, 13%);
$table-background-color: darken($grey-dk-250, 10%);
$search-background-color: darken($grey-dk-250, 10%);
$search-result-preview-color: darken($grey-dk-000, 10%);
$border-color: darken($grey-dk-200, 10%);

@import "./vendor/OneDarkJekyll/syntax"; // this is the one-dark-vivid atom syntax theme

0 comments on commit a496e4e

Please sign in to comment.