Comment out the old ant overrides and try to make colors match design
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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}'
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user