forked from phoenix/litellm-mirror
(ui) use indigo theme
This commit is contained in:
parent
9cdf4a5aa8
commit
bc3b0eec07
2 changed files with 20 additions and 20 deletions
|
@ -15,11 +15,11 @@ module.exports = {
|
||||||
// light mode
|
// light mode
|
||||||
tremor: {
|
tremor: {
|
||||||
brand: {
|
brand: {
|
||||||
faint: colors.blue[50],
|
faint: colors.indigo[50],
|
||||||
muted: colors.blue[200],
|
muted: colors.indigo[200],
|
||||||
subtle: colors.blue[400],
|
subtle: colors.indigo[400],
|
||||||
DEFAULT: colors.blue[500],
|
DEFAULT: colors.indigo[500],
|
||||||
emphasis: colors.blue[700],
|
emphasis: colors.indigo[700],
|
||||||
inverted: colors.white,
|
inverted: colors.white,
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
|
@ -46,11 +46,11 @@ module.exports = {
|
||||||
"dark-tremor": {
|
"dark-tremor": {
|
||||||
brand: {
|
brand: {
|
||||||
faint: "#0B1229",
|
faint: "#0B1229",
|
||||||
muted: colors.blue[950],
|
muted: colors.indigo[950],
|
||||||
subtle: colors.blue[800],
|
subtle: colors.indigo[800],
|
||||||
DEFAULT: colors.blue[500],
|
DEFAULT: colors.indigo[500],
|
||||||
emphasis: colors.blue[400],
|
emphasis: colors.indigo[400],
|
||||||
inverted: colors.blue[950],
|
inverted: colors.indigo[950],
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
muted: "#131A2B",
|
muted: "#131A2B",
|
||||||
|
|
|
@ -14,11 +14,11 @@ module.exports = {
|
||||||
// light mode
|
// light mode
|
||||||
tremor: {
|
tremor: {
|
||||||
brand: {
|
brand: {
|
||||||
faint: colors.blue[50],
|
faint: colors.indigo[50],
|
||||||
muted: colors.blue[200],
|
muted: colors.indigo[200],
|
||||||
subtle: colors.blue[400],
|
subtle: colors.indigo[400],
|
||||||
DEFAULT: colors.blue[500],
|
DEFAULT: colors.indigo[500],
|
||||||
emphasis: colors.blue[700],
|
emphasis: colors.indigo[700],
|
||||||
inverted: colors.white,
|
inverted: colors.white,
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
|
@ -45,11 +45,11 @@ module.exports = {
|
||||||
"dark-tremor": {
|
"dark-tremor": {
|
||||||
brand: {
|
brand: {
|
||||||
faint: "#0B1229",
|
faint: "#0B1229",
|
||||||
muted: colors.blue[950],
|
muted: colors.indigo[950],
|
||||||
subtle: colors.blue[800],
|
subtle: colors.indigo[800],
|
||||||
DEFAULT: colors.blue[500],
|
DEFAULT: colors.indigo[500],
|
||||||
emphasis: colors.blue[400],
|
emphasis: colors.indigo[400],
|
||||||
inverted: colors.blue[950],
|
inverted: colors.indigo[950],
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
muted: "#131A2B",
|
muted: "#131A2B",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue