mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused colors
This commit is contained in:
parent
206354f11b
commit
f9da151729
1 changed files with 0 additions and 11 deletions
|
|
@ -4,10 +4,6 @@ import {
|
|||
gray,
|
||||
grayDark,
|
||||
blackA,
|
||||
yellow,
|
||||
yellowDark,
|
||||
orange,
|
||||
orangeDark,
|
||||
} from '@radix-ui/colors'
|
||||
|
||||
export enum ThemeId {
|
||||
|
|
@ -116,10 +112,6 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
zIndices: {},
|
||||
transitions: {},
|
||||
colors: {
|
||||
// Radix Color Scales
|
||||
...yellow, // Brand
|
||||
...orange, //Accent
|
||||
|
||||
// Grayscale
|
||||
grayBase: '#F8F8F8',
|
||||
grayBg: '#FFFFFF',
|
||||
|
|
@ -177,9 +169,6 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
|
||||
const darkThemeSpec = {
|
||||
colors: {
|
||||
...yellowDark, // Brand
|
||||
...orangeDark, //Accent
|
||||
|
||||
// Grayscale (top ones have been updated from new designs)
|
||||
grayBase: '#252525',
|
||||
grayBg: '#3B3938',
|
||||
|
|
|
|||
Loading…
Reference in a new issue