mirror of
https://github.com/aaronraimist/element-themes
synced 2026-03-14 22:35:50 +01:00
Merge f9bbe0a009 into a58277ae41
This commit is contained in:
commit
2073f35cdd
1 changed files with 34 additions and 2 deletions
|
|
@ -1,14 +1,43 @@
|
|||
{
|
||||
"name": "Everforest dark hard",
|
||||
"is_dark": true,
|
||||
"compound": {
|
||||
"--cpd-color-icon-quaternary": "#d9b072",
|
||||
"--cpd-color-icon-success-primary": "#4b565c",
|
||||
"--cpd-color-icon-critical-primary": "#e67e80",
|
||||
"--cpd-color-text-on-solid-primary": "#a7c080",
|
||||
"--cpd-color-bg-accent-rest": "#a7c080",
|
||||
"--cpd-color-text-success-primary": "#a7c080",
|
||||
"--cpd-color-icon-accent-tertiary": "#a7c080",
|
||||
"--cpd-color-border-success-subtle": "#a7c080",
|
||||
"--cpd-color-bg-action-primary-rest": "#2f383e",
|
||||
"--cpd-color-text-action-accent": "#a7c080",
|
||||
"--cpd-color-icon-accent-primary": "#a7c080",
|
||||
"--cpd-color-bg-critical-primary": "#7a2526",
|
||||
"--cpd-color-text-critical-primary": "#e67e80",
|
||||
"--cpd-color-border-critical-primary": "#e67e80",
|
||||
"--cpd-color-theme-bg": "#323d43",
|
||||
"--cpd-color-bg-action-secondary-rest": "#2f383e",
|
||||
"--cpd-color-bg-subtle-secondary": "#4b565c",
|
||||
"--cpd-color-bg-subtle-primary": "#2f383e",
|
||||
"--cpd-color-bg-canvas-default": "#2f383e",
|
||||
"--cpd-color-icon-primary": "#d3c6aa",
|
||||
"--cpd-color-text-primary": "#d3c6aa",
|
||||
"--cpd-color-text-secondary": "#a7c080",
|
||||
"--cpd-color-icon-secondary": "#a7c080"
|
||||
},
|
||||
"colors": {
|
||||
"eventbubble-self-bg": "#2f383e",
|
||||
"eventbubble-bg-hover": "#4b565c",
|
||||
"cpd-color-gray-200": "#4b565c",
|
||||
"cpd-color-alpha-gray-1400": "#4b565c",
|
||||
"accent-color": "#a7c080",
|
||||
"primary-color": "#a7c080",
|
||||
"warning-color": "#e67e80",
|
||||
"sidebar-color": "#323d43",
|
||||
"roomlist-background-color": "#2f383e",
|
||||
"roomlist-text-color": "#d3c6aa",
|
||||
"roomlist-text-secondary-color": "#d3c6aa",
|
||||
"roomlist-text-secondary-color": "#2b3339",
|
||||
"roomlist-highlights-color": "#4b565c",
|
||||
"roomlist-separator-color": "#4b565c",
|
||||
"timeline-background-color": "#2b3339",
|
||||
|
|
@ -18,6 +47,9 @@
|
|||
"timeline-text-secondary-color": "#a7c080",
|
||||
"timeline-highlights-color": "#4b565c",
|
||||
"reaction-row-button-selected-bg-color": "#4b565c"
|
||||
},
|
||||
"fonts": {
|
||||
"monospace": "Inter, Twemoji, \"Inter Fallback: Helvetica Neue\",\"Inter Fallback: Segoe UI\",\"Inter Fallback: Roboto\",\"Inter Fallback: Ubuntu\",\"Inter Fallback: Fira Sans\",\"Inter Fallback: Noto Sans\",\"Inter Fallback: Arial\",\"Helvetica Neue\",\"Segoe UI\",Roboto,Ubuntu,\"Fira Sans\",\"Noto Sans\",Arial,sans-serif",
|
||||
"general": "Inter, Twemoji, \"Inter Fallback: Helvetica Neue\",\"Inter Fallback: Segoe UI\",\"Inter Fallback: Roboto\",\"Inter Fallback: Ubuntu\",\"Inter Fallback: Fira Sans\",\"Inter Fallback: Noto Sans\",\"Inter Fallback: Arial\",\"Helvetica Neue\",\"Segoe UI\",Roboto,Ubuntu,\"Fira Sans\",\"Noto Sans\",Arial,sans-serif"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue