Comment out the old ant overrides and try to make colors match design

This commit is contained in:
Gabe Kangas
2022-05-26 22:23:43 -07:00
parent da0a2f5f5d
commit db184c74dd
9 changed files with 37 additions and 26 deletions

View File

@@ -12,10 +12,12 @@ popover-background:
value: '{color.owncast.purple.700.value}'
background-color-light:
value: 'var(--theme-background-secondary)'
layout-body-background:
value: 'var(--theme-background)'
# These values require explicit colors and cannot take css variables.
primary-color:
value: '{color.owncast.purple.500.value}'
value: '{color.owncast.purple.700.value}'
info-color:
value: '{color.owncast.gray.500.value}'
success-color:

View File

@@ -5,7 +5,7 @@
theme:
primary-color:
value: '{color.owncast.purple.500.value}'
value: '{color.owncast.purple.700.value}'
comment: 'The primary color of the application used for rendering controls.'
text-color:
value: '{color.owncast.gray.300.value}'

View File

@@ -71,9 +71,9 @@ color:
value: 'rgba(32, 134, 225, 1)'
background:
value: 'rgba(27, 26, 38, 1)'
value: 'rgba(32, 34, 50, 1.0)'
background-secondary:
value: 'rgba(22, 21, 31, 1)'
value: '#282A30'
font:
owncast: