Skip to content

Commit 6a895f9

Browse files
committed
Update logo and color scheme
1 parent 72de088 commit 6a895f9

File tree

9 files changed

+48
-14
lines changed

9 files changed

+48
-14
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: OS2display Documentation
22
description: Documentation for using, hosting and developing the OS2display project
33
theme: just-the-docs
44

5-
logo: "/assets/site/logo.svg"
5+
logo: "/assets/site/os2display_Logo.svg"
66
favicon_ico: "/assets/site/favicon.ico"
77

88
color_scheme: os2display

_sass/color_schemes/os2display.scss

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
//$body-background-color: $white !default;
2-
//$body-heading-color: $grey-dk-300 !default;
3-
//$body-text-color: $grey-dk-100 !default;
4-
$link-color: $blue-200;
5-
//$nav-child-link-color: $grey-dk-100 !default;
6-
//$sidebar-color: $grey-lt-000 !default;
7-
//$base-button-color: #f7f7f7 !default;
8-
$btn-primary-color: $blue-200;
9-
//$code-background-color: $grey-lt-000 !default;
10-
//$feedback-color: darken($sidebar-color, 3%) !default;
11-
//$table-background-color: $white !default;
12-
//$search-background-color: $white !default;
13-
//$search-result-preview-color: $grey-dk-000 !default;
1+
// @see https://github.com/just-the-docs/just-the-docs/blob/main/_sass/support/_variables.scss
2+
3+
$link-color: $os2-green-000;
4+
$sidebar-color: $grey-lt-000 !default;
5+
$btn-primary-color: $os2-green-000;
6+
$body-font-family: "Montserrat", "Odoo Unicode Support Noto", sans-serif;
7+
$sidebar-color: $white;

_sass/custom/custom.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.site-header {
2+
border-bottom: 0;
3+
}

_sass/custom/setup.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Colors from the styling on os2.eu
2+
$os2-logo-black-000: #2b2523;
3+
$os2-text-black-000: rgb(33, 37, 41);
4+
$os2-link-000: rgb(57, 115, 175);
5+
$os2-green-000: #58b257;

assets/site/favicon.ico

15.6 KB
Binary file not shown.

assets/site/os2display_App.svg

Lines changed: 29 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

assets/site/os2display_Logo.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/site/os2display_Square.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)