Skip to content

Commit

Permalink
Updated Header Color (#55)
Browse files Browse the repository at this point in the history
* Updated Header Color

* Supports window builds now
  • Loading branch information
Unthrottled authored Dec 21, 2021
1 parent 239d7bc commit 2e0996d
Show file tree
Hide file tree
Showing 76 changed files with 148 additions and 41,850 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

# 15.0.1 [GitHub Updates]

- Fixed theming for the header bar.

# 15.0.0 [Holiday Release]

**3 New Dark Themes!**
Expand Down
1 change: 1 addition & 0 deletions buildSrc/assets/templates/tempCss.css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px {{accentColor}}22 !important;
--color-alert-warn-bg: {{nonProjectFileScopeColor}} !important;
--color-alert-info-bg: {{headerColor}} !important;
--color-page-header-bg: {{baseBackground}} !important;
--color-canvas-default: {{headerColor}} !important;
--color-checks-bg: {{headerColor}} !important;
--color-checks-header-border: {{headerColor}} !important;
Expand Down
3 changes: 2 additions & 1 deletion buildSrc/src/BuildThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function resolveStickerPath(
path.resolve(themeDefinitionPath, '..'),
sticker
);
return stickerPath.substr(masterThemeDefinitionDirectoryPath.length + '/definitions'.length);
return stickerPath.substr(masterThemeDefinitionDirectoryPath.length + '/definitions'.length)
.replace(/\\/g, '/');
}

const themesOutputDirectoryTemplateDirectoryPath = path.resolve(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doki-theme-github",
"version": "15.0.0",
"version": "15.0.1",
"dependencies": {
}
}
3 changes: 2 additions & 1 deletion themes/aqua.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Aqua
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #578CDA22 !important;
--color-alert-warn-bg: #2e3242 !important;
--color-alert-info-bg: #2a2d44 !important;
--color-page-header-bg: #282b42 !important;
--color-canvas-default: #2a2d44 !important;
--color-checks-bg: #2a2d44 !important;
--color-checks-header-border: #2a2d44 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/astolfo.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Astolfo
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #d58d9c22 !important;
--color-alert-warn-bg: #1e2015 !important;
--color-alert-info-bg: #181917 !important;
--color-page-header-bg: #171816 !important;
--color-canvas-default: #181917 !important;
--color-checks-bg: #181917 !important;
--color-checks-header-border: #181917 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/asuna_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Dark
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #99202c22 !important;
--color-alert-warn-bg: #20221c !important;
--color-alert-info-bg: #1e1e1e !important;
--color-page-header-bg: #202020 !important;
--color-canvas-default: #1e1e1e !important;
--color-checks-bg: #1e1e1e !important;
--color-checks-header-border: #1e1e1e !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/asuna_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Asuna Light
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #a61d0d22 !important;
--color-alert-warn-bg: #fcfdf3 !important;
--color-alert-info-bg: #fdfdfd !important;
--color-page-header-bg: #ffffff !important;
--color-canvas-default: #fdfdfd !important;
--color-checks-bg: #fdfdfd !important;
--color-checks-header-border: #fdfdfd !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/azuki.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Azuki
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #e9b14e22 !important;
--color-alert-warn-bg: #33221d !important;
--color-alert-info-bg: #2d221f !important;
--color-page-header-bg: #322623 !important;
--color-canvas-default: #2d221f !important;
--color-checks-bg: #2d221f !important;
--color-checks-header-border: #2d221f !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/beatrice.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Beatrice
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #78A5EB22 !important;
--color-alert-warn-bg: #FFE4E3 !important;
--color-alert-info-bg: #FFE0F0 !important;
--color-page-header-bg: #ffe4f1 !important;
--color-canvas-default: #FFE0F0 !important;
--color-checks-bg: #FFE0F0 !important;
--color-checks-header-border: #FFE0F0 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/chocola.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Chocola
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #f771a322 !important;
--color-alert-warn-bg: #312b27 !important;
--color-alert-info-bg: #2c2428 !important;
--color-page-header-bg: #30292c !important;
--color-canvas-default: #2c2428 !important;
--color-checks-bg: #2c2428 !important;
--color-checks-header-border: #2c2428 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/christmas_chocola.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Christmas Chocola
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #23932422 !important;
--color-alert-warn-bg: #3b1f20 !important;
--color-alert-info-bg: #37131b !important;
--color-page-header-bg: #3c161f !important;
--color-canvas-default: #37131b !important;
--color-checks-bg: #37131b !important;
--color-checks-header-border: #37131b !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/cinnamon.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Cinnamon
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #54e25522 !important;
--color-alert-warn-bg: #413f79 !important;
--color-alert-info-bg: #37357f !important;
--color-page-header-bg: #393784 !important;
--color-canvas-default: #37357f !important;
--color-checks-bg: #37357f !important;
--color-checks-header-border: #37357f !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/coconut.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Coconut
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #d2b50322 !important;
--color-alert-warn-bg: #393537 !important;
--color-alert-info-bg: #312c3a !important;
--color-page-header-bg: #3a3143 !important;
--color-canvas-default: #312c3a !important;
--color-checks-bg: #312c3a !important;
--color-checks-header-border: #312c3a !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/darkness_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Dark
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #e9974522 !important;
--color-alert-warn-bg: #161602 !important;
--color-alert-info-bg: #090802 !important;
--color-page-header-bg: #080703 !important;
--color-canvas-default: #090802 !important;
--color-checks-bg: #090802 !important;
--color-checks-header-border: #090802 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/darkness_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Darkness Light
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #F5C83C22 !important;
--color-alert-warn-bg: #fffaf0 !important;
--color-alert-info-bg: #FFFEF9 !important;
--color-page-header-bg: #fefefa !important;
--color-canvas-default: #FFFEF9 !important;
--color-checks-bg: #FFFEF9 !important;
--color-checks-header-border: #FFFEF9 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/echidna.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Echidna
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #ECECEC22 !important;
--color-alert-warn-bg: #191a18 !important;
--color-alert-info-bg: #171519 !important;
--color-page-header-bg: #141216 !important;
--color-canvas-default: #171519 !important;
--color-checks-bg: #171519 !important;
--color-checks-header-border: #171519 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/emilia_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Dark
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #a53ba022 !important;
--color-alert-warn-bg: #4d3458 !important;
--color-alert-info-bg: #4c2e5c !important;
--color-page-header-bg: #4e3162 !important;
--color-canvas-default: #4c2e5c !important;
--color-checks-bg: #4c2e5c !important;
--color-checks-header-border: #4c2e5c !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/emilia_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Emilia Light
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #82357d22 !important;
--color-alert-warn-bg: #fbf0f4 !important;
--color-alert-info-bg: #fbf0ff !important;
--color-page-header-bg: #fcf3ff !important;
--color-canvas-default: #fbf0ff !important;
--color-checks-bg: #fbf0ff !important;
--color-checks-header-border: #fbf0ff !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/essex.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Essex
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #D5323222 !important;
--color-alert-warn-bg: #14263b !important;
--color-alert-info-bg: #00203e !important;
--color-page-header-bg: #002446 !important;
--color-canvas-default: #00203e !important;
--color-checks-bg: #00203e !important;
--color-checks-header-border: #00203e !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/gasai_yuno.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Gasai Yuno
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #ffa0b222 !important;
--color-alert-warn-bg: #211515 !important;
--color-alert-info-bg: #1a0717 !important;
--color-page-header-bg: #1a081a !important;
--color-canvas-default: #1a0717 !important;
--color-checks-bg: #1a0717 !important;
--color-checks-header-border: #1a0717 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/gray.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Gray
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #4ed4b022 !important;
--color-alert-warn-bg: #373e3a !important;
--color-alert-info-bg: #363b3d !important;
--color-page-header-bg: #3b3f41 !important;
--color-canvas-default: #363b3d !important;
--color-checks-bg: #363b3d !important;
--color-checks-header-border: #363b3d !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/hanekawa_tsubasa.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Hanekawa Tsubasa
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #634F8D22 !important;
--color-alert-warn-bg: #191a18 !important;
--color-alert-info-bg: #0f0d10 !important;
--color-page-header-bg: #141115 !important;
--color-canvas-default: #0f0d10 !important;
--color-checks-bg: #0f0d10 !important;
--color-checks-header-border: #0f0d10 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/hatsune_miku.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Hatsune Miku
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #53b0b422 !important;
--color-alert-warn-bg: #313332 !important;
--color-alert-info-bg: #2c3333 !important;
--color-page-header-bg: #293030 !important;
--color-canvas-default: #2c3333 !important;
--color-checks-bg: #2c3333 !important;
--color-checks-header-border: #2c3333 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/hayase_nagatoro.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Hayase Nagatoro
@namespace github.com/doki-theme
@version 15.0.0
@version 15.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -70,6 +70,7 @@
--color-shadow-large: 0 8px 24px #d2824e22 !important;
--color-alert-warn-bg: #20221c !important;
--color-alert-info-bg: #1a1a1a !important;
--color-page-header-bg: #1d1d1d !important;
--color-canvas-default: #1a1a1a !important;
--color-checks-bg: #1a1a1a !important;
--color-checks-header-border: #1a1a1a !important;
Expand Down
Loading

0 comments on commit 2e0996d

Please sign in to comment.