fix(app): ayu theme colors
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--surface-base);
|
background: var(--surface-weak);
|
||||||
border: 1px solid var(--border-weak-base);
|
border: 1px solid var(--border-weak-base);
|
||||||
transition: border-color 0.15s ease;
|
transition: border-color 0.15s ease;
|
||||||
|
|
||||||
@@ -76,7 +76,8 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--surface-base);
|
background: var(--surface-weak);
|
||||||
|
border: 1px solid var(--border-weak-base);
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"background-base": "#fdfaf4",
|
"background-base": "#fdfaf4",
|
||||||
"background-weak": "#fcf9f3",
|
"background-weak": "#fcf9f3",
|
||||||
"background-strong": "#fbf8f2",
|
"background-strong": "#fbf8f2",
|
||||||
"background-stronger": "#fdfaf4",
|
"background-stronger": "#faf7f1",
|
||||||
|
"surface-raised-base-hover": "#f4f0e9",
|
||||||
"border-weak-base": "#e6ddcf",
|
"border-weak-base": "#e6ddcf",
|
||||||
"border-weak-hover": "#dcd3c5",
|
"border-weak-hover": "#dcd3c5",
|
||||||
"border-weak-active": "#d1c9ba",
|
"border-weak-active": "#d1c9ba",
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
"background-weak": "#18222c",
|
"background-weak": "#18222c",
|
||||||
"background-strong": "#0b1015",
|
"background-strong": "#0b1015",
|
||||||
"background-stronger": "#080c10",
|
"background-stronger": "#080c10",
|
||||||
|
"surface-raised-base-hover": "#0f1419",
|
||||||
"border-weak-base": "#2b3440",
|
"border-weak-base": "#2b3440",
|
||||||
"border-weak-hover": "#323c49",
|
"border-weak-hover": "#323c49",
|
||||||
"border-weak-active": "#394454",
|
"border-weak-active": "#394454",
|
||||||
|
|||||||
Reference in New Issue
Block a user