Skip to content

Commit e04fd71

Browse files
committed
_sass/color_schemes/light.scss
1 parent 7504688 commit e04fd71

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

_sass/color_schemes/light.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
$color-scheme: light !default;
22
$body-background-color: $white !default;
3-
$body-heading-color: $grey-dk-300 !default;
4-
$body-text-color: $grey-dk-100 !default;
5-
$link-color: $grey-dk-200 !default;
6-
$nav-child-link-color: $grey-dk-100 !default;
7-
$sidebar-color: $grey-lt-000 !default;
8-
$base-button-color: #f7f7f7 !default;
9-
$btn-primary-color: $grey-dk-100 !default;
10-
$code-background-color: $grey-lt-000 !default;
3+
$body-heading-color: $duckdb-gray !default;
4+
$body-text-color: $duckdb-gray !default;
5+
$link-color: $duckdb-gray !default;
6+
$nav-child-link-color: $duckdb-gray !default;
7+
$sidebar-color: $duckdb-haze !default;
8+
$base-button-color: $duckdb-haze !default;
9+
$btn-primary-color: $duckdb-gray !default;
10+
$code-background-color: $duckdb-gray !default;
1111
$feedback-color: darken($sidebar-color, 3%) !default;
1212
$table-background-color: $white !default;
1313
$search-background-color: $white !default;
14-
$search-result-preview-color: $grey-dk-000 !default;
14+
$search-result-preview-color: $duckdb-gray !default;
1515

1616
@import "./vendor/OneLightJekyll/syntax";

_sass/custom/setup.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
// custom setup code goes here
2+
// _sass/custom/setup.scss
3+
$duckdb-turbo: #fff100;
4+
$duckdb-gray: #0d0d0d;
5+
$duckdb-haze: #fffa99;

0 commit comments

Comments
 (0)