Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: input boxes in dark theme #122

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions themes/kibibit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ kibibit:
paper-item-icon-color: white # also should mini-media-player icon white (but doesn't work by itself)
more-info-header-background: rgba(25, 25, 25, 0.5)
app-header-background-color: var(--primary-background-color)
# Input fields
input-fill-color: "var(--primary-background-color)"
input-ink-color: "var(--primary-text-color)"
input-idle-line-color: "var(--primary-background-color)"
input-hover-line-color: "var(--primary-color)"
input-outlined-idle-border-color: "var(--primary-text-color)"
input-outlined-hover-border-color: "var(--primary-text-color)"
input-label-ink-color: "var(--primary-text-color)"
input-dropdown-icon-color: "var(--primary-text-color)"
# Custom
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
Expand Down Expand Up @@ -161,6 +170,15 @@ kibibit-dark-cards:
paper-item-icon-color: white # also should mini-media-player icon white (but doesn't work by itself)
more-info-header-background: rgba(25, 25, 25, 0.5)
app-header-background-color: var(--primary-background-color)
# Input fields
input-fill-color: "var(--primary-background-color)"
input-ink-color: "var(--primary-text-color)"
input-idle-line-color: "var(--primary-background-color)"
input-hover-line-color: "var(--primary-color)"
input-outlined-idle-border-color: "var(--primary-text-color)"
input-outlined-hover-border-color: "var(--primary-text-color)"
input-label-ink-color: "var(--primary-text-color)"
input-dropdown-icon-color: "var(--primary-text-color)"
# Custom
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
Expand Down