Skip to content

Commit

Permalink
Firefox Option Font Enhancement (#48)
Browse files Browse the repository at this point in the history
* Changing option color to theme

* Updated default font and updated changelog

* Updated version in firefox manifest
  • Loading branch information
Unthrottled authored Jun 20, 2021
1 parent 68c6f62 commit 9048d13
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

# Unreleased

# 11.0.1 [FireFox Updates]

- Updated the default option foreground color.

# 11.0.0 [Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno]

## 5 New Themes
Expand Down
1 change: 1 addition & 0 deletions firefoxThemes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Prerequisites

- [Yarn Package Manager](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
- Node 14
- [Firefox web browser](https://www.mozilla.org/en-US/firefox/new/)

## First time setup
Expand Down
2 changes: 1 addition & 1 deletion firefoxThemes/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Doki Theme: Firefox Edition",
"short_name": "Doki Theme",
"version": "11.0.0",
"version": "11.0.1",
"description": "A theme collection of girls from various anime, manga, and visual novels series.",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion firefoxThemes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doki-theme-firefox",
"version": "11.0.0",
"version": "11.0.1",
"description": "A theme collection of girls from various anime, manga, and visual novels series.",
"main": "index.js",
"repository": "https://github.com/doki-theme/doki-theme-web",
Expand Down
2 changes: 1 addition & 1 deletion firefoxThemes/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ img {

/*Waifu Option Styles*/
option {
color: midnightblue;
color: #47494b;
}

option[value=mixed] {
Expand Down
5 changes: 5 additions & 0 deletions firefoxThemes/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function setCss(chosenTheme) {
color: ${colors.infoForeground};
}
* {
color: ${colors.lineNumberColor};
}
Expand All @@ -42,6 +43,10 @@ select {
color: ${colors.buttonFont};
}
option {
color: ${colors.buttonFont};
}
.popup-body {
background-color: ${colors.baseBackground};
}
Expand Down
Empty file modified getMasterThemes.sh
100644 → 100755
Empty file.

0 comments on commit 9048d13

Please sign in to comment.