Skip to content

Commit abbf5b1

Browse files
theme change
1 parent 6e89970 commit abbf5b1

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

public/sass/_variables.generated.scss

+8-8
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ $height-lg: 48;
9999
// Typography
100100
// -------------------------
101101
/* stylelint-disable-next-line string-quotes */
102-
$font-family-sans-serif: "Source Sans Pro", Nunito, Roboto, Arial;
102+
$font-family-sans-serif: "Poppins", Inter, Satoshi, sans-serif;
103103
/* stylelint-disable-next-line string-quotes */
104-
$font-family-monospace: 'Nunito Mono', 'Roboto Mono', monospace;
104+
$font-family-monospace: "SatoshiLight", "FigtreeLight", monospace;
105105

106106
$font-file-path: '../fonts' !default;
107107

@@ -117,12 +117,12 @@ $line-height-base: 1.5714285714285714 !default;
117117
$font-weight-regular: 400 !default;
118118
$font-weight-semi-bold: 500 !default;
119119

120-
$font-size-h1: 2rem !default;
121-
$font-size-h2: 1.7142857142857142rem !default;
122-
$font-size-h3: 1.5714285714285714rem !default;
123-
$font-size-h4: 1.2857142857142858rem !default;
124-
$font-size-h5: 1.1428571428571428rem !default;
125-
$font-size-h6: 1rem !default;
120+
$font-size-h1: 1.75rem !default;
121+
$font-size-h2: 1.5rem !default;
122+
$font-size-h3: 1.375rem !default;
123+
$font-size-h4: 1.125rem !default;
124+
$font-size-h5: 1rem !default;
125+
$font-size-h6: 0.875rem !default;
126126

127127
$headings-line-height: 1.5 !default;
128128

public/sass/_variables.light.generated.scss

+16-16
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ $colors-action-selected: #F27A40;
1919

2020
// New Colors
2121
// -------------------------
22-
$blue-light: #F0E4B6;
23-
$blue-base: #8EC4AD;
24-
$blue-shade: rgb(113, 156, 138);
22+
$blue-light: #101828;
23+
$blue-base: #FF4702;
24+
$blue-shade: rgb(204, 56, 1);
2525
$red-base: #E0226E;
2626
$red-shade: rgb(179, 27, 88);
2727
$green-base: #83D39E;
@@ -67,12 +67,12 @@ $border1: rgba(45, 51, 62, 0.30);
6767

6868
// Accent colors
6969
// -------------------------
70-
$blue: #F0E4B6;
70+
$blue: #101828;
7171
$red: $red-base;
7272
$yellow: #ecbb13;
7373
$orange: #eb7b18;
7474
$purple: #9933cc;
75-
$variable: #F0E4B6;
75+
$variable: #101828;
7676

7777
$brand-primary: #eb7b18;
7878
$brand-success: #83D39E;
@@ -97,13 +97,13 @@ $body-bg: #F6F5F3;
9797
$page-bg: #F6F5F3;
9898
$dashboard-bg: #F6F5F3;
9999

100-
$text-color: #2D333E;
100+
$text-color: #101828;
101101
$text-color-strong: #000000;
102-
$text-color-semi-weak: #2d333e;
103-
$text-color-weak: #2d333e;
102+
$text-color-semi-weak: #344054;
103+
$text-color-weak: #344054;
104104
$text-color-faint: #9DA7B8;
105105
$text-color-emphasis: #000000;
106-
$text-blue: #F0E4B6;
106+
$text-blue: #101828;
107107

108108
$text-shadow-faint: none;
109109

@@ -113,14 +113,14 @@ $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.0
113113

114114
// Links
115115
// -------------------------
116-
$link-color: #2D333E;
116+
$link-color: #101828;
117117
$link-color-disabled: #9DA7B8;
118118
$link-hover-color: #000000;
119-
$external-link-color: #F0E4B6;
119+
$external-link-color: #FF4702;
120120

121121
// Typography
122122
// -------------------------
123-
$headings-color: #2D333E;
123+
$headings-color: #101828;
124124
$abbr-border-color: $gray-2 !default;
125125
$text-muted: $text-color-weak;
126126

@@ -210,7 +210,7 @@ $btn-active-box-shadow: 0px 0px 4px rgba(234, 161, 51, 0.6);
210210
$input-bg: #FDFDFC;
211211
$input-bg-disabled: rgba(45, 51, 62, 0.04);
212212

213-
$input-color: #2D333E;
213+
$input-color: #101828;
214214
$input-border-color: rgba(45, 51, 62, 0.30);
215215
$input-box-shadow: none;
216216
$input-border-focus: #5794f2;
@@ -284,13 +284,13 @@ $alert-info-bg: #F3D086;
284284

285285
// Tooltips and popovers
286286
$tooltipBackground: #FDFDFC;
287-
$tooltipColor: #2D333E;
287+
$tooltipColor: #101828;
288288
$tooltipArrowColor: #FDFDFC;
289289
$tooltipBackgroundError: #E0226E;
290290
$tooltipShadow: 0px 4px 8px rgba(24, 26, 27, 0.2);
291291

292292
$popover-bg: #FDFDFC;
293-
$popover-color: #2D333E;
293+
$popover-color: #101828;
294294
$popover-border-color: rgba(45, 51, 62, 0.12);
295295
$popover-header-bg: #FDFDFC;
296296
$popover-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
@@ -341,7 +341,7 @@ $diff-arrow-color: $dark-2;
341341
$diff-group-bg: #FDFDFC;
342342

343343
$diff-json-bg: #FDFDFC;
344-
$diff-json-fg: #2D333E;
344+
$diff-json-fg: #101828;
345345

346346
$diff-json-added: $blue-shade;
347347
$diff-json-deleted: $red-shade;

0 commit comments

Comments
 (0)