Skip to content

Commit 2e0996d

Browse files
authored
Updated Header Color (#55)
* Updated Header Color * Supports window builds now
1 parent 239d7bc commit 2e0996d

File tree

76 files changed

+148
-41850
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+148
-41850
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---
33

4+
# 15.0.1 [GitHub Updates]
5+
6+
- Fixed theming for the header bar.
7+
48
# 15.0.0 [Holiday Release]
59

610
**3 New Dark Themes!**

buildSrc/assets/templates/tempCss.css.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px {{accentColor}}22 !important;
7171
--color-alert-warn-bg: {{nonProjectFileScopeColor}} !important;
7272
--color-alert-info-bg: {{headerColor}} !important;
73+
--color-page-header-bg: {{baseBackground}} !important;
7374
--color-canvas-default: {{headerColor}} !important;
7475
--color-checks-bg: {{headerColor}} !important;
7576
--color-checks-header-border: {{headerColor}} !important;

buildSrc/src/BuildThemes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ function resolveStickerPath(
2828
path.resolve(themeDefinitionPath, '..'),
2929
sticker
3030
);
31-
return stickerPath.substr(masterThemeDefinitionDirectoryPath.length + '/definitions'.length);
31+
return stickerPath.substr(masterThemeDefinitionDirectoryPath.length + '/definitions'.length)
32+
.replace(/\\/g, '/');
3233
}
3334

3435
const themesOutputDirectoryTemplateDirectoryPath = path.resolve(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doki-theme-github",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"dependencies": {
55
}
66
}

themes/aqua.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Aqua
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #578CDA22 !important;
7171
--color-alert-warn-bg: #2e3242 !important;
7272
--color-alert-info-bg: #2a2d44 !important;
73+
--color-page-header-bg: #282b42 !important;
7374
--color-canvas-default: #2a2d44 !important;
7475
--color-checks-bg: #2a2d44 !important;
7576
--color-checks-header-border: #2a2d44 !important;

themes/astolfo.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Astolfo
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #d58d9c22 !important;
7171
--color-alert-warn-bg: #1e2015 !important;
7272
--color-alert-info-bg: #181917 !important;
73+
--color-page-header-bg: #171816 !important;
7374
--color-canvas-default: #181917 !important;
7475
--color-checks-bg: #181917 !important;
7576
--color-checks-header-border: #181917 !important;

themes/asuna_dark.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Asuna Dark
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #99202c22 !important;
7171
--color-alert-warn-bg: #20221c !important;
7272
--color-alert-info-bg: #1e1e1e !important;
73+
--color-page-header-bg: #202020 !important;
7374
--color-canvas-default: #1e1e1e !important;
7475
--color-checks-bg: #1e1e1e !important;
7576
--color-checks-header-border: #1e1e1e !important;

themes/asuna_light.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Asuna Light
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #a61d0d22 !important;
7171
--color-alert-warn-bg: #fcfdf3 !important;
7272
--color-alert-info-bg: #fdfdfd !important;
73+
--color-page-header-bg: #ffffff !important;
7374
--color-canvas-default: #fdfdfd !important;
7475
--color-checks-bg: #fdfdfd !important;
7576
--color-checks-header-border: #fdfdfd !important;

themes/azuki.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Azuki
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #e9b14e22 !important;
7171
--color-alert-warn-bg: #33221d !important;
7272
--color-alert-info-bg: #2d221f !important;
73+
--color-page-header-bg: #322623 !important;
7374
--color-canvas-default: #2d221f !important;
7475
--color-checks-bg: #2d221f !important;
7576
--color-checks-header-border: #2d221f !important;

themes/beatrice.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Doki-Theme: Beatrice
33
@namespace github.com/doki-theme
4-
@version 15.0.0
4+
@version 15.0.1
55
@description Browse code with your waifu.
66
@author Unthrottled
77
@license MIT
@@ -70,6 +70,7 @@
7070
--color-shadow-large: 0 8px 24px #78A5EB22 !important;
7171
--color-alert-warn-bg: #FFE4E3 !important;
7272
--color-alert-info-bg: #FFE0F0 !important;
73+
--color-page-header-bg: #ffe4f1 !important;
7374
--color-canvas-default: #FFE0F0 !important;
7475
--color-checks-bg: #FFE0F0 !important;
7576
--color-checks-header-border: #FFE0F0 !important;

0 commit comments

Comments
 (0)