Skip to content

Commit

Permalink
custom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Oct 19, 2023
1 parent 9404fcd commit ca919a0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ callouts:
color: red
note:
title: Note
color: grey-lt
color: grey-lt

color_scheme: bkb
21 changes: 21 additions & 0 deletions _sass/color_schemes/bkb.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
$body-font-family: titillium web, system-ui, -apple-system, blinkmacsystemfont, "Segoe UI",
roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji" !default;

$btn-primary-color: #181818 !default;
$link-color: #2986cc !default;

/*
$color-scheme: light !default;
$body-background-color: $white !default;
$body-heading-color: $grey-dk-300 !default;
$body-text-color: $grey-dk-100 !default;
$nav-child-link-color: $grey-dk-100 !default;
$sidebar-color: $grey-lt-000 !default;
$base-button-color: #f7f7f7 !default;
$code-background-color: $grey-lt-000 !default;
$feedback-color: darken($sidebar-color, 3%) !default;
$table-background-color: $white !default;
$search-background-color: $white !default;
$search-result-preview-color: $grey-dk-000 !default;
*/

0 comments on commit ca919a0

Please sign in to comment.