Skip to content

Commit

Permalink
Brighter text in menus, darker tables
Browse files Browse the repository at this point in the history
should take care of #10
  • Loading branch information
lance36 authored Dec 26, 2019
1 parent 7146b0b commit 7c06bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/amoled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ amoled:
paper-toggle-button-unchecked-button-color: "var(--disabled-text-color)"
paper-toggle-button-unchecked-ink-color: "var(--disabled-text-color)"
primary-background-color: "#000000"
primary-color: "#484A4C"
primary-color: "#434954"
primary-text-color: "#FFFFFF"
secondary-background-color: "#383C45"
secondary-text-color: "#5294E2"
sidebar-icon-color: "var(--primary-color)"
sidebar-selected-icon-color: "var(--primary-text-color)"
sidebar-selected-text-color: "var(--primary-text-color)"
sidebar-text-color: "var(--primary-color)"
table-row-alternative-background-color: "#3E424B"
table-row-background-color: "#353840"
table-row-alternative-background-color: "#222429"
table-row-background-color: "#000000"
text-primary-color: "var(--primary-text-color)"

0 comments on commit 7c06bf6

Please sign in to comment.