Skip to content

Commit

Permalink
FIx typo. change primary-color to tertiary (112). Update TNG theme qu…
Browse files Browse the repository at this point in the history
…aternary.
  • Loading branch information
th3jesta committed Oct 13, 2024
1 parent 3259564 commit 75f91c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
lcars-dark-blue: "#1c3c55"
lcars-alt-green: "#2B9032"
lcars-black-cherry: "#8c6d7c"
lcars-ont-color: "#828ba6"
lcars-font-color: "#828ba6"

lcars-alert-red: var(--lcars-crimson)
lcars-alert-yellow: var(--lcars-gold)
Expand Down Expand Up @@ -177,7 +177,7 @@
# BASE CUSTOMIZATIONS #
# ======================================================= #
(DO NOT USE/MODIFY)=== Base customizations: &base
primary-color: var(--lcars-ui-quaternary)
primary-color: var(--lcars-ui-tertiary)
primary-background-color: black
secondary-background-color: var(--lcars-ui-quaternary)
divider-color: transparent
Expand Down Expand Up @@ -2096,7 +2096,7 @@ LCARS TNG:
lcars-ui-primary: "#f5deb3" # Main Display Background (Wheat)
lcars-ui-secondary: "#ffcc66" # menu buttons unclicked (qing yellow)
lcars-ui-tertiary: "#cc99cc" # clicked menu buttons (lilac)
lcars-ui-quaternary: var(--lcars-gray)
lcars-ui-quaternary: var(--lcars-galaxy)

# Card colors
lcars-card-top-color: "#f5deb3" # header class
Expand All @@ -2123,7 +2123,7 @@ LCARS TNGbuttons:
lcars-ui-primary: "#F5cd9f" # Main Display Background
lcars-ui-secondary: "#ffcc66" # menu buttons unclicked (qing yellow)
lcars-ui-tertiary: "#cc99cc" # clicked menu buttons (lilac)
lcars-ui-quaternary: var(--lcars-gray)
lcars-ui-quaternary: var(--lcars-galaxy)

# Card colors
lcars-card-top-color: "#F5CD9F" # header class
Expand Down

0 comments on commit 75f91c2

Please sign in to comment.