mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-08 16:08:40 +01:00
init default theme
This commit is contained in:
parent
90187d828f
commit
b18e63e889
@ -5,10 +5,72 @@ export const defaultTheme: Theme = {
|
||||
theme_type: ThemeTypeEnum.default,
|
||||
properties: {
|
||||
"--font-color-primary": "#e8eaf3",
|
||||
"--font-color-secondary-value": "#fff",
|
||||
"--font-color-secondary": "#bfbfbf",
|
||||
"--font-link-primary": "#595c67",
|
||||
"--font-link-primary-hover": "#8f93a2",
|
||||
"--color-primary": "#141824",
|
||||
"--color-secondary": "#090b10",
|
||||
|
||||
"--column-color": "#0f111a",
|
||||
"--column-header-background-color": "#0c0c10",
|
||||
"--content-warning-background-color": "black",
|
||||
|
||||
"--btn-primary-color": "#444f74",
|
||||
"--btn-primary-font-color": "white",
|
||||
"--status-primary-color": "#fff",
|
||||
"--status-secondary-color": "#4e5572",
|
||||
"--status-links-color": "#d9e1e8",
|
||||
"--boost-color": "#5098eb",
|
||||
"--update-color": "#95e470",
|
||||
"--favorite-color": "#ffc16f",
|
||||
"--bookmarked-color": "#ff5050",
|
||||
|
||||
"--button-color": "#b3b3b3",
|
||||
"--button-color-hover": "white",
|
||||
"--button-border-color": "#303957",
|
||||
|
||||
"--column-background": "#0f111a",
|
||||
|
||||
"--card-border-color": "#2b344d",
|
||||
|
||||
"--context-menu-background": "#ffffff",
|
||||
"--context-menu-background-hover": "#d7dfeb",
|
||||
"--context-menu-font-color": "#000000",
|
||||
"--context-menu-border-color": "#cbd3df",
|
||||
|
||||
"--direct-message-background": "#090a0f",
|
||||
|
||||
"--status-editor-title-background": "#ebebeb",
|
||||
"--status-editor-background": "#ffffff",
|
||||
"--status-editor-color": "#14151a",
|
||||
"--status-editor-footer-background": "#3e455f",
|
||||
"--status-editor-footer-link-color": "#e2e2e2",
|
||||
"--selected-status": "#1e2734",
|
||||
|
||||
"--autosuggest-background": "#ffffff",
|
||||
"--autosuggest-entry-background": "#0f111a",
|
||||
"--autosuggest-entry-color": "#62667a",
|
||||
"--autosuggest-entry-handle-color": "#e2e2e2",
|
||||
"--autosuggest-entry-background-hover": "#2e3346",
|
||||
"--autosuggest-entry-color-hover": "#e2e2e2",
|
||||
"--autosuggest-entry-handle-color-hover": "#ffffff",
|
||||
|
||||
"--scrollbar-color": "#08090d",
|
||||
|
||||
"--poll-editor-background": "#fff",
|
||||
|
||||
"--poll-editor-separator": "#e7e7e7",
|
||||
"--poll-editor-input-border": "#b9b9b9",
|
||||
"--poll-editor-input-border-focus": "#007be0",
|
||||
|
||||
"--scheduler-background": "#3e455f",
|
||||
|
||||
"--notification-column-selector-background": "#171c29",
|
||||
"--notification-column-selector-color": "#999fb1",
|
||||
"--notification-column-selector-color-hover": "white",
|
||||
|
||||
"--settings-text-input-background": "#242836",
|
||||
"--settings-text-input-foreground": "white",
|
||||
"--settings-text-input-border": "#32384d",
|
||||
}
|
||||
};
|
@ -1,7 +1,6 @@
|
||||
:root {
|
||||
--font-color-primary: #e8eaf3;
|
||||
//--font-color-secondary: #fff;
|
||||
--font-color-secondary-value: #fff;
|
||||
--font-color-secondary: #bfbfbf;
|
||||
--font-link-primary: #595c67;
|
||||
--font-link-primary-hover: #8f93a2;
|
||||
--color-primary: #141824;
|
||||
@ -9,7 +8,6 @@
|
||||
|
||||
--column-color: #0f111a;
|
||||
--column-header-background-color: #0c0c10;
|
||||
--content-warning-background-color: #0a0c13;
|
||||
--content-warning-background-color: black;
|
||||
|
||||
--btn-primary-color: #444f74;
|
||||
@ -22,7 +20,7 @@
|
||||
--favorite-color: #ffc16f;
|
||||
--bookmarked-color: #ff5050;
|
||||
|
||||
--button-color: darken(white, 30);
|
||||
--button-color: #b3b3b3;
|
||||
--button-color-hover: white;
|
||||
--button-border-color: #303957;
|
||||
|
||||
@ -72,7 +70,6 @@
|
||||
|
||||
|
||||
|
||||
--font-color-secondary: hsl(from var(--font-color-secondary-value) h s calc(l - 25%));
|
||||
|
||||
--color-primary-lighter-5: hsl(from var(var(--color-primary)) h s calc(l + 5%));
|
||||
--color-primary-lighter-15: hsl(from var(var(--color-primary)) h s calc(l + 15%));
|
||||
|
Loading…
x
Reference in New Issue
Block a user