Skip to content

Commit

Permalink
jetson dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed Jul 13, 2020
1 parent 852767a commit 35034e2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/_sass/color_schemes/jetson_dark.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
$body-background-color: $grey-dk-300;
$sidebar-color: $grey-dk-300;
$border-color: $grey-dk-200;

$body-text-color: $grey-lt-300;
$body-heading-color: $grey-lt-000;
$nav-child-link-color: $grey-dk-000;
$search-result-preview-color: $grey-dk-000;

$jetson-green-000: #A5CE6D;
$jetson-green-100: #82B541;
$jetson-green-200: #6D943F;
$jetson-green-300: #4B6335;

$link-color: $jetson-green-000;
$btn-primary-color: $jetson-green-200;// set 200
$base-button-color: $grey-dk-250;

$code-background-color: $grey-dk-250;
$search-background-color: $grey-dk-250;
$table-background-color: $grey-dk-250;
$feedback-color: darken($sidebar-color, 3%);

0 comments on commit 35034e2

Please sign in to comment.