Skip to content

Commit

Permalink
Updated finder line hover color (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored May 18, 2021
1 parent 1bf4e38 commit 114e8b4
Show file tree
Hide file tree
Showing 52 changed files with 104 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

# 8.0.1 [Maintentance]

- Fixed the list line hover color from the `file finder` feature.

# 8.0.0 [Nino, Nakano Miku, Gray, Miia, & Tohru]

## 5 New 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 @@ -52,6 +52,7 @@
--color-workflow-card-bg: {{codeBlock}} !important;
--color-bg-tertiary: {{textEditorBackground}} !important;
--color-bg-secondary: {{caretRow}} !important;
--color-search-hover-hl: {{foldedTextBackground}} !important;
--color-checks-step-header-open-bg: {{caretRow}} !important;
--color-bg-discussions-row-emoji-box: {{buttonColor}} !important;
--color-current-user-tip-border: {{buttonColor}} !important;
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": "8.0.0",
"version": "8.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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #2e3149 !important;
--color-bg-tertiary: #262940 !important;
--color-bg-secondary: #2d3047 !important;
--color-search-hover-hl: #2e3149 !important;
--color-checks-step-header-open-bg: #2d3047 !important;
--color-bg-discussions-row-emoji-box: #31374b !important;
--color-current-user-tip-border: #31374b !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #201d1d !important;
--color-bg-tertiary: #1a1c19 !important;
--color-bg-secondary: #20221f !important;
--color-search-hover-hl: #211D1E !important;
--color-checks-step-header-open-bg: #20221f !important;
--color-bg-discussions-row-emoji-box: #242422 !important;
--color-current-user-tip-border: #242422 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #232323 !important;
--color-bg-tertiary: #1b1b1b !important;
--color-bg-secondary: #1f1f1f !important;
--color-search-hover-hl: #212121 !important;
--color-checks-step-header-open-bg: #1f1f1f !important;
--color-bg-discussions-row-emoji-box: #272524 !important;
--color-current-user-tip-border: #272524 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #f6f6f6 !important;
--color-bg-tertiary: #fcfcfc !important;
--color-bg-secondary: #f6f6f6 !important;
--color-search-hover-hl: #f6f6f6 !important;
--color-checks-step-header-open-bg: #f6f6f6 !important;
--color-bg-discussions-row-emoji-box: #f9f2f2 !important;
--color-current-user-tip-border: #f9f2f2 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #FDD8FF !important;
--color-bg-tertiary: #FFE5F1 !important;
--color-bg-secondary: #ffdce6 !important;
--color-search-hover-hl: #F1E5FA !important;
--color-checks-step-header-open-bg: #ffdce6 !important;
--color-bg-discussions-row-emoji-box: #e5c5d3 !important;
--color-current-user-tip-border: #e5c5d3 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #191715 !important;
--color-bg-tertiary: #0a0904 !important;
--color-bg-secondary: #14110d !important;
--color-search-hover-hl: #191813 !important;
--color-checks-step-header-open-bg: #14110d !important;
--color-bg-discussions-row-emoji-box: #1e1c19 !important;
--color-current-user-tip-border: #1e1c19 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #f4f3ee !important;
--color-bg-tertiary: #FFFEF9 !important;
--color-bg-secondary: #FFF6E4 !important;
--color-search-hover-hl: #F3F2E2 !important;
--color-checks-step-header-open-bg: #FFF6E4 !important;
--color-bg-discussions-row-emoji-box: #fffef7 !important;
--color-current-user-tip-border: #fffef7 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #1e1b20 !important;
--color-bg-tertiary: #121014 !important;
--color-bg-secondary: #1a171c !important;
--color-search-hover-hl: #1b181d !important;
--color-checks-step-header-open-bg: #1a171c !important;
--color-bg-discussions-row-emoji-box: #212425 !important;
--color-current-user-tip-border: #212425 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #442a55 !important;
--color-bg-tertiary: #492d5a !important;
--color-bg-secondary: #543466 !important;
--color-search-hover-hl: #402a54 !important;
--color-checks-step-header-open-bg: #543466 !important;
--color-bg-discussions-row-emoji-box: #553967 !important;
--color-current-user-tip-border: #553967 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #f2eaf6 !important;
--color-bg-tertiary: #fbf0ff !important;
--color-bg-secondary: #f1dcf7 !important;
--color-search-hover-hl: #f2e5f6 !important;
--color-checks-step-header-open-bg: #f1dcf7 !important;
--color-bg-discussions-row-emoji-box: #e7d8ee !important;
--color-current-user-tip-border: #e7d8ee !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #323f41 !important;
--color-bg-tertiary: #35393b !important;
--color-bg-secondary: #353d41 !important;
--color-search-hover-hl: #3c4443 !important;
--color-checks-step-header-open-bg: #353d41 !important;
--color-bg-discussions-row-emoji-box: #414648 !important;
--color-current-user-tip-border: #414648 !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 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #2b3231 !important;
--color-bg-tertiary: #2f3635 !important;
--color-bg-secondary: #313938 !important;
--color-search-hover-hl: #273431 !important;
--color-checks-step-header-open-bg: #313938 !important;
--color-bg-discussions-row-emoji-box: #323737 !important;
--color-current-user-tip-border: #323737 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/ishtar_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Ishtar Dark
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #191718 !important;
--color-bg-tertiary: #110F10 !important;
--color-bg-secondary: #1A1913 !important;
--color-search-hover-hl: #191718 !important;
--color-checks-step-header-open-bg: #1A1913 !important;
--color-bg-discussions-row-emoji-box: #221d1b !important;
--color-current-user-tip-border: #221d1b !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/ishtar_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Ishtar Light
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #f6f6f6 !important;
--color-bg-tertiary: #fffefb !important;
--color-bg-secondary: #fffaed !important;
--color-search-hover-hl: #f6f6f6 !important;
--color-checks-step-header-open-bg: #fffaed !important;
--color-bg-discussions-row-emoji-box: #fffef7 !important;
--color-current-user-tip-border: #fffef7 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/kanna.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Kanna
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #1d152d !important;
--color-bg-tertiary: #1a1426 !important;
--color-bg-secondary: #231a31 !important;
--color-search-hover-hl: #251832 !important;
--color-checks-step-header-open-bg: #231a31 !important;
--color-bg-discussions-row-emoji-box: #262732 !important;
--color-current-user-tip-border: #262732 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/katsuragi_misato.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Katsuragi Misato
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #322130 !important;
--color-bg-tertiary: #382536 !important;
--color-bg-secondary: #402d41 !important;
--color-search-hover-hl: #322130 !important;
--color-checks-step-header-open-bg: #402d41 !important;
--color-bg-discussions-row-emoji-box: #341F2D !important;
--color-current-user-tip-border: #341F2D !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/konata.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Konata
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #3e5f99 !important;
--color-bg-tertiary: #355082 !important;
--color-bg-secondary: #3d5d96 !important;
--color-search-hover-hl: #3b5a91 !important;
--color-checks-step-header-open-bg: #3d5d96 !important;
--color-bg-discussions-row-emoji-box: #4e608d !important;
--color-current-user-tip-border: #4e608d !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/mai_dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Mai Dark
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #2d3049 !important;
--color-bg-tertiary: #242448 !important;
--color-bg-secondary: #2d2d52 !important;
--color-search-hover-hl: #2e3149 !important;
--color-checks-step-header-open-bg: #2d2d52 !important;
--color-bg-discussions-row-emoji-box: #2f3357 !important;
--color-current-user-tip-border: #2f3357 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/mai_light.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Mai Light
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #eaecf6 !important;
--color-bg-tertiary: #FAF2F1 !important;
--color-bg-secondary: #f1ecf2 !important;
--color-search-hover-hl: #f0e8e7 !important;
--color-checks-step-header-open-bg: #f1ecf2 !important;
--color-bg-discussions-row-emoji-box: #d7dcf1 !important;
--color-current-user-tip-border: #d7dcf1 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/maika.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Maika
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #2a0930 !important;
--color-bg-tertiary: #24062f !important;
--color-bg-secondary: #2e0639 !important;
--color-search-hover-hl: #310e32 !important;
--color-checks-step-header-open-bg: #2e0639 !important;
--color-bg-discussions-row-emoji-box: #2e1738 !important;
--color-current-user-tip-border: #2e1738 !important;
Expand Down
3 changes: 2 additions & 1 deletion themes/makise_kurisu.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Doki-Theme: Makise Kurisu
@namespace github.com/doki-theme
@version 8.0.0
@version 8.0.1
@description Browse code with your waifu.
@author Unthrottled
@license MIT
Expand Down Expand Up @@ -52,6 +52,7 @@
--color-workflow-card-bg: #231314 !important;
--color-bg-tertiary: #170a0b !important;
--color-bg-secondary: #210e0f !important;
--color-search-hover-hl: #231010 !important;
--color-checks-step-header-open-bg: #210e0f !important;
--color-bg-discussions-row-emoji-box: #241919 !important;
--color-current-user-tip-border: #241919 !important;
Expand Down
Loading

0 comments on commit 114e8b4

Please sign in to comment.