Skip to content

Commit 19e4ba8

Browse files
committed
wiki: modify colors to match my theme
Signed-off-by: Onelots <onelots@lineageos.org>
1 parent dc97f70 commit 19e4ba8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

_sass/lineage/_theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
:root {
44
color-scheme: light;
55

6-
--color-dark: #121212;
6+
--color-dark: #0a0a0f;
77
--color-brand-light: #cce8e9;
8-
--color-brand-dark: #324b4c;
9-
--color-brand-primary: #167c80;
8+
--color-brand-dark: #1c1c28;
9+
--color-brand-primary: #7c6aff;
1010

1111
--theme-primary: var(--color-brand-primary);
1212
--theme-primary-strong: var(--color-brand-dark);
1313

1414
--theme-bg: #ffffff;
1515
--theme-bg-elevated: var(--color-brand-light);
16-
--theme-bg-subtle: #e1efef;
16+
--theme-bg-subtle: #bf77f6;
1717
--theme-bg-neutral: #fafafa;
1818
--theme-bg-footer: #eee;
1919
--theme-bg-device: #f6fafa;
@@ -60,7 +60,7 @@
6060

6161
--theme-bg: var(--color-dark);
6262
--theme-bg-elevated: var(--color-brand-dark);
63-
--theme-bg-subtle: #243738;
63+
--theme-bg-subtle: #0a0a0f;
6464
--theme-bg-neutral: #1f2526;
6565
--theme-bg-footer: #1c1c1c;
6666
--theme-bg-device: #212626;

_sass/material-kit/bootstrap/scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $light: $gray-100 !default;
7474
$dark: $gray-800 !default;
7575

7676
//Lineage Colors
77-
$lineage-primary: #167C80 !default;
77+
$lineage-primary: #16161f !default;
7878
$lineage-warning: #F4AC45 !default;
7979
$lineage-danger: #D0422D !default;
8080
$lineage-success: #38853B !default;

_sass/material-kit/variables/_brand.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/* brand Colors */
66

7-
$brand-primary: #167C80 !default;
7+
$brand-primary: #7c6aff !default;
88
$brand-info: #00B1E5 !default;
99
$brand-success: #38853B !default;
1010
$brand-warning: #F4AC45 !default;

0 commit comments

Comments
 (0)